微信小程序
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

majorDetail.wxss 5.1 KiB

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