style.wxss 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374
  1. /* 公用样式 */
  2. .formTitle {
  3. padding: 26rpx 24rpx;
  4. line-height: 30rpx;
  5. font-size: 28rpx;
  6. }
  7. .formArea {
  8. margin-bottom: 24rpx;
  9. background: #fff;
  10. box-shadow: 6rpx 6rpx 35rpx rgba(178, 221, 250, .2);
  11. overflow: hidden;
  12. }
  13. .formArea.noMargin {
  14. margin: 0;
  15. }
  16. .lineGroup {
  17. position: relative;
  18. padding: 0 24rpx;
  19. }
  20. .lineGroup.gray {
  21. background: #eff0f2;
  22. }
  23. .lineGroup+.lineGroup:before {
  24. content: "";
  25. position: absolute;
  26. top: 0;
  27. left: 24rpx;
  28. right: 24rpx;
  29. height: 1rpx;
  30. background: #f5f5f5;
  31. }
  32. .lineGroup .lineInner {
  33. position: relative;
  34. display: flex;
  35. }
  36. .lineInner .label {
  37. height: 98rpx;
  38. line-height: 98rpx;
  39. font-size: 32rpx;
  40. }
  41. .lineInner .label.mr {
  42. margin-right: 30rpx;
  43. }
  44. .lineInner .label.small {
  45. width: 206rpx;
  46. }
  47. .lineInner .label.middle {
  48. width: 216rpx;
  49. }
  50. .lineInner .label.large{
  51. width:280rpx;
  52. }
  53. .lineInner .label.center {
  54. display: flex;
  55. align-items: center;
  56. }
  57. .lineInner .label .icon-add1 {
  58. margin-top: 4rpx;
  59. margin-right: 24rpx;
  60. font-size: 36rpx;
  61. color: #007dff;
  62. }
  63. .lineInner .label .star {
  64. color: #f63c43;
  65. }
  66. .lineInner .content {
  67. position: relative;
  68. flex: 1;
  69. width: 0;
  70. }
  71. .lineInner .diyInput {
  72. padding: 30rpx 0 30rpx 24rpx;
  73. line-height: 38rpx;
  74. font-size: 28rpx;
  75. text-align: right;
  76. color: #2d2d2d;
  77. word-break: break-all;
  78. }
  79. .lineInner .diyInput.left {
  80. text-align: left;
  81. }
  82. .lineInner .diyInput.nopadding {
  83. padding-left: 0;
  84. }
  85. .lineInner .diyInput .warning {
  86. color: #ff8c42;
  87. }
  88. .lineInner .diyInput .black {
  89. color: #282828;
  90. }
  91. .lineInner .diyInput .danger {
  92. color: #fd482c;
  93. }
  94. .lineInner .diyInput .blue {
  95. color: #20cff5;
  96. }
  97. .lineInner .diyInput .gray {
  98. color: #b3b6c3;
  99. }
  100. .lineInner .diyInput .link {
  101. font-weight: 450;
  102. color: #007dff;
  103. text-decoration: underline;
  104. }
  105. .lineInner .input {
  106. width:100%;
  107. height: 98rpx;
  108. font-size: 28rpx;
  109. color: #2d2d2d;
  110. text-align: left;
  111. }
  112. .lineInner .content.hasUnit {
  113. padding-right: 36rpx;
  114. }
  115. .lineInner .unit {
  116. position: absolute;
  117. right: 0;
  118. top: 0;
  119. height: 98rpx;
  120. line-height: 98rpx;
  121. font-size: 28rpx;
  122. text-align: right;
  123. color: #2d2d2d;
  124. }
  125. .lineInner .input.right {
  126. text-align: right;
  127. }
  128. .lineInner .input.padding {
  129. padding-left: 24rpx;
  130. }
  131. .lineInner .searchBtn {
  132. margin-top: 22rpx !important;
  133. width: 112rpx !important;
  134. height: 58rpx;
  135. line-height: 58rpx;
  136. background: #007dff;
  137. font-size: 28rpx;
  138. color: #fff;
  139. }
  140. .lineInner .textareaWrap {
  141. padding: 16rpx 0;
  142. width: 100%;
  143. box-sizing: border-box;
  144. }
  145. .lineInner .textareaWrap .textarea {
  146. margin-left: -10rpx;
  147. padding: 0;
  148. width: 100%;
  149. height: 160rpx;
  150. font-size: 28rpx;
  151. color: #2d2d2d;
  152. }
  153. .lineInner .textareaWrap .textarea.right {
  154. text-align: right;
  155. }
  156. .placeholderStyle {
  157. font-size: 28rpx;
  158. color: #b3b6c3;
  159. }
  160. .hasArrow {
  161. padding-right: 40rpx !important;
  162. }
  163. .arrow {
  164. position: absolute;
  165. top: 50%;
  166. transform: translateY(-50%);
  167. right: -2rpx;
  168. font-size: 28rpx;
  169. color: #b3b6c3;
  170. }
  171. .cart {
  172. position: absolute;
  173. top: 50%;
  174. transform: translateY(-50%);
  175. right: 0;
  176. }
  177. .receiveType .lineBox {
  178. position: relative;
  179. padding: 0 24rpx;
  180. height: 98rpx;
  181. line-height: 98rpx;
  182. font-size: 32rpx;
  183. color: #2d2d2d;
  184. }
  185. .receiveType .lineBox+.lineBox:before {
  186. content: "";
  187. position: absolute;
  188. top: 0;
  189. left: 24rpx;
  190. right: 24rpx;
  191. height: 1rpx;
  192. background: #f5f5f5;
  193. }
  194. .receiveType .lineBox .icon-right {
  195. position: absolute;
  196. right: 24rpx;
  197. top: 50%;
  198. transform: translateY(-50%);
  199. color: #fd482c;
  200. font-size: 30rpx;
  201. }
  202. .divide {
  203. height: 24rpx;
  204. }
  205. .totalMoney {
  206. position: relative;
  207. margin-left: 40rpx;
  208. height: 98rpx;
  209. line-height: 98rpx;
  210. font-size: 28rpx;
  211. font-weight: 450;
  212. color: #b3b6c3;
  213. }
  214. .orange {
  215. margin-right: 16rpx;
  216. color: #ff8c42;
  217. }
  218. .grayText {
  219. display: block;
  220. font-size: 28rpx;
  221. color: #b3b6c3;
  222. }
  223. /* 手工开票里的选择 */
  224. .chooseTitle {
  225. margin-top: 33rpx;
  226. height: 32rpx;
  227. line-height: 32rpx;
  228. font-size: 32rpx;
  229. padding: 0 24rpx;
  230. }
  231. .chooseWrap {
  232. display: flex;
  233. align-items: center;
  234. padding: 0 24rpx;
  235. }
  236. .chooseWrap .item {
  237. display: flex;
  238. align-items: center;
  239. padding: 34rpx 0;
  240. }
  241. .chooseWrap .item+.item {
  242. margin-left: 48rpx;
  243. }
  244. .chooseWrap .item .icon-select {
  245. font-size: 36rpx;
  246. color: #c4c4c4;
  247. }
  248. .chooseWrap .item .icon-selected {
  249. font-size: 36rpx;
  250. color: #007dff;
  251. }
  252. .chooseWrap .item .text {
  253. margin-left: 16rpx;
  254. }
  255. /* 点击展开 */
  256. .lineSpread {
  257. position: relative;
  258. padding: 24rpx;
  259. display: flex;
  260. align-items: center;
  261. }
  262. .lineSpread:before {
  263. content: "";
  264. position: absolute;
  265. top: 0;
  266. left: 24rpx;
  267. right: 24rpx;
  268. height: 1rpx;
  269. background: #f5f5f5;
  270. }
  271. .lineSpread .btn {
  272. flex: 1;
  273. height: 80rpx;
  274. line-height: 80rpx;
  275. font-size: 32rpx;
  276. color: #d5d1d1;
  277. background: transparent;
  278. border: solid #c4c4c4 1rpx;
  279. border-radius: 0;
  280. }
  281. .lineSpread .btn+.btn {
  282. margin-left: 20rpx!important;
  283. }
  284. .qrcode {
  285. padding: 36rpx 24rpx 24rpx;
  286. box-sizing: border-box;
  287. }
  288. .qrcode .pic {
  289. width: 220rpx;
  290. height: 220rpx;
  291. }
  292. .selectRate{
  293. position: absolute;
  294. top:0;
  295. left:0;
  296. right:0;
  297. bottom:0;
  298. z-index:100;
  299. }
  300. .lineInner .content.ticket{
  301. padding-right:0;
  302. display: flex;
  303. align-items: center;
  304. }
  305. .lineInner .content.ticket .input{
  306. flex: 1;
  307. padding-right:10rpx;
  308. }
  309. .lineInner .content.ticket .unit{
  310. position:relative;
  311. top:auto;
  312. right:auto;
  313. }