user.wxss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. .content {
  12. line-height: 1;
  13. }
  14. .content .top {
  15. width: 750rpx;
  16. height: 370rpx;
  17. background: url(/static/images/bgi2.png) no-repeat top left;
  18. background-size: 750rpx 370rpx;
  19. display: -webkit-box;
  20. display: -webkit-flex;
  21. display: flex;
  22. -webkit-box-align: center;
  23. -webkit-align-items: center;
  24. align-items: center;
  25. padding-left: 55rpx;
  26. }
  27. .content .top .avater {
  28. width: 150rpx;
  29. height: 150rpx;
  30. margin-right: 28rpx;
  31. }
  32. .content .top .avater .avater-img {
  33. width: 100%;
  34. height: 100%;
  35. border-radius: 50%;
  36. }
  37. .content .top .name-box .name-top {
  38. font-size: 42rpx;
  39. font-weight: 400;
  40. color: #FFFFFF;
  41. margin-bottom: 15rpx;
  42. }
  43. .content .top .name-box .name-bottom {
  44. margin-top: 16rpx;
  45. display: -webkit-box;
  46. display: -webkit-flex;
  47. display: flex;
  48. -webkit-box-align: center;
  49. -webkit-align-items: center;
  50. align-items: center;
  51. }
  52. .content .top .name-box .name-bottom .nameInfo {
  53. color: #FFFFFF;
  54. padding: 6rpx 16rpx;
  55. border: 1rpx solid #FFFFFF;
  56. border-radius: 12rpx;
  57. }
  58. .content .top .name-box .name-footbox .name-foot {
  59. text-align: center;
  60. font-size: 22rpx;
  61. font-weight: 400;
  62. color: #FFFFFF;
  63. background: rgba(255, 255, 255, 0.2);
  64. border: 1px solid #FFFFFF;
  65. border-radius: 20rpx;
  66. padding: 3rpx 13rpx;
  67. }
  68. .content .center-box {
  69. width: 687rpx;
  70. background: #FFE8E8;
  71. border-radius: 16rpx;
  72. margin: -90rpx auto 0;
  73. }
  74. .content .center-box .center-top {
  75. width: 687rpx;
  76. height: 80rpx;
  77. background: #FFFFFF;
  78. border-radius: 16rpx 16rpx 0 0;
  79. display: -webkit-box;
  80. display: -webkit-flex;
  81. display: flex;
  82. -webkit-box-align: center;
  83. -webkit-align-items: center;
  84. align-items: center;
  85. padding-left: 30rpx;
  86. }
  87. .content .center-box .center-top .top-left {
  88. width: 126rpx;
  89. line-height: 32rpx;
  90. text-align: center;
  91. background: -webkit-linear-gradient(bottom, #C90F1B, #F14D33);
  92. background: linear-gradient(0deg, #C90F1B, #F14D33);
  93. font-size: 22rpx;
  94. font-weight: 400;
  95. color: #FFFFFF;
  96. border-radius: 20rpx;
  97. margin-right: 10rpx;
  98. }
  99. .content .center-box .center-top .top-right {
  100. font-size: 22rpx;
  101. font-weight: 400;
  102. color: #CB151D;
  103. }
  104. .content .center-box .center-foot {
  105. height: 155rpx;
  106. display: -webkit-box;
  107. display: -webkit-flex;
  108. display: flex;
  109. }
  110. .content .center-box .center-foot .foot-list {
  111. -webkit-box-flex: 1;
  112. -webkit-flex: 1;
  113. flex: 1;
  114. text-align: center;
  115. padding-top: 20rpx;
  116. }
  117. .content .center-box .center-foot .foot-list .list-top {
  118. font-size: 39rpx;
  119. font-weight: 400;
  120. color: #CB141D;
  121. line-height: 58rpx;
  122. }
  123. .content .center-box .center-foot .foot-list .list-foot {
  124. font-size: 39rpx;
  125. font-weight: 400;
  126. color: #666666;
  127. line-height: 58rpx;
  128. }
  129. .content .tt {
  130. margin: 20rpx auto 0;
  131. width: 700rpx;
  132. box-shadow: 0px 0px 20rpx 0px rgba(49, 49, 52, 0.06);
  133. border-radius: 10rpx;
  134. background-color: #ffffff;
  135. }
  136. .content .tt .tt-box {
  137. width: 700rpx;
  138. height: 100rpx;
  139. padding: 0 30rpx;
  140. display: -webkit-box;
  141. display: -webkit-flex;
  142. display: flex;
  143. -webkit-box-align: center;
  144. -webkit-align-items: center;
  145. align-items: center;
  146. }
  147. .content .tt .tt-box .tt-icon {
  148. width: 40rpx;
  149. height: 40rpx;
  150. }
  151. .content .tt .tt-box .tt-icon1 {
  152. width: 40rpx;
  153. height: 36rpx;
  154. }
  155. .content .tt .tt-box .tt-txt {
  156. margin-left: 20rpx;
  157. font-size: 28rpx;
  158. font-weight: 300;
  159. color: #000000;
  160. -webkit-box-flex: 1;
  161. -webkit-flex: 1;
  162. flex: 1;
  163. }
  164. .content .tt .tt-box .next-icon {
  165. width: 30rpx;
  166. height: 38rpx;
  167. }
  168. .content .tt .border-b {
  169. border-bottom: 1px solid #F1F1F1;
  170. }