RenewForm.scss 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427
  1. .com-renew-form{
  2. width:100%;
  3. position:relative;
  4. .renew-form{
  5. width:90%;
  6. height:100%;
  7. min-height: 600px;
  8. margin:auto;
  9. border-top-right-radius: 10px;
  10. border-top-left-radius: 10px;
  11. background:#FFF;
  12. overflow: hidden;
  13. .renew-top{
  14. height:40px;
  15. background:#a07c5a;
  16. display:flex;
  17. flex-direction: row;
  18. .renew-top-header{
  19. height:100%;
  20. width:20%;
  21. display:flex;
  22. justify-content: center;
  23. align-items: center;
  24. .icon{
  25. width:30px;
  26. height:30px;
  27. border-radius: 50%;
  28. }
  29. }
  30. .renew-top-name{
  31. height:100%;
  32. width:80%;
  33. display:flex;
  34. justify-content: flex-start;
  35. align-items: center;
  36. color:#FFF;
  37. }
  38. }
  39. }
  40. .renew-tips{
  41. height:30px;
  42. display: flex;
  43. justify-content: flex-start;
  44. align-items: center;
  45. margin-top:20px;
  46. .text{
  47. margin-left:20px;
  48. font-weight: bold;
  49. color:#593320;
  50. .txt{
  51. color:#b21c1c;
  52. }
  53. }
  54. }
  55. .renew-list{
  56. margin-left:10px;
  57. margin-right: 10px;
  58. display: flex;
  59. flex-direction: row;
  60. overflow-y: auto;
  61. overflow-x: auto;
  62. padding-top:20px;
  63. .list-items{
  64. display: flex;
  65. flex-direction: row;
  66. .item{
  67. width:290px;
  68. // height:220px;
  69. border:1px solid #CCC;
  70. margin-right:10px;
  71. border-radius: 10px;
  72. position:relative;
  73. background:#faf9fa;
  74. display:flex;
  75. overflow: hidden;
  76. flex-direction: column;
  77. .active{
  78. position:absolute;
  79. right:0px;
  80. top:0px;
  81. z-index:999;
  82. background:#FFF;
  83. border-radius: 50%;;
  84. }
  85. .tips{
  86. display: flex;
  87. justify-content: center;
  88. align-items: center;
  89. background:#666666;
  90. color:#FFF;
  91. width:100%;
  92. height:25px;
  93. line-height: 25px;
  94. overflow: hidden;
  95. left:0px;
  96. top:0px;
  97. position:absolute;
  98. z-index:99;
  99. }
  100. .item-img{
  101. padding-top:40px;
  102. .bottomBg{
  103. border-bottom:1px dashed #a1a1a1;
  104. }
  105. .vip-list{
  106. display:flex;
  107. width:95%;
  108. margin-left:5px;
  109. margin-right:5px;
  110. flex-direction: column;
  111. .vip-item{
  112. display:flex;
  113. flex-direction: row;
  114. min-height:30px;
  115. line-height: 30px;
  116. font-size:12px;
  117. .vip-img{
  118. display:flex;
  119. width:10%;
  120. height:100%;
  121. justify-content:center;
  122. align-items: center;
  123. .img{
  124. width:24px;
  125. height:18px;
  126. margin-top:10px;
  127. }
  128. }
  129. .vip-content{
  130. min-height: 40px;
  131. display:flex;
  132. width:90%;
  133. height:100%;
  134. flex-direction: column;
  135. justify-content: flex-start;
  136. align-items: center;
  137. .content-item{
  138. display:flex;
  139. flex-direction: row;
  140. width:100%;
  141. height:100%;
  142. justify-content: flex-start;
  143. align-items: center;
  144. .vip-item-cap{
  145. display:flex;
  146. width:80%;
  147. height:100%;
  148. justify-content: flex-start;
  149. align-items: center;
  150. margin-left:10px;
  151. }
  152. .vip-item-text{
  153. display:flex;
  154. width:70%;
  155. height:100%;
  156. margin-right: 10px;
  157. justify-content: flex-end;
  158. align-items: center;
  159. }
  160. }
  161. }
  162. }
  163. }
  164. }
  165. .item-price{
  166. background:#666666;
  167. height:30px;
  168. text-align: center;
  169. flex-direction: row;
  170. color:#FFF;
  171. position: absolute;
  172. width: 100%;
  173. bottom: 0px;
  174. border-bottom-left-radius: 10px;
  175. border-bottom-right-radius: 10px;
  176. .price{
  177. font-size:18px;
  178. .sign{
  179. font-size:12px;
  180. }
  181. }
  182. }
  183. }
  184. .actived{
  185. border:1px solid #b21c1c!important;
  186. .item-price{
  187. background:#b21c1c!important;
  188. }
  189. .tips{
  190. background:#b21c1c!important;
  191. }
  192. }
  193. }
  194. }
  195. .renew-btns{
  196. width:100%;
  197. display: flex;
  198. justify-content: center;
  199. align-items: center;
  200. margin-top:20px;
  201. .btn-pay{
  202. width:80px;
  203. height:30px;
  204. display: flex;
  205. justify-content: center;
  206. align-items: center;
  207. border-radius: 10px;
  208. background:#b21c1c;
  209. padding:0px;
  210. border:none;
  211. color:#FFF;
  212. line-height: 30px;
  213. font-size:14px;
  214. }
  215. }
  216. }
  217. .RenewInfo{
  218. width: 90%;
  219. margin:0 auto;
  220. font-size: 12px;
  221. padding: 10px 0px 70px 0px;
  222. line-height: 20px;
  223. }
  224. .btncoup_date{
  225. position: absolute;
  226. left: 5px;
  227. bottom:35px;
  228. width: 100px;
  229. color: #b21c1c;
  230. text-align: center;
  231. border-radius: 5px;
  232. margin-left: 5px;
  233. line-height: 16px;
  234. font-size: 14px;
  235. }
  236. .btncoup{
  237. position: absolute;
  238. right: 5px;
  239. bottom:35px;
  240. width: 100px;
  241. color: #b21c1c;
  242. text-align: center;
  243. border-radius: 5px;
  244. margin-left: 5px;
  245. line-height: 16px;
  246. font-size: 14px;
  247. }
  248. .vip_head{
  249. background-color: #593320;
  250. width: 100%;
  251. height: 40px;
  252. .vip-form-title{
  253. color:#FFF;
  254. font-size: 12px;
  255. line-height: 40px;
  256. padding-left: 30px;
  257. }
  258. }
  259. .txtred{
  260. color: #b21c1c;
  261. }
  262. .vip-form{
  263. width:95%;
  264. margin:auto;
  265. margin-top:5px;
  266. margin-bottom:40px;
  267. border-bottom: 2px solid #F0F0F0;
  268. padding: 10px;
  269. max-height: 150px;
  270. min-height: 30px;
  271. overflow: auto;
  272. .vip-form-tab{
  273. .tab{
  274. width:100%;
  275. display: flex;
  276. flex-direction: row;
  277. justify-content: space-between;
  278. align-items: center;
  279. min-height:20px;
  280. font-size: 12px;
  281. .col1{
  282. width:10%;
  283. height: 100%;
  284. display:flex;
  285. justify-content: left;
  286. align-items: center;
  287. .icon{
  288. width: 25px;
  289. height:25px;
  290. }
  291. }
  292. .col2{
  293. width:80%;
  294. height:100%;
  295. text-align: left;
  296. margin-left: 0px;
  297. display:flex;
  298. justify-content: left;
  299. align-items: center;
  300. }
  301. .col3{
  302. width:10%;
  303. height:100%;
  304. display:flex;
  305. justify-content: left;
  306. align-items: center;
  307. }
  308. }
  309. .tab1{
  310. width:100%;
  311. display: flex;
  312. flex-direction: row;
  313. justify-content: space-between;
  314. align-items: center;
  315. height:120px;
  316. .col1{
  317. width:30%;
  318. height:100%;
  319. display:flex;
  320. justify-content: center;
  321. align-items: center;
  322. border-left: 1px solid #593320;
  323. border-top: 1px solid #593320;
  324. border-right: 1px solid #593320;
  325. .icon{
  326. height:25px;
  327. }
  328. }
  329. .col-more{
  330. display: flex;
  331. width:70%;
  332. height:100%;
  333. flex-direction: column;
  334. .item{
  335. display: flex;
  336. flex-direction: row;
  337. width:100%;
  338. height:40px;
  339. .col2{
  340. width:50%;
  341. display: flex;
  342. justify-content: center;
  343. align-items: center;
  344. }
  345. .col3{
  346. width:50%;
  347. display: flex;
  348. justify-content: center;
  349. align-items: center;
  350. // border-left: 1px solid #593320;
  351. border-top: 1px solid #593320;
  352. border-right: 1px solid #593320;
  353. }
  354. }
  355. }
  356. }
  357. }
  358. }
  359. .cardcoup{
  360. font-size: 12px;
  361. color: #FFF;
  362. width: 100px;
  363. display: flex;
  364. height: 20px;
  365. line-height: 20px;
  366. position: absolute;
  367. right: 25px;
  368. top:10px;
  369. }