evaluate.wxss 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. background: #f8f6f6;
  13. height: 100%;
  14. }
  15. page .content {
  16. background: #f8f6f6;
  17. height: 100%;
  18. padding-top: 25rpx;
  19. }
  20. .zhil {
  21. font-size: 28rpx !important;
  22. padding: 15rpx 15rpx;
  23. margin-top: 25rpx;
  24. }
  25. .equity_box {
  26. background-color: #ffffff;
  27. padding: 25rpx 25rpx;
  28. }
  29. .equity_box .text-box {
  30. min-height: 200rpx;
  31. }
  32. .equity_box .text-box textarea {
  33. font-size: 25rpx;
  34. width: 100%;
  35. overflow: hidden;
  36. text-overflow: ellipsis;
  37. display: -webkit-box;
  38. -webkit-box-orient: vertical;
  39. -webkit-line-clamp: 5;
  40. }
  41. .submit-btn {
  42. width: 80%;
  43. padding: 25rpx 0rpx;
  44. margin: 80rpx auto;
  45. text-align: center;
  46. background-color: #6786fb !important;
  47. box-shadow: 0rpx 8rpx 12rpx rgba(0, 0, 0, 0.16);
  48. border-radius: 56rpx;
  49. font-size: 39rpx;
  50. font-weight: bold;
  51. color: white;
  52. }
  53. .popup {
  54. width: 536rpx;
  55. }
  56. .popup .img {
  57. width: 100%;
  58. }
  59. .popup .row {
  60. background: #ffffff;
  61. padding: 45rpx 45rpx;
  62. border-radius: 25rpx;
  63. }
  64. .popup .row .row-1 {
  65. color: #323333;
  66. font-size: 36rpx;
  67. text-align: center;
  68. width: 100%;
  69. padding: 30rpx 0rpx;
  70. padding-bottom: 50rpx !important;
  71. }
  72. .popup .row .row-2 {
  73. background: #eaeaea;
  74. padding: 15rpx 25rpx;
  75. font-size: 26rpx;
  76. height: 80rpx;
  77. border-radius: 15rpx;
  78. }
  79. .popup .row .row-3 {
  80. width: 80%;
  81. margin: 20rpx auto;
  82. margin-top: 50rpx;
  83. background: -webkit-linear-gradient(bottom, #7e99fe, #978ffa);
  84. background: linear-gradient(0deg, #7e99fe, #978ffa);
  85. border-radius: 34rpx;
  86. -webkit-box-pack: center;
  87. -webkit-justify-content: center;
  88. justify-content: center;
  89. font-size: 36rpx;
  90. font-weight: 500;
  91. color: #f8f9f9;
  92. }
  93. .popup .row .close_icon {
  94. width: 100%;
  95. text-align: center;
  96. font-size: 30rpx;
  97. padding-top: 80rpx;
  98. text-decoration: underline;
  99. }
  100. .pay-type-list {
  101. margin-top: 20rpx;
  102. background-color: #fff;
  103. padding-left: 40rpx;
  104. }
  105. .pay-type-list .type-item {
  106. height: 120rpx;
  107. padding: 20rpx 0;
  108. display: -webkit-box;
  109. display: -webkit-flex;
  110. display: flex;
  111. -webkit-box-pack: justify;
  112. -webkit-justify-content: space-between;
  113. justify-content: space-between;
  114. -webkit-box-align: center;
  115. -webkit-align-items: center;
  116. align-items: center;
  117. padding-right: 60rpx;
  118. font-size: 30rpx;
  119. position: relative;
  120. }
  121. .pay-type-list .icon {
  122. width: 100rpx;
  123. font-size: 52rpx;
  124. }
  125. .pay-type-list .img {
  126. color: #fe8e2e;
  127. width: 50rpx;
  128. height: 50rpx;
  129. }
  130. .pay-type-list .img image {
  131. width: 100%;
  132. height: 100%;
  133. }
  134. .pay-type-list .tit {
  135. font-size: 32rpx;
  136. color: #303133;
  137. margin-bottom: 4rpx;
  138. }
  139. .pay-type-list .con {
  140. -webkit-box-flex: 1;
  141. -webkit-flex: 1;
  142. flex: 1;
  143. display: -webkit-box;
  144. display: -webkit-flex;
  145. display: flex;
  146. -webkit-box-orient: vertical;
  147. -webkit-box-direction: normal;
  148. -webkit-flex-direction: column;
  149. flex-direction: column;
  150. padding-left: 25rpx;
  151. font-size: 24rpx;
  152. color: #909399;
  153. }
  154. .payment {
  155. background-color: #ffffff;
  156. border-radius: 15rpx 15rpx 0rpx 0rpx;
  157. z-index: 999;
  158. }
  159. .payment .first {
  160. border-bottom: 2rpx solid #ebeef5;
  161. padding: 38rpx 25rpx;
  162. }
  163. .payment .first .word {
  164. font-size: 28rpx;
  165. font-weight: bold;
  166. color: #303133;
  167. }
  168. .payment .first image {
  169. width: 25rpx;
  170. height: 25rpx;
  171. }
  172. .payment .one {
  173. height: 20rpx;
  174. background-color: #f6f6f6;
  175. }
  176. .payment .Third .two1 {
  177. width: 55%;
  178. background-color: #ffffff;
  179. padding-left: 25rpx;
  180. }
  181. .payment .Third .two1 .two1-1 {
  182. font-size: 28rpx;
  183. font-weight: 400;
  184. color: #303133;
  185. }
  186. .payment .Third .two1 .two1-2 {
  187. font-size: 24rpx;
  188. font-weight: bold;
  189. color: #FC4141;
  190. }
  191. .payment .Third .two1 .size {
  192. font-size: 36rpx;
  193. }
  194. .payment .Third .two2 {
  195. width: 45%;
  196. background: #FC4141;
  197. color: #ffffff;
  198. font-size: 32rpx;
  199. font-weight: 550;
  200. text-align: center;
  201. padding: 30rpx 0rpx;
  202. }
  203. .payment .Third .clickbg {
  204. background-color: #999999 !important;
  205. }