leasing.wxss 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356
  1. /**index.wxss**/
  2. page {
  3. background-color: #ffffff;
  4. }
  5. .address {
  6. margin-top: 26rpx;
  7. width: 100%;
  8. height: 40rpx;
  9. }
  10. .address2 {
  11. margin-top: 32rpx;
  12. height: 147rpx;
  13. width: 100%;
  14. display: flex;
  15. background: #ffffff;
  16. box-shadow:0px 14rpx 20rpx 2rpx rgba(161,161,161,0.2);
  17. }
  18. .address3 {
  19. line-height: 246rpx;
  20. width: 100%;
  21. height: 246rpx;
  22. display: flex;
  23. background: #ffffff;
  24. box-shadow:0px 14rpx 20rpx 2rpx rgba(161,161,161,0.2);
  25. }
  26. .name {
  27. margin-left: 40rpx;
  28. width: 40%;
  29. float: left;
  30. text-align: left;
  31. line-height: 40rpx;
  32. }
  33. .name2 {
  34. width: 100%;
  35. float: left;
  36. text-align: center;
  37. }
  38. .phone {
  39. margin-right: 36rpx;
  40. text-align: right;
  41. width: 35%;
  42. float: right;
  43. line-height: 40rpx;
  44. }
  45. .addr {
  46. flex: 311;
  47. text-align: left;
  48. color: #8C8C8C;
  49. font-size: 32rpx;
  50. font-weight: Regular;
  51. }
  52. .eqtxt {
  53. color: #000000;
  54. font-size: 40rpx;
  55. font-weight: Bold;
  56. }
  57. .eqtxtphone {
  58. color: #000000;
  59. font-size: 32rpx;
  60. font-weight: 500;
  61. }
  62. .picker {
  63. font-weight: 500;
  64. }
  65. .imgright {
  66. flex: 25;
  67. height: 40rpx;
  68. }
  69. .arrow {
  70. margin-left: 32%;
  71. width: 50rpx;
  72. height: 50rpx;
  73. }
  74. .line {
  75. width: 100%;
  76. padding-top: 10rpx;
  77. background-color: #F8F8F8;
  78. }
  79. .linedate {
  80. margin-top: 44rpx;
  81. margin-left: 6.4%;
  82. width: 93.6%;
  83. height: 2rpx;
  84. margin-bottom: 20rpx;
  85. background-color: #F8F8F8;
  86. }
  87. .pay {
  88. margin-top: 44rpx;
  89. width: 100%;
  90. height: 52rpx;
  91. display: flex;
  92. flex-direction: row;
  93. /* align-items:center; */
  94. }
  95. .payicon {
  96. flex: 33;
  97. float: left;
  98. }
  99. .payname {
  100. margin-top: 8rpx;
  101. flex: 248;
  102. float: left;
  103. }
  104. .payselect {
  105. margin-top: 12rpx;
  106. flex: 54;
  107. text-align: right;
  108. }
  109. .payimg {
  110. width: 52rpx;
  111. height: 52rpx;
  112. }
  113. .txtpayname {
  114. color: #605F5F;
  115. font-size: 24rpx;
  116. }
  117. .goodtitle {
  118. width: 100%;
  119. height: 70rpx;
  120. margin-top: 26rpx;
  121. }
  122. .txtgoodtitle {
  123. margin-left: 5%;
  124. color:#605F5F;
  125. font-size: 30rpx;
  126. font-weight: bold;
  127. }
  128. .line2 {
  129. width: 100%;
  130. height: 2rpx;
  131. background-color: #F8F8F8;
  132. }
  133. .goods {
  134. margin-top: 40rpx;
  135. width: 92%;
  136. margin-left: 4%;
  137. margin-right: 4%;
  138. height: 174rpx;
  139. box-shadow:0rpx 14rpx 44rpx 2rpx rgba(161,161,161,0.5);
  140. background:#ffffff;
  141. border-radius:30rpx;
  142. }
  143. .goodsimg {
  144. margin-left: 20rpx;
  145. margin-top: 36rpx;
  146. height: 100rpx;
  147. float: left;
  148. }
  149. .goodsdesc {
  150. margin-top: 40rpx;
  151. margin-left: 24rpx;
  152. float: left;
  153. }
  154. .imggoods {
  155. width: 154rpx;
  156. height: 100rpx;
  157. }
  158. .goodname {
  159. display: flex;
  160. flex-wrap: nowrap;
  161. }
  162. .goodprice {
  163. margin-top: 6rpx;
  164. display: flex;
  165. flex-wrap: nowrap;
  166. color: #FF5B60;
  167. font-size: 34rpx;
  168. align-items: center;
  169. align-content: left;
  170. justify-content: flex-start;
  171. text-align: left;
  172. }
  173. .txtgoodname {
  174. color: #000000;
  175. font-weight: Bold;
  176. font-size: 28rpx;
  177. }
  178. .money1{
  179. font-size: 24rpx;
  180. }
  181. .money2{
  182. font-size: 28rpx;
  183. }
  184. .money3{
  185. font-size: 36rpx;
  186. }
  187. .dateday {
  188. margin-top: 84rpx;
  189. width: 180rpx;
  190. height: 50rpx;
  191. margin-right: 28rpx;
  192. float: right;
  193. background:#ffffff;
  194. border-radius:26rpx;
  195. border:2rpx solid rgba(151,151,151,1);
  196. }
  197. /* */
  198. .stepper {
  199. width: 240rpx;
  200. height: 50rpx;
  201. margin:0 auto;
  202. }
  203. /*加号和减号*/
  204. .stepper text {
  205. height: 50rpx;
  206. color: #979797;
  207. width: 44rpx;
  208. line-height: 48rpx;
  209. text-align: center;
  210. float: left;
  211. }
  212. /*数值*/
  213. .stepper input {
  214. width: 79rpx;
  215. height: 100%;
  216. margin-left: -2rpx;
  217. float: left;
  218. text-align: center;
  219. font-size: 22rpx;
  220. /*给中间的input设置左右边框即可*/
  221. }
  222. .txtdays {
  223. height: 50rpx;
  224. line-height: 50rpx;
  225. margin-left: -10.5%;
  226. font-size: 22rpx;
  227. position: absolute;
  228. }
  229. .txtlinel {
  230. height: 32rpx;
  231. width: 1rpx;
  232. margin-top: 10rpx;
  233. margin-left: -18%;
  234. position: absolute;
  235. background-color: #D6D6D6;
  236. z-index: 1;
  237. }
  238. .txtliner {
  239. height: 32rpx;
  240. width: 1rpx;
  241. margin-top: 10rpx;
  242. margin-left: -5.5%;
  243. position: absolute;
  244. background-color: #D6D6D6;
  245. z-index: 1;
  246. }
  247. /*普通样式*/
  248. .stepper .normal{
  249. margin-top: 2rpx;
  250. font-size: 20rpx;
  251. color: #979797;
  252. font-weight: 900;
  253. }
  254. /*禁用样式*/
  255. .stepper .disabled{
  256. margin-top: 2rpx;
  257. font-size: 20rpx;
  258. color: #979797;
  259. font-weight: 900;
  260. }
  261. .stepper .normal2{
  262. margin-left:14rpx;
  263. font-size: 32rpx;
  264. color: #979797;
  265. }
  266. .rental {
  267. width: 100%;
  268. height: 52rpx;
  269. display: flex;
  270. line-height:70rpx;
  271. }
  272. .rentaltop {
  273. margin-top: 46rpx;
  274. margin-bottom: 0rpx;
  275. }
  276. .rentaldate {
  277. margin-top: 20rpx;
  278. width: 100%;
  279. height: 40rpx;
  280. display: flex;
  281. }
  282. .rentalnamedate {
  283. flex:167;
  284. color: #000000;
  285. font-size: 28rpx;
  286. font-weight: bold;
  287. }
  288. .rentalname {
  289. flex:167;
  290. color: #000000;
  291. font-size: 28rpx;
  292. font-weight: bold;
  293. }
  294. .mrental {
  295. flex:168;
  296. text-align: right;
  297. color:#FF5B60;
  298. font-size: 28rpx;
  299. font-weight: 500;
  300. }
  301. .mrental2 {
  302. height: 50rpx;
  303. flex:168;
  304. text-align: right;
  305. color:#000000;
  306. font-size: 28rpx;
  307. font-weight: 500;
  308. }
  309. .paybottom {
  310. height:82rpx;
  311. background:#ffffff;
  312. width:100%;
  313. position: fixed;
  314. bottom:56rpx;
  315. display: flex;
  316. align-items:center;
  317. }
  318. .boxleft {
  319. flex: 20;
  320. }
  321. .sum {
  322. flex: 60;
  323. line-height: 82rpx;
  324. color: #000000;
  325. font-size: 40rpx;
  326. font-weight:bold;
  327. }
  328. .summ {
  329. flex: 160;
  330. font-size: 60rpx;
  331. color: #FF5B60;
  332. font-weight: 500;
  333. }
  334. .gopay {
  335. flex: 115;
  336. }
  337. .gopaybutton {
  338. background: #FF5B60;
  339. color: #FFFFFF;
  340. width: 230rpx;
  341. text-align: center;
  342. line-height:82rpx;
  343. font-size: 40rpx;
  344. font-weight: 500;
  345. box-shadow:0px 14rpx 44rpx 2rpx rgba(255,91,96,0.2);
  346. border-radius:42rpx;
  347. }