yypz.wxss 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. .content,
  12. page {
  13. min-height: 100%;
  14. height: auto;
  15. background: #f8f8f8;
  16. }
  17. .top {
  18. position: relative;
  19. z-index: 0;
  20. width: 750rpx;
  21. height: 287rpx;
  22. }
  23. .top .top-bg {
  24. width: 750rpx;
  25. height: 287rpx;
  26. }
  27. .main {
  28. height: auto;
  29. background: #ffffff;
  30. }
  31. .info-item {
  32. padding: 40rpx 0 38rpx;
  33. margin: 0 24rpx;
  34. border-bottom: 1px solid #ececec;
  35. }
  36. .info-item .info-left {
  37. font-size: 30rpx;
  38. font-family: PingFang SC;
  39. font-weight: 500;
  40. color: #222222;
  41. }
  42. .info-item .info-right {
  43. font-size: 28rpx;
  44. font-family: PingFang SC;
  45. font-weight: 500;
  46. color: #999999;
  47. }
  48. .list-input {
  49. text-align: right;
  50. font-size: 28rpx;
  51. font-family: PingFang SC;
  52. font-weight: 500;
  53. color: #999999;
  54. }
  55. .info-type-title {
  56. font-size: 30rpx;
  57. font-family: PingFang SC;
  58. font-weight: 500;
  59. color: #222222;
  60. }
  61. .info-type-title .info-type-title-right {
  62. display: flex;
  63. align-items: center;
  64. }
  65. .info-type-title .info-type-title-right .info-type-title-right-font {
  66. font-size: 24rpx;
  67. font-family: PingFang SC;
  68. font-weight: 500;
  69. color: #d0cece;
  70. margin-right: 10rpx;
  71. }
  72. .info-type-title .info-type-title-right .info-type-title-right-icon {
  73. width: 18rpx;
  74. height: 22rpx;
  75. }
  76. .info-type-title .info-type-tip {
  77. font-size: 24rpx;
  78. font-family: PingFang SC;
  79. font-weight: 500;
  80. color: #666666;
  81. }
  82. .info-type {
  83. border-bottom: 1px solid #ececec;
  84. padding: 38rpx 24rpx 50rpx;
  85. }
  86. .info-type .info-type-main {
  87. display: flex;
  88. flex-wrap: wrap;
  89. }
  90. .info-type .info-type-main .current {
  91. background: #24a17d !important;
  92. color: #ffffff !important;
  93. }
  94. .info-type .info-type-main .current text {
  95. color: #ffffff !important;
  96. }
  97. .info-type .info-type-main .info-type-main-item {
  98. margin: 30rpx 10rpx 0 0;
  99. padding: 10rpx 20rpx;
  100. background: #ffffff;
  101. border: 2rpx solid #e7e7e7;
  102. border-radius: 15rpx;
  103. font-size: 26rpx;
  104. font-family: PingFang SC;
  105. font-weight: 500;
  106. color: #333333;
  107. }
  108. .info-type .info-type-main .info-type-main-item text {
  109. color: #ff6f0f;
  110. }
  111. .info-bz {
  112. margin: 15rpx 0 0;
  113. padding: 40rpx 30rpx;
  114. background: #ffffff;
  115. }
  116. .info-bz .text-box {
  117. margin: 10rpx 0 0;
  118. width: 690rpx;
  119. height: 100rpx;
  120. font-size: 30rpx;
  121. font-family: PingFang SC;
  122. font-weight: 500;
  123. color: #666666;
  124. }
  125. .btn {
  126. position: absolute;
  127. bottom: 40rpx;
  128. left: 50%;
  129. margin-left: -311rpx;
  130. width: 622rpx;
  131. height: 85rpx;
  132. background: #24a17d;
  133. border-radius: 15rpx;
  134. text-align: center;
  135. line-height: 85rpx;
  136. font-size: 32rpx;
  137. font-family: PingFang SC;
  138. font-weight: bold;
  139. color: #ffffff;
  140. }
  141. .popup-box {
  142. width: 527rpx;
  143. height: 602rpx;
  144. background: #ffffff;
  145. border-radius: 28rpx;
  146. position: relative;
  147. }
  148. .popup-box .img {
  149. position: relative;
  150. top: -56rpx;
  151. left: 0;
  152. width: 527rpx;
  153. height: 280rpx;
  154. display: flex;
  155. justify-content: center;
  156. }
  157. .popup-box .img image {
  158. border-radius: 20rpx 20rpx 0 0;
  159. width: 477rpx;
  160. height: 280rpx;
  161. }
  162. .popup-box .mian {
  163. margin-top: -44rpx;
  164. display: flex;
  165. flex-direction: column;
  166. align-items: center;
  167. background-color: #ffffff;
  168. border-radius: 0 0 20rpx 20rpx;
  169. padding: 0 42rpx;
  170. text-align: center;
  171. }
  172. .popup-box .mian .title {
  173. font-size: 33rpx;
  174. font-family: PingFang SC;
  175. font-weight: 800;
  176. color: #333333;
  177. }
  178. .popup-box .mian .nocancel {
  179. font-size: 28rpx;
  180. font-family: PingFang SC;
  181. font-weight: 500;
  182. color: #7b95a9;
  183. }
  184. .popup-box .mian .comfirm-box {
  185. margin: 52rpx auto;
  186. width: 403rpx;
  187. height: 83rpx;
  188. background: #24a17d;
  189. border-radius: 42rpx;
  190. text-align: center;
  191. line-height: 83rpx;
  192. font-size: 32rpx;
  193. font-family: PingFang SC;
  194. font-weight: bold;
  195. color: #ffffff;
  196. }
  197. .scrollList {
  198. padding-bottom: 150rpx;
  199. }