newuserlist.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. .container {
  2. background-color: #036536;
  3. justify-content: flex-start;
  4. color: #fff;
  5. font-weight: 500;
  6. }
  7. .text1 {
  8. font-size: 48rpx;
  9. margin-top: 32rpx;
  10. }
  11. .line {
  12. width: 560rpx;
  13. height:10rpx;
  14. background-color: #fff;
  15. margin-top: 20rpx;
  16. }
  17. .panel1 {
  18. width: 560rpx;
  19. margin-top: 50rpx;
  20. flex-wrap: wrap;
  21. }
  22. .panel1 .box{
  23. width: 100rpx;
  24. height:147rpx;
  25. margin: 0 20rpx 40rpx 20rpx;
  26. color:#fff;
  27. font-weight: 400;
  28. font-size:24rpx;
  29. }
  30. .panel1 .box1{
  31. width: 100rpx;
  32. height:100rpx;
  33. background-color: #035834;
  34. border-radius: 16rpx;
  35. color:#329468;
  36. font-size:64rpx;
  37. text-align: center;
  38. line-height: 100rpx;
  39. font-family: 'SF UI Display Light';
  40. font-weight: 200;
  41. font-style: normal;
  42. margin-bottom: 14rpx;
  43. position: relative;
  44. }
  45. .panel1 .NickName{
  46. width: 100rpx;
  47. height:33rpx;
  48. text-align: center;
  49. }
  50. .text2 {
  51. font-size: 26rpx;
  52. margin-top: 10rpx;
  53. }
  54. .text3 {
  55. font-size: 36rpx;
  56. margin-top: 0rpx;
  57. }
  58. .text4 {
  59. font-size: 26rpx;
  60. margin-top: 60rpx;
  61. color:#B9DD00;
  62. }
  63. .btnParent{
  64. padding-left: 0;
  65. padding-right: 0;
  66. width: 100%;
  67. background-color: #036536;
  68. height:160rpx;
  69. }
  70. .btnParent::after {
  71. border: 0px;
  72. }
  73. .btn {
  74. width: 600rpx;
  75. height: 104rpx;
  76. background-color: #A63917;
  77. border-radius: 14rpx;
  78. margin-top: 20rpx;
  79. }
  80. .btn1 {
  81. width: 100%;
  82. height: 90rpx;
  83. background-color: #EA413A;
  84. border-radius: 14rpx;
  85. position:relative;
  86. top:0;
  87. font-size: 36rpx;
  88. text-align: center;
  89. line-height: 90rpx;
  90. color:#fff;
  91. }
  92. .text5 {
  93. font-size: 20rpx;
  94. margin-top: 30rpx;
  95. }
  96. .text6 {
  97. font-size: 20rpx;
  98. margin-top: 20rpx;
  99. width:600rpx;
  100. }
  101. .text7 {
  102. margin-top: 10rpx;
  103. }
  104. .imgAvatarUrl{
  105. width:100rpx;
  106. height:100rpx;
  107. border-radius: 16rpx;
  108. position: absolute;
  109. left:0;
  110. top:0;
  111. }