special_column_list.html 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>Document</title>
  8. <style>
  9. html,body{
  10. margin: 0;
  11. padding: 0;
  12. }
  13. div{
  14. box-sizing: border-box;
  15. }
  16. .box{
  17. /* width: 294px;
  18. height: 387px; */
  19. width: 1176px;
  20. height: 1548px;
  21. background-color: #fff;
  22. padding: 100px 64px 64px 60px;
  23. border-radius: 16px;
  24. border: 1px solid #ECECEC;
  25. background-image: url('https://hzchart.oss-cn-shanghai.aliyuncs.com/static/icon/hzyb/yb-bg-hzlogo.png');
  26. background-position: top right;
  27. background-size: 336px 336px;
  28. background-repeat: no-repeat;
  29. }
  30. .title{
  31. font-size: 64px;
  32. font-weight: bold;
  33. margin-bottom: 20px;
  34. }
  35. .flex{
  36. height: 256px;
  37. margin-top: 40px;
  38. font-size: 56px;
  39. }
  40. .content-box{
  41. height: 832px;
  42. margin: 40px 0;
  43. overflow: hidden;
  44. font-size: 56px;
  45. }
  46. .item{
  47. background: #FFFFFF;
  48. box-shadow: 0px 0px 40px 1px rgba(0,0,0,0.08);
  49. border-radius: 24px;
  50. border: 1px solid #E6E6E6;
  51. padding: 48px 60px;
  52. height: 380px;
  53. margin-bottom: 40px;
  54. position: relative;
  55. overflow: hidden;
  56. }
  57. .avatar{
  58. width: 284px;
  59. height: 284px;
  60. border-radius: 50%;
  61. background-color: #f5f5f5;
  62. float: left;
  63. margin-right: 32px;
  64. object-fit: cover;
  65. display: block;
  66. }
  67. .item-con{
  68. overflow: hidden;
  69. margin-top: 28px;
  70. }
  71. .item-con .name{
  72. font-size: 52px;
  73. font-weight: bold;
  74. padding-bottom: 32px;
  75. border-bottom: 1px solid #E6E6E6;
  76. margin-bottom: 36px;
  77. }
  78. .text-one{
  79. overflow: hidden;
  80. white-space: nowrap;
  81. text-overflow: ellipsis;
  82. }
  83. .user-tag{
  84. background-color: #FAF7EE;
  85. max-width: 420px;
  86. font-size: 40px;
  87. padding: 8px 24px;
  88. line-height: 1;
  89. display: inline-block;
  90. box-sizing: border-box;
  91. border-radius: 36px;
  92. padding-left: 80px;
  93. position: relative;
  94. }
  95. .user-tag::before{
  96. content: '';
  97. display: block;
  98. background-color: #ccc;
  99. position: absolute;
  100. left: 24px;
  101. top: 12px;
  102. width: 40px;
  103. height: 40px;
  104. background-image: url('https://hzchart.oss-cn-shanghai.aliyuncs.com/static/icon/hzyb/yb-bg-hzlogo.png');
  105. background-size: cover;
  106. }
  107. .stage{
  108. position: absolute;
  109. top: 0;
  110. right: 0;
  111. background-color: #E3B377;
  112. color: #fff;
  113. font-size: 40px;
  114. display: block;
  115. padding: 8px 32px;
  116. border-bottom-left-radius: 32px;
  117. border-top-right-radius: 24px;
  118. }
  119. .xcx-img{
  120. width: 256px;
  121. height: 256px;
  122. float: right;
  123. }
  124. p,span{
  125. margin: 0 !important;
  126. padding: 0 !important;
  127. }
  128. </style>
  129. </head>
  130. <body>
  131. <div class="box">
  132. <div class="title">{{LIST_TITLE}}</div>
  133. <div class="content-box">
  134. <div class="item">
  135. <span class="stage">{{STAGE_1}}</span>
  136. <img class="avatar" src="{{AVATAR_1}}" alt="">
  137. <div class="item-con">
  138. <div class="text-one name">{{TITLE_1}}</div>
  139. <div>
  140. <span style="font-size: 44px;">{{AUTHOR_1}}</span>
  141. <span class="text-one" style="width: 400px;font-size: 44px;display: inline-block;margin-left: 20px;position: relative;">{{TAG_1}}</span>
  142. </div>
  143. </div>
  144. </div>
  145. <div class="item">
  146. <span class="stage">{{STAGE_2}}</span>
  147. <img class="avatar" src="{{AVATAR_2}}" alt="">
  148. <div class="item-con">
  149. <div class="text-one name">{{TITLE_2}}</div>
  150. <div>
  151. <span style="font-size: 44px;">{{AUTHOR_2}}</span>
  152. <span class="text-one" style="width: 400px;font-size: 44px;display: inline-block;margin-left: 20px;position: relative;">{{TAG_2}}</span>
  153. </div>
  154. </div>
  155. </div>
  156. </div>
  157. <div style="text-align:center;font-size:56px;color:#999">长按图片分享</div>
  158. <div class="flex">
  159. <div style="float: left;margin-top: 65px;">
  160. <div>长按识别小程序码</div>
  161. <div style="color:#999;margin-top: 20px;">查看更多</div>
  162. </div>
  163. <img class="xcx-img" src="{{SUN_CODE}}" alt="">
  164. </div>
  165. </div>
  166. </body>
  167. </html>