user_index.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. .container{
  2. width: 100%;
  3. justify-content: flex-start;
  4. color:#fff;
  5. background-color: #FC7406;
  6. }
  7. .avatar{
  8. width:200rpx;
  9. height:200rpx;
  10. margin-top: 60rpx;
  11. border-radius: 20rpx;
  12. }
  13. .text1{
  14. font-size:48rpx;
  15. margin-top: 30rpx;
  16. }
  17. .text2{
  18. font-size:128rpx;
  19. font-family: 'Roboto-Black';
  20. }
  21. .panel1{
  22. width:710rpx;
  23. background-color: #F2F2F2;
  24. border-radius: 20rpx;
  25. color:#4D4D4D;
  26. margin: 60rpx 0 0 0;
  27. justify-content: flex-start;
  28. box-shadow: 0 20rpx 0 0 rgba(0,0,0,0.1);
  29. }
  30. .panel11{
  31. align-items: flex-start;
  32. }
  33. .panel111{
  34. width:238rpx;
  35. height:188rpx;
  36. justify-content: flex-start;
  37. position: relative;
  38. }
  39. .text3{
  40. font-size:64rpx;
  41. font-family: 'Roboto-Black';
  42. color:#1E1E1E;
  43. margin-top: 40rpx;
  44. }
  45. .text4{
  46. font-size:24rpx;
  47. margin-top: 10rpx;
  48. }
  49. .line{
  50. width:4rpx;
  51. height:40rpx;
  52. background-color: #4D4D4D;
  53. margin-top: 60rpx;
  54. }
  55. .line2{
  56. margin-top: 54rpx;
  57. }
  58. .universalpic_indicator_right_deepgray{
  59. width:16rpx;
  60. height:26rpx;
  61. margin: 0 10rpx;
  62. }
  63. .panel2{
  64. width:100%;
  65. background-color: #F2F2F2;
  66. justify-content: space-between;
  67. height: 100rpx;
  68. }
  69. .panel2_0{
  70. background-color: #2e2e2e;
  71. color:#fff;
  72. }
  73. .panel2_1{
  74. border-top:1rpx solid #e3e3e3;
  75. border-bottom-left-radius: 20rpx;
  76. border-bottom-right-radius: 20rpx;
  77. background-color: #fff;
  78. }
  79. .panel21{
  80. margin-left: 30rpx;
  81. font-size: 28rpx;
  82. font-weight: 400;
  83. }
  84. .Arrow{
  85. width:16rpx;
  86. height:26rpx;
  87. margin-right: 30rpx;
  88. }
  89. .panel1_0{
  90. margin-top: 50rpx;
  91. }
  92. .text5{
  93. font-size:36rpx;
  94. margin-top: 40rpx;
  95. }
  96. .promotion_index_rules{
  97. width:46rpx;
  98. height:46rpx;
  99. margin: 52rpx 0 12rpx 0;
  100. }
  101. .textMessage{
  102. position: absolute;
  103. top:20rpx;
  104. right:20rpx;
  105. width:80rpx;
  106. height:36rpx;
  107. line-height: 36rpx;
  108. border-radius: 18rpx;
  109. background-color: #FE6659;
  110. text-align: center;
  111. font-size: 20rpx;
  112. font-weight: 600;
  113. color:#fff;
  114. }
  115. .textBottom{
  116. font-size:28rpx;
  117. color:#fff;
  118. margin: 100rpx 0 60rpx 0;
  119. }