index.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. page {
  2. background-color: #f4f4f4 !important;
  3. }
  4. .wrapper .list {
  5. width: 702rpx;
  6. margin: 30rpx auto;
  7. padding:10rpx 40rpx;
  8. box-sizing: border-box;
  9. background: #ffffff;
  10. }
  11. .wrapper .list .item {
  12. border-bottom: 1rpx solid #eee;
  13. /* height: 107rpx; */
  14. font-size: 30rpx;
  15. padding: 38rpx 0 30rpx 0;
  16. color: #333;
  17. }
  18. .wrapper .list .item .name {
  19. width: 130rpx;
  20. font-size: 32rpx;
  21. font-family: PingFang SC, PingFang SC-Bold;
  22. font-weight: 700;
  23. text-align: left;
  24. color: #1d1d1d;
  25. }
  26. .wrapper .list .item .input {
  27. width: 490rpx;
  28. font-size: 26rpx;
  29. }
  30. .wrapper .list .item .input .placeholder {
  31. color: #bbb;
  32. }
  33. .bonus .name{
  34. margin-top: 0rpx;
  35. }
  36. .bonus .input{
  37. position: relative;
  38. margin-top: 30rpx;
  39. }
  40. .bonus_icon{
  41. position: absolute;
  42. top: 0;
  43. left: 0;
  44. font-size: 60rpx;
  45. font-family: PingFang SC, PingFang SC-Bold;
  46. font-weight: 700;
  47. text-align: left;
  48. color: #1d1d1d;
  49. }
  50. .alltip{
  51. font-size: 26rpx;
  52. font-family: PingFang SC, PingFang SC-Regular;
  53. font-weight: 400;
  54. text-align: left;
  55. color: #046fe9;
  56. margin-left: 20rpx;
  57. }
  58. .bonus .input input{
  59. padding-left: 78rpx;
  60. height: 65rpx;
  61. box-sizing: border-box;
  62. padding-top: 20rpx;
  63. }
  64. .wrapper .list .tip {
  65. font-size: 26rpx;
  66. color: #999;
  67. margin-top: 25rpx;
  68. }
  69. .wrapper .list .bnt {
  70. font-size: 32rpx;
  71. color: #fff;
  72. width: 582rpx;
  73. height: 88rpx;
  74. background: #fd5400;
  75. border-radius: 44px;
  76. text-align: center;
  77. border-radius: 50rpx;
  78. line-height: 88rpx;
  79. margin: 84rpx auto 20rpx auto;
  80. }
  81. .record{
  82. display: block;
  83. margin: 0 auto;
  84. text-align: center;
  85. font-size: 30rpx;
  86. font-family: PingFang SC, PingFang SC-Regular;
  87. font-weight: 400;
  88. color: #046fe9;
  89. }
  90. .record_p{
  91. text-align: center;
  92. font-size: 26rpx;
  93. font-family: PingFang SC, PingFang SC-Regular;
  94. font-weight: 400;
  95. text-align: center;
  96. color: #1d1d1d;
  97. margin-top: 60rpx;
  98. }
  99. .record_a{
  100. margin: 70rpx auto;
  101. margin-bottom: 30rpx;
  102. }
  103. .record_p1{
  104. text-align: left;
  105. font-size: 30rpx;
  106. font-family: PingFang SC, PingFang SC-Regular;
  107. font-weight: 400;
  108. text-align: left;
  109. color: #1d1d1d;
  110. line-height: 55rpx;
  111. }
  112. .record_p2{
  113. font-size: 26rpx;
  114. font-family: PingFang SC, PingFang SC-Regular;
  115. font-weight: 400;
  116. text-align: left;
  117. color: #1d1d1d;
  118. line-height: 45rpx;
  119. }
  120. .wrapper .list .tip2 {
  121. font-size: 26rpx;
  122. color: #999;
  123. text-align: center;
  124. margin: 44rpx 0 20rpx 0;
  125. }
  126. .wrapper .list .value {
  127. height: 135rpx;
  128. line-height: 135rpx;
  129. border-bottom: 1rpx solid #eee;
  130. width: 690rpx;
  131. margin: 0 auto;
  132. }
  133. .wrapper .list .value input {
  134. font-size: 80rpx;
  135. color: #282828;
  136. height: 135rpx;
  137. text-align: center;
  138. }
  139. .wrapper .list .value .placeholder2 {
  140. color: #bbb;
  141. }