supplier.wxss 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  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. flex: 1;
  64. }
  65. .card {
  66. margin: 0 auto;
  67. overflow: hidden;
  68. margin: 0 30rpx;
  69. flex: 1;
  70. width: 100%;
  71. border-radius: 20rpx;
  72. background-color: #fff;
  73. position: relative;
  74. box-shadow: 0px 8rpx 20rpx 1rpx rgba(31, 36, 42, 0.08);
  75. }
  76. .card .passreview {
  77. position: absolute;
  78. right: 30rpx;
  79. top: 30rpx;
  80. width: 141rpx;
  81. height: 123.5rpx;
  82. }
  83. .card .passreview image {
  84. width: 100%;
  85. height: 100%;
  86. }
  87. .card .cicle {
  88. position: absolute;
  89. width: 40rpx;
  90. height: 20rpx;
  91. background-color: #D8AB5A;
  92. border-radius: 20rpx;
  93. top: 60rpx;
  94. left: -20rpx;
  95. }
  96. .card .innerbox {
  97. padding: 49rpx 0rpx;
  98. padding-bottom: 30rpx;
  99. margin: 0 30rpx;
  100. display: flex;
  101. align-items: center;
  102. border-bottom: 1rpx solid #E8E8E8;
  103. }
  104. .card .innerbox .listicon {
  105. width: 32rpx;
  106. height: 36rpx;
  107. }
  108. .card .innerbox .listicon image {
  109. width: 100%;
  110. height: 100%;
  111. }
  112. .card .cardtitle {
  113. font-size: 32rpx;
  114. font-weight: 600;
  115. padding-left: 10rpx;
  116. }
  117. .card .timebox {
  118. background-color: #FFF8E5;
  119. width: 100%;
  120. padding: 0 30rpx;
  121. box-sizing: border-box;
  122. color: #D8AB5A;
  123. font-size: 28rpx;
  124. height: 60rpx;
  125. line-height: 60rpx;
  126. }
  127. .card .contractmsg {
  128. padding: 30rpx;
  129. box-sizing: border-box;
  130. color: #68625B;
  131. font-size: 26rpx;
  132. }
  133. .totalmanage {
  134. margin-top: 90rpx;
  135. margin-bottom: 100rpx;
  136. bottom: 0;
  137. display: flex;
  138. justify-content: space-between;
  139. align-items: center;
  140. width: 100%;
  141. padding: 0 30rpx;
  142. box-sizing: border-box;
  143. }
  144. .totalmanage .managebox {
  145. width: 23.8rpx;
  146. height: 29.7rpx;
  147. }
  148. .totalmanage .managebox image {
  149. width: 100%;
  150. height: 100%;
  151. }
  152. .totalmanage .maboxtitls {
  153. width: 160rpx;
  154. height: 60rpx;
  155. display: flex;
  156. align-items: center;
  157. justify-content: center;
  158. border-radius: 30rpx;
  159. background-color: #D9D9D9;
  160. font-size: 28rpx;
  161. box-sizing: border-box;
  162. }
  163. .popscreen {
  164. padding-top: 47rpx;
  165. height: 1000rpx;
  166. overflow: auto;
  167. }
  168. .popscreen .checklist .alllistbtn .btntitle {
  169. padding: 0 30rpx;
  170. display: block;
  171. margin: 48rpx 0 30rpx;
  172. font-size: 32rpx;
  173. font-weight: 600;
  174. margin-top: 20rpx;
  175. }
  176. .popscreen .checklist .alllistbtn .yunbtn {
  177. display: flex;
  178. flex-direction: row;
  179. flex-wrap: wrap;
  180. margin-left: 30rpx;
  181. }
  182. .popscreen .checklist .alllistbtn .btnchoose {
  183. margin-bottom: 30rpx;
  184. margin-right: 41rpx;
  185. width: 200rpx;
  186. height: 68rpx;
  187. background-color: #F6F6F6;
  188. border-radius: 34rpx;
  189. font-size: 26rpx;
  190. color: #68625B;
  191. text-align: center;
  192. line-height: 68rpx;
  193. }
  194. .popscreen .checklist .alllistbtn .active {
  195. margin-bottom: 30rpx;
  196. margin-right: 41rpx;
  197. width: 200rpx;
  198. height: 68rpx;
  199. background-color: #FFF8E5;
  200. border-radius: 34rpx;
  201. font-size: 26rpx;
  202. color: #D8AB5A;
  203. border: 1rpx solid #D8AB5A;
  204. text-align: center;
  205. line-height: 68rpx;
  206. box-sizing: border-box;
  207. }
  208. .popscreen .custom {
  209. margin: 50rpx 30rpx;
  210. margin-top: 20rpx;
  211. display: flex;
  212. align-items: center;
  213. }
  214. .popscreen .custom .custombox {
  215. margin-left: 50rpx;
  216. flex: 1;
  217. }
  218. .popscreen .custom .custombox .creatdata {
  219. color: #68625B;
  220. font-size: 28rpx;
  221. width: 100%;
  222. margin-bottom: 10rpx;
  223. padding: 20rpx 0;
  224. border-bottom: 1rpx solid #E8E8E8;
  225. }
  226. .popscreen .custom .custombox .chodatain {
  227. color: #BEBDBB;
  228. }
  229. .popscreen .aszs {
  230. padding: 20rpx 0;
  231. border-top: 1rpx solid #E8E8E8;
  232. margin: 0 30rpx;
  233. margin-bottom: 20rpx;
  234. font-size: 28rpx;
  235. }
  236. .popscreen .aszs .againbtn {
  237. width: 335rpx;
  238. height: 88rpx;
  239. line-height: 88rpx;
  240. text-align: center;
  241. border-radius: 45rpx;
  242. border: 1rpx solid #E8E8E8;
  243. }