zc.wxss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. .vheigh {
  12. height: 25px;
  13. background-color: #ffffff;
  14. }
  15. button {
  16. padding: 0;
  17. margin: 0;
  18. border: none;
  19. background-color: #ffffff;
  20. line-height: 1;
  21. height: auto;
  22. }
  23. button::after {
  24. border: none;
  25. }
  26. page,
  27. .content {
  28. min-height: 100%;
  29. height: auto;
  30. }
  31. .top-bg {
  32. padding-top: 20rpx;
  33. background: #ffffff;
  34. }
  35. .list-scroll-content {
  36. background: #ffffff;
  37. height: 100%;
  38. }
  39. .list-scroll-content .yan {
  40. padding-bottom: 100rpx;
  41. }
  42. .top {
  43. width: 689rpx;
  44. height: 58rpx;
  45. background: #ededed;
  46. border-radius: 29rpx;
  47. margin: 0 auto;
  48. display: flex;
  49. justify-content: center;
  50. align-items: center;
  51. }
  52. .top .top-icon {
  53. width: 32rpx;
  54. height: 32rpx;
  55. }
  56. .top .top-icon image {
  57. width: 100%;
  58. height: 100%;
  59. }
  60. .top .top-main {
  61. margin-left: 20rpx;
  62. font-size: 28rpx;
  63. font-family: PingFang SC;
  64. font-weight: 500;
  65. color: #cbcbcb;
  66. }
  67. .navbar {
  68. display: flex;
  69. height: 88rpx;
  70. padding: 0 5px;
  71. background: #ffffff;
  72. box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
  73. position: relative;
  74. z-index: 10;
  75. }
  76. .navbar .nav-item {
  77. flex: 1;
  78. display: flex;
  79. justify-content: center;
  80. align-items: center;
  81. height: 100%;
  82. font-size: 15px;
  83. color: #999999;
  84. position: relative;
  85. }
  86. .navbar .nav-item.current {
  87. color: #000;
  88. }
  89. .navbar .nav-item.current:after {
  90. content: '';
  91. position: absolute;
  92. left: 50%;
  93. bottom: 0;
  94. -webkit-transform: translateX(-50%);
  95. transform: translateX(-50%);
  96. width: 44px;
  97. height: 0;
  98. border-bottom: 2px solid #000000;
  99. }
  100. .main {
  101. margin-top: 20rpx;
  102. padding: 35rpx 20rpx 24rpx;
  103. background: #ffffff;
  104. }
  105. .main image {
  106. width: 100%;
  107. height: 100%;
  108. }
  109. .main .main-userInfo {
  110. display: flex;
  111. align-items: center;
  112. }
  113. .main .main-userInfo .avatar {
  114. width: 80rpx;
  115. height: 80rpx;
  116. background: #ffffff;
  117. border-radius: 50%;
  118. }
  119. .main .main-userInfo .main-user-info {
  120. margin-left: 14rpx;
  121. line-height: 1;
  122. }
  123. .main .main-userInfo .main-user-info .main-userName {
  124. font-size: 28rpx;
  125. font-family: PingFang SC;
  126. font-weight: bold;
  127. color: #000000;
  128. }
  129. .main .main-userInfo .main-user-info .main-user-time {
  130. margin-top: 14rpx;
  131. font-size: 21rpx;
  132. font-family: PingFang SC;
  133. font-weight: 500;
  134. color: #666666;
  135. }
  136. .main .main-info {
  137. margin-top: 20rpx;
  138. }
  139. .main .imagebox {
  140. margin-top: 40rpx;
  141. display: flex;
  142. align-items: center;
  143. flex-wrap: wrap;
  144. }
  145. .main .imagebox .image-item {
  146. margin: 10rpx;
  147. width: 30%;
  148. height: 230rpx;
  149. }
  150. .main .main-bottom {
  151. margin-top: 60rpx;
  152. }
  153. .main .main-bottom .main-bottom-item {
  154. padding: 30rpx 0;
  155. width: 33%;
  156. display: flex;
  157. justify-content: center;
  158. align-items: center;
  159. }
  160. .main .main-bottom .main-bottom-item .main-bottom-icon {
  161. width: 36rpx;
  162. height: 36rpx;
  163. }
  164. .main .main-bottom .main-bottom-item .main-bottom-icon1 {
  165. width: 43rpx;
  166. height: 36rpx;
  167. }
  168. .main .main-bottom .main-bottom-item .main-bottom-icon2 {
  169. width: 36rpx;
  170. height: 36rpx;
  171. }
  172. .main .main-bottom .main-bottom-item .main-bottom-font {
  173. margin-left: 17rpx;
  174. font-size: 22rpx;
  175. font-family: PingFang SC;
  176. font-weight: 500;
  177. color: #333333;
  178. }
  179. .info {
  180. padding: 10rpx;
  181. display: flex;
  182. flex-wrap: wrap;
  183. justify-content: space-between;
  184. }
  185. .info image {
  186. width: 100%;
  187. height: 100%;
  188. }
  189. .info .info-item {
  190. width: 48%;
  191. padding-bottom: 20rpx;
  192. }
  193. .info .info-item .info-image {
  194. width: 100%;
  195. height: 480rpx;
  196. }
  197. .info .info-item .info-name {
  198. margin-top: 20rpx;
  199. padding: 0 10rpx;
  200. font-size: 26rpx;
  201. font-family: PingFang SC;
  202. font-weight: bold;
  203. color: #000000;
  204. }
  205. .info .info-item .info-userinfo {
  206. margin-top: 20rpx;
  207. padding: 0 10rpx;
  208. }
  209. .info .info-item .info-userinfo .info-left {
  210. display: flex;
  211. align-items: center;
  212. }
  213. .info .info-item .info-userinfo .info-left .info-avatar {
  214. width: 32rpx;
  215. height: 32rpx;
  216. }
  217. .info .info-item .info-userinfo .info-userinfo-name {
  218. margin-left: 10rpx;
  219. font-size: 24rpx;
  220. font-family: PingFang SC;
  221. font-weight: bold;
  222. color: #999999;
  223. }
  224. .info .info-item .info-userinfo .info-right {
  225. display: flex;
  226. align-items: center;
  227. }
  228. .info .info-item .info-userinfo .info-right .info-avatar {
  229. width: 30rpx;
  230. height: 30rpx;
  231. }