index.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. button::after {
  2. border: none;
  3. background-color: none;
  4. }
  5. button {
  6. position: relative;
  7. display: block;
  8. margin-left: auto;
  9. margin-right: auto;
  10. padding-left: 0px;
  11. padding-right: 0px;
  12. box-sizing: border-box;
  13. text-decoration: none;
  14. line-height: 1.35;
  15. overflow: hidden;
  16. color: #666666;
  17. /* background-color: #fff; */
  18. background-color: rgba(255, 255, 255, 0) !important;
  19. width: 100%;
  20. height: 100%;
  21. }
  22. .btn-bg {
  23. width: 64px;
  24. height: 28px;
  25. background: linear-gradient(90deg, #CDA26E 0%, #DCB78A 100%);
  26. border-radius: 28px;
  27. text-align: center;
  28. line-height: 28px;
  29. margin-top: 10rpx;
  30. color: '#604320'
  31. }
  32. page {
  33. background: #F5F5F5;
  34. }
  35. .content {
  36. width: 100%;
  37. }
  38. .btn {
  39. font-size: 24rpx;
  40. /* width: 95%; */
  41. text-align: center;
  42. background: #FFFFFF;
  43. margin-top: 6rpx;
  44. }
  45. .head {
  46. /* width: 100%; */
  47. /* height: 200rpx; */
  48. display: flex;
  49. align-items: center;
  50. padding: 30rpx;
  51. border-radius: 16rpx;
  52. background-image: linear-gradient(#FEFBDA, #F7F7F7);
  53. }
  54. .head_image {}
  55. .head_image>image {
  56. width: 90rpx;
  57. height: 90rpx;
  58. border-radius: 50%
  59. }
  60. .head_name {
  61. margin-left: 10rpx;
  62. }
  63. .name {
  64. font-size: 38rpx;
  65. font-weight: bold;
  66. }
  67. .approve {
  68. position: absolute;
  69. top: 100rpx;
  70. font-size: 24rpx;
  71. color: #999999;
  72. }
  73. /* 列表 */
  74. .use_list {
  75. width: 100%;
  76. background: #ffffff;
  77. margin-top: 20rpx;
  78. }
  79. .list_box {
  80. width: 90%;
  81. margin: 0 auto;
  82. display: flex;
  83. height: 110rpx;
  84. }
  85. .box_left {
  86. flex: 1;
  87. display: flex;
  88. justify-content: left;
  89. align-items: center;
  90. }
  91. .box_right {
  92. flex: 1;
  93. display: flex;
  94. justify-content: flex-end;
  95. align-items: center;
  96. color: #808080;
  97. }
  98. .use_name {
  99. margin-left: 30rpx;
  100. font-size: 32rpx;
  101. }
  102. .use_image image {
  103. width: 50rpx;
  104. height: 50rpx;
  105. }
  106. .center {
  107. width: 94%;
  108. /* line-height: 1.5; */
  109. background-color: #FFFFFF;
  110. border-radius: 18rpx;
  111. margin: 0 auto 0;
  112. display: flex;
  113. justify-content: space-between;
  114. }
  115. .header_text2 {
  116. font-size: 24rpx;
  117. font-weight: 500;
  118. color: #999999;
  119. margin-top: 10rpx;
  120. }
  121. .header_text4 {
  122. font-size: 32rpx;
  123. font-weight: bold;
  124. color: #333333;
  125. }