index.wxss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* uni.scss */
  15. /* 颜色变量 */
  16. /* 行为相关颜色 */
  17. /* 文字基本颜色 */
  18. /* 背景颜色 */
  19. /* 边框颜色 */
  20. /* 尺寸变量 */
  21. /* 文字尺寸 */
  22. /* 图片尺寸 */
  23. /* Border Radius */
  24. /* 水平间距 */
  25. /* 垂直间距 */
  26. /* 透明度 */
  27. /* 文章场景相关 */
  28. page {
  29. background-color: #F6F6F6 !important;
  30. }
  31. .headbgbox {
  32. background-color: #fff;
  33. padding: 23rpx 31rpx;
  34. box-sizing: border-box;
  35. position: fixed;
  36. top: 0;
  37. z-index: 999;
  38. width: 100%;
  39. }
  40. .headbgbox .screen {
  41. display: flex;
  42. justify-content: center;
  43. align-items: center;
  44. padding-left: 30rpx;
  45. }
  46. .searchbox {
  47. padding-left: 30rpx;
  48. box-sizing: border-box;
  49. background-color: #ECECEC;
  50. border-radius: 38rpx;
  51. flex: 1;
  52. height: 75rpx;
  53. margin: 0 auto;
  54. display: flex;
  55. align-items: center;
  56. }
  57. .cardlist {
  58. display: flex;
  59. justify-content: center;
  60. flex-direction: column;
  61. margin: 0 auto;
  62. margin-top: 120rpx;
  63. }
  64. .card {
  65. margin: 0 auto;
  66. overflow: hidden;
  67. margin-top: 20rpx;
  68. width: 690rpx;
  69. height: 315rpx;
  70. border-radius: 20rpx;
  71. background-color: #fff;
  72. position: relative;
  73. box-shadow: 0px 8rpx 20rpx 1rpx rgba(31, 36, 42, 0.08);
  74. }
  75. .card .passreview {
  76. position: absolute;
  77. right: 30rpx;
  78. top: 30rpx;
  79. width: 141rpx;
  80. height: 123.5rpx;
  81. }
  82. .card .passreview image {
  83. width: 100%;
  84. height: 100%;
  85. }
  86. .card .innerbox {
  87. padding: 49rpx 0rpx;
  88. padding-bottom: 30rpx;
  89. margin: 0 30rpx;
  90. display: flex;
  91. align-items: center;
  92. border-bottom: 1rpx solid #E8E8E8;
  93. }
  94. .card .innerbox .listicon {
  95. width: 32rpx;
  96. height: 36rpx;
  97. }
  98. .card .innerbox .listicon image {
  99. width: 100%;
  100. height: 100%;
  101. }
  102. .card .cardtitle {
  103. font-size: 32rpx;
  104. font-weight: 600;
  105. padding-left: 10rpx;
  106. }
  107. .card .timebox {
  108. background-color: #FFF8E5;
  109. width: 100%;
  110. padding: 0 30rpx;
  111. box-sizing: border-box;
  112. color: #D8AB5A;
  113. font-size: 28rpx;
  114. height: 60rpx;
  115. line-height: 60rpx;
  116. }
  117. .card .contractmsg {
  118. padding: 30rpx;
  119. box-sizing: border-box;
  120. color: #68625B;
  121. font-size: 26rpx;
  122. }
  123. .totalmanage {
  124. margin-top: 70rpx;
  125. bottom: 0;
  126. display: flex;
  127. justify-content: space-between;
  128. align-items: center;
  129. width: 100%;
  130. padding: 0 30rpx;
  131. padding-bottom: 89rpx;
  132. box-sizing: border-box;
  133. }
  134. .totalmanage .managebox {
  135. width: 23.8rpx;
  136. height: 29.7rpx;
  137. }
  138. .totalmanage .managebox image {
  139. width: 100%;
  140. height: 100%;
  141. }
  142. .totalmanage .maboxtitls {
  143. width: 160rpx;
  144. height: 60rpx;
  145. display: flex;
  146. align-items: center;
  147. justify-content: center;
  148. border-radius: 30rpx;
  149. background-color: #D9D9D9;
  150. font-size: 28rpx;
  151. box-sizing: border-box;
  152. }
  153. .popscreen {
  154. padding-top: 47rpx;
  155. height: 1000rpx;
  156. overflow: auto;
  157. }
  158. .popscreen .checklist .alllistbtn .btntitle {
  159. padding: 0 30rpx;
  160. display: block;
  161. margin: 48rpx 0 30rpx;
  162. font-size: 32rpx;
  163. font-weight: 600;
  164. margin-top: 20rpx;
  165. }
  166. .popscreen .checklist .alllistbtn .yunbtn {
  167. display: flex;
  168. flex-direction: row;
  169. flex-wrap: wrap;
  170. margin-left: 30rpx;
  171. }
  172. .popscreen .checklist .alllistbtn .btnchoose {
  173. margin-bottom: 30rpx;
  174. margin-right: 41rpx;
  175. width: 200rpx;
  176. height: 68rpx;
  177. background-color: #F6F6F6;
  178. border-radius: 34rpx;
  179. font-size: 26rpx;
  180. color: #68625B;
  181. text-align: center;
  182. line-height: 68rpx;
  183. }
  184. .popscreen .checklist .alllistbtn .active {
  185. margin-bottom: 30rpx;
  186. margin-right: 41rpx;
  187. width: 200rpx;
  188. height: 68rpx;
  189. background-color: #FFF8E5;
  190. border-radius: 34rpx;
  191. font-size: 26rpx;
  192. color: #D8AB5A;
  193. border: 1rpx solid #D8AB5A;
  194. text-align: center;
  195. line-height: 68rpx;
  196. box-sizing: border-box;
  197. }
  198. .popscreen .custom {
  199. margin: 50rpx 30rpx;
  200. margin-top: 20rpx;
  201. display: flex;
  202. align-items: center;
  203. }
  204. .popscreen .custom .custombox {
  205. margin-left: 50rpx;
  206. flex: 1;
  207. }
  208. .popscreen .custom .custombox .creatdata {
  209. color: #68625B;
  210. font-size: 28rpx;
  211. width: 100%;
  212. margin-bottom: 10rpx;
  213. padding: 20rpx 0;
  214. border-bottom: 1rpx solid #E8E8E8;
  215. }
  216. .popscreen .custom .custombox .chodatain {
  217. color: #BEBDBB;
  218. }
  219. .popscreen .aszs {
  220. padding: 20rpx 0;
  221. border-top: 1rpx solid #E8E8E8;
  222. margin: 0 30rpx;
  223. margin-bottom: 20rpx;
  224. font-size: 28rpx;
  225. }
  226. .popscreen .aszs .againbtn {
  227. width: 335rpx;
  228. height: 88rpx;
  229. line-height: 88rpx;
  230. text-align: center;
  231. border-radius: 45rpx;
  232. border: 1rpx solid #E8E8E8;
  233. }