user.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  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-footbox .name-foot {
  44. text-align: center;
  45. font-size: 22rpx;
  46. font-weight: 400;
  47. color: #FFFFFF;
  48. background: rgba(255, 255, 255, 0.2);
  49. border: 1px solid #FFFFFF;
  50. border-radius: 20rpx;
  51. padding: 3rpx 13rpx;
  52. }
  53. .content .center-box {
  54. width: 687rpx;
  55. background: #FFE8E8;
  56. border-radius: 16rpx;
  57. margin: -90rpx auto 0;
  58. }
  59. .content .center-box .center-top {
  60. width: 687rpx;
  61. height: 80rpx;
  62. background: #FFFFFF;
  63. border-radius: 16rpx 16rpx 0 0;
  64. display: -webkit-box;
  65. display: -webkit-flex;
  66. display: flex;
  67. -webkit-box-align: center;
  68. -webkit-align-items: center;
  69. align-items: center;
  70. padding-left: 30rpx;
  71. }
  72. .content .center-box .center-top .top-left {
  73. width: 126rpx;
  74. line-height: 32rpx;
  75. text-align: center;
  76. background: -webkit-linear-gradient(bottom, #C90F1B, #F14D33);
  77. background: linear-gradient(0deg, #C90F1B, #F14D33);
  78. font-size: 22rpx;
  79. font-weight: 400;
  80. color: #FFFFFF;
  81. border-radius: 20rpx;
  82. margin-right: 10rpx;
  83. }
  84. .content .center-box .center-top .top-right {
  85. font-size: 22rpx;
  86. font-weight: 400;
  87. color: #CB151D;
  88. }
  89. .content .center-box .center-foot {
  90. height: 155rpx;
  91. display: -webkit-box;
  92. display: -webkit-flex;
  93. display: flex;
  94. }
  95. .content .center-box .center-foot .foot-list {
  96. -webkit-box-flex: 1;
  97. -webkit-flex: 1;
  98. flex: 1;
  99. text-align: center;
  100. padding-top: 20rpx;
  101. }
  102. .content .center-box .center-foot .foot-list .list-top {
  103. font-size: 39rpx;
  104. font-weight: 400;
  105. color: #CB141D;
  106. line-height: 58rpx;
  107. }
  108. .content .center-box .center-foot .foot-list .list-foot {
  109. font-size: 39rpx;
  110. font-weight: 400;
  111. color: #666666;
  112. line-height: 58rpx;
  113. }
  114. .content .tt {
  115. margin: 20rpx auto 0;
  116. width: 700rpx;
  117. box-shadow: 0px 0px 20rpx 0px rgba(49, 49, 52, 0.06);
  118. border-radius: 10rpx;
  119. background-color: #ffffff;
  120. }
  121. .content .tt .tt-box {
  122. width: 700rpx;
  123. height: 100rpx;
  124. padding: 0 30rpx;
  125. display: -webkit-box;
  126. display: -webkit-flex;
  127. display: flex;
  128. -webkit-box-align: center;
  129. -webkit-align-items: center;
  130. align-items: center;
  131. }
  132. .content .tt .tt-box .tt-icon {
  133. width: 40rpx;
  134. height: 40rpx;
  135. }
  136. .content .tt .tt-box .tt-icon1 {
  137. width: 40rpx;
  138. height: 36rpx;
  139. }
  140. .content .tt .tt-box .tt-txt {
  141. margin-left: 20rpx;
  142. font-size: 28rpx;
  143. font-weight: 300;
  144. color: #000000;
  145. -webkit-box-flex: 1;
  146. -webkit-flex: 1;
  147. flex: 1;
  148. }
  149. .content .tt .tt-box .next-icon {
  150. width: 30rpx;
  151. height: 38rpx;
  152. }
  153. .content .tt .border-b {
  154. border-bottom: 1px solid #F1F1F1;
  155. }