微信小程序
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

294 líneas
5.3 KiB

  1. /* pages/payee/add/add.wxss */
  2. .van-cell__title, .van-cell__value {
  3. max-width: 50%!important;
  4. }
  5. .main-box{
  6. background: #ffffff;
  7. padding: 20px;
  8. width: 94%;
  9. margin: 0 auto;
  10. border-radius: 10px;
  11. box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
  12. }
  13. .table-box van-field van-cell .van-cell{
  14. margin-bottom: 15px;
  15. }
  16. .table-box van-field:last-child van-cell .van-cell{
  17. margin-bottom: 0px;
  18. }
  19. .van-cell{
  20. padding: 0!important;
  21. margin-bottom: 15px;
  22. }
  23. .van-cell__value {
  24. display: flex;
  25. justify-content: flex-end;
  26. }
  27. .van-radio--horizontal {
  28. margin-right: 0!important;
  29. margin-left: var(--padding-sm,12px)
  30. }
  31. .van-cell--required:before {
  32. left: 0!important;
  33. }
  34. .van-field__label {
  35. padding-left: 10px;
  36. }
  37. .bottom view {
  38. width: 47%;
  39. margin: 0 auto;
  40. border-radius: 30px;
  41. display: inline-block;
  42. }
  43. .bottom .btn2{
  44. border: 1px solid transparent;
  45. padding: 8px 0px;
  46. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  47. color: #fff;
  48. }
  49. .table-boxs>view{
  50. /* line-height: 100rpx; */
  51. word-break: break-all;
  52. }
  53. .section{
  54. display: flex;
  55. align-items: center;
  56. justify-content: space-between;
  57. margin-bottom: 28rpx;
  58. font-size: 14px;
  59. color: #323233;
  60. }
  61. .ql-container {
  62. box-sizing: border-box;
  63. width: 100%;
  64. height: 400px;
  65. font-size: 16px;
  66. line-height: 1.5;
  67. overflow: auto;
  68. padding: 10px 10px 20px 10px;
  69. border: 1px solid #ECECEC;
  70. }
  71. .ql-active {
  72. color: #22C704;
  73. }
  74. .iconfont {
  75. display: inline-block;
  76. width: 30px;
  77. height: 30px;
  78. cursor: pointer;
  79. font-size: 20px;
  80. }
  81. .toolbar {
  82. box-sizing: border-box;
  83. padding: 0 10px;
  84. height: 50px;
  85. width: 100%;
  86. position: absolute;
  87. left: 0;
  88. right: 100%;
  89. top: 0;
  90. display: flex;
  91. align-items: center;
  92. justify-content: space-between;
  93. border: 1px solid #ECECEC;
  94. border-left: none;
  95. border-right: none;
  96. }
  97. .steps-box{
  98. padding: 0;
  99. margin-top: 15px;
  100. }
  101. .steps-box .van-row{
  102. padding: 0 20px;
  103. }
  104. .steps-box view{
  105. margin-bottom: 0;
  106. }
  107. .steps-box .van-col{
  108. position: relative;
  109. height: 90px;
  110. }
  111. .steps-box .van-col--21{
  112. padding: 12PX 0;
  113. padding-left: 10px;
  114. }
  115. .steps-box .van-row:nth-child(2n){
  116. background: rgba(29,111,233,0.1);
  117. }
  118. .steps-box .van-cell{
  119. background: transparent;
  120. padding: 0 10Px;
  121. }
  122. .steps-box .bq{
  123. display: inline-block;
  124. padding: 0PX 10PX;
  125. line-height: 0.64rem;
  126. border-radius: 5PX;
  127. }
  128. .steps-box .index{
  129. background: #1D6FE9;
  130. color: #ffffff;
  131. text-align: center;
  132. width: 20PX;
  133. height: 20PX;
  134. line-height: 20PX;
  135. border-radius: 50%;
  136. position: absolute;
  137. left: 0;
  138. top: 50%;
  139. transform: translate(0,-50%);
  140. }
  141. .steps-box .indexCenter{
  142. top: 0!important;
  143. }
  144. .steps-box .van-row:first-child .van-col:first-child .indexBorder{
  145. top: calc(50% - 5px);
  146. }
  147. .steps-box .indexBorder{
  148. width: 10PX;
  149. position: absolute;
  150. right: 0;
  151. top: 0;
  152. height: 100%;
  153. }
  154. .steps-box .indexBorder .yq{
  155. height: 10PX;
  156. width: 10PX;
  157. background: #C9C9C9;
  158. border-radius: 50%;
  159. }
  160. .steps-box .indexBorder .ss{
  161. height: calc(50% - 5PX);
  162. width: 1PX;
  163. background: #C9C9C9;
  164. position: relative;
  165. left: 4PX;
  166. }
  167. .steps-box .indexBorder .ssT{
  168. height: calc(50% - 5PX);
  169. width: 1PX;
  170. background: #C9C9C9;
  171. position: relative;
  172. left: 4PX;
  173. }
  174. .agree{
  175. background-color: rgba(92, 174, 119, 0.1);
  176. color:#5CAE77 ;
  177. width: 80%;
  178. text-align: center;
  179. float: right;
  180. }
  181. .in{
  182. background-color: rgba(245, 163, 39, 0.1);
  183. color:#F5A327 ;
  184. width: 80%;
  185. text-align: center;
  186. float: right;
  187. }
  188. .disagree{
  189. background-color: rgba(233, 0, 0, 0.1);
  190. color:#E90000 ;
  191. width: 80%;
  192. text-align: center;
  193. float: right;
  194. }
  195. .steps-box .van-cell__title{
  196. flex: 1;
  197. }
  198. .steps-box .van-cell__value{
  199. flex: 0.3;
  200. }
  201. .steps-tit{
  202. font-size: 16px;
  203. text-align: center;
  204. background-color: #2C8E68;
  205. color: #ffffff;
  206. padding: 20px 0;
  207. border-top-left-radius: 10px;
  208. border-top-right-radius: 10px;
  209. }
  210. .bottom{
  211. width: 84%;
  212. margin: 0 auto;
  213. text-align: center;
  214. margin-top: 30px;
  215. margin-bottom: 80px;
  216. }
  217. .bottom button {
  218. width: 47%;
  219. margin: 0 auto;
  220. border-radius: 30px;
  221. display: inline-block;
  222. }
  223. .bottom .btnAgree{
  224. border: 1px solid transparent;
  225. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  226. margin-left: 6%;
  227. }
  228. .btnOther{
  229. border-color: #F2A438!important;
  230. color: #ffffff!important;
  231. background-image: linear-gradient(to right, #F2A438, #F2652E);
  232. width: 100%!important;
  233. }
  234. .cellTit{
  235. display: flex;
  236. justify-content: space-between;
  237. }
  238. .cellTit text{
  239. width: 100%;
  240. display: -webkit-box;
  241. -webkit-box-orient: vertical;
  242. -webkit-line-clamp: 1;
  243. word-break: break-all;
  244. overflow: hidden;
  245. }
  246. .input_tit{
  247. border: 1px solid #DCDCDC;
  248. padding: 0px 10px;
  249. height: 32px;
  250. line-height: 32px;
  251. border-radius: 5px;
  252. margin-bottom: 15px;
  253. }
  254. .fj-box text{
  255. background-color: #5CAE77;
  256. color: #ffffff;
  257. text-align: center;
  258. border-radius: 5px;
  259. white-space:pre-wrap;
  260. padding: 5rpx 8rpx;
  261. width: 50rpx;
  262. margin: 0px 14px 0px 0px;
  263. font-size: 24rpx;
  264. display: block;
  265. }
  266. .fj-li{
  267. display: flex;
  268. }
  269. .fj-li .img_li{
  270. width: 100%;
  271. height: 18.5vw;
  272. }
  273. .fj-li .img_add{
  274. overflow: hidden;
  275. }
  276. .van-icon-description{
  277. font-size: 60px;
  278. }