You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

charge.css 15 KiB

4 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705
  1. .chargeSec1Row {
  2. margin: 24px -12px 0;
  3. overflow: hidden;
  4. }
  5. .chargeSec1Col5 {
  6. width: 20%;
  7. float: left;
  8. padding: 0 12px;
  9. margin-top: 24px;
  10. min-height: 172px;
  11. }
  12. .chargeSec1Box {
  13. border-radius: 4px;
  14. overflow: hidden;
  15. background-size: 100% 100%;
  16. -moz-background-size: 100% 100%;
  17. -webkit-background-size: 100% 100%;
  18. -o-background-size: 100% 100%;
  19. padding: 10px;
  20. }
  21. .chargeSec1Row1 .chargeSec1Box {
  22. background-image: url('../../images/receiveSendFeeManagement/charge1-1.jpg');
  23. filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../../images/receiveSendFeeManagement/charge1-1.jpg', sizingMethod='scale');
  24. }
  25. .chargeSec1Row2 .chargeSec1Box {
  26. background-image: url('../../images/receiveSendFeeManagement/charge1-3.jpg');
  27. filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../../images/receiveSendFeeManagement/charge1-3.jpg', sizingMethod='scale');
  28. }
  29. .chargeSec1Row3 .chargeSec1Box {
  30. background-image: url('../../images/receiveSendFeeManagement/charge1-5.jpg');
  31. filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../../images/receiveSendFeeManagement/charge1-5.jpg', sizingMethod='scale');
  32. }
  33. .chargeSec1Row4 .chargeSec1Box {
  34. background-image: url('../../images/receiveSendFeeManagement/charge1-7.jpg');
  35. filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../../images/receiveSendFeeManagement/charge1-7.jpg', sizingMethod='scale');
  36. }
  37. .chargeSec1Row6 .chargeSec1Box {
  38. background-image: url('../../images/receiveSendFeeManagement/charge1-9.jpg');
  39. filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../../images/receiveSendFeeManagement/charge1-9.jpg', sizingMethod='scale');
  40. }
  41. .chargeSec1Btn {
  42. line-height: 0;
  43. padding-right: 8px;
  44. text-align: right;
  45. overflow: hidden;
  46. }
  47. .chargeSec1Btn img {
  48. width: 16px;
  49. margin-left: 18px;
  50. }
  51. .chargeSec1Btn span {
  52. float: left;
  53. line-height: 20px;
  54. font-size: 13px;
  55. color: #fff;
  56. }
  57. .chargeSec1T {
  58. padding: 0 25px;
  59. font-size: 20px;
  60. color: #fff;
  61. height: 72px;
  62. line-height: 24px;
  63. display: -webkit-box;
  64. -webkit-box-orient: vertical;
  65. -webkit-line-clamp: 3;
  66. overflow: hidden;
  67. text-overflow: ellipsis;
  68. }
  69. .chargeSec1Row1 .chargeSec1T {
  70. border-bottom: 1px solid #7FADF5;
  71. }
  72. .chargeSec1Row2 .chargeSec1T {
  73. border-bottom: 1px solid #47E1E4;
  74. }
  75. .chargeSec1Row3 .chargeSec1T {
  76. border-bottom: 1px solid #FCB938;
  77. padding-top: 10px;
  78. }
  79. .chargeSec1Row4 .chargeSec1T {
  80. border-bottom: 1px solid #B787F2;
  81. }
  82. .chargeSec1Row6 .chargeSec1T {
  83. border-bottom: 1px solid #FB9180;
  84. }
  85. .chargeSec1Con {
  86. padding: 0 25px;
  87. margin-top: 15px;
  88. }
  89. .chargeSec1Txt {
  90. font-size: 14px;
  91. color: #fff;
  92. line-height: 26px;
  93. height: 52px;
  94. display: -webkit-box;
  95. -webkit-box-orient: vertical;
  96. -webkit-line-clamp: 2;
  97. overflow: hidden;
  98. text-overflow: ellipsis;
  99. }
  100. .chargeSec1Txt span {
  101. float: right;
  102. font-size: 30px;
  103. margin-top: 10px;
  104. }
  105. .chargeSec1Txt b {
  106. font-weight: normal;
  107. }
  108. .chargeSec1Time {
  109. text-align: right;
  110. font-size: 12px;
  111. margin-top: 20px;
  112. height: 17px;
  113. }
  114. .chargeSec1Row1 .chargeSec1Time {
  115. color: #CADFFF;
  116. }
  117. .chargeSec1Row2 .chargeSec1Time {
  118. color: #8FFDFF;
  119. }
  120. .chargeSec1Row3 .chargeSec1Time {
  121. color: #FFE08E;
  122. }
  123. .chargeSec1Row4 .chargeSec1Time {
  124. color: #E1CAFF;
  125. }
  126. .chargeSec1Row6 .chargeSec1Time {
  127. color: #FFC7BE;
  128. }
  129. .chargeSec1Text {
  130. color: #A6A6A6;
  131. font-size: 14px;
  132. margin-top: 30px;
  133. padding-bottom: 20px;
  134. }
  135. .layerChage {
  136. padding-bottom: 50px
  137. }
  138. .layerChageT {
  139. height: 80px;
  140. line-height: 80px;
  141. text-align: center;
  142. font-size: 26px;
  143. color: #fff;
  144. background-size: 100% 100%;
  145. -moz-background-size: 100% 100%;
  146. -webkit-background-size: 100% 100%;
  147. -o-background-size: 100% 100%;
  148. margin-bottom: 40px;
  149. }
  150. .layerChage1 .layerChageT {
  151. background-image: url('../../images/receiveSendFeeManagement/charge1-2.jpg');
  152. filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../../images/receiveSendFeeManagement/charge1-2.jpg', sizingMethod='scale');
  153. }
  154. .layerChage2 .layerChageT {
  155. background-image: url('../../images/receiveSendFeeManagement/charge1-4.jpg');
  156. filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../../images/receiveSendFeeManagement/charge1-4.jpg', sizingMethod='scale');
  157. }
  158. .layerChage3 .layerChageT {
  159. background-image: url('../../images/receiveSendFeeManagement/charge1-6.jpg');
  160. filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../../images/receiveSendFeeManagement/charge1-6.jpg', sizingMethod='scale');
  161. }
  162. .layerChage4 .layerChageT {
  163. background-image: url('../../images/receiveSendFeeManagement/charge1-8.jpg');
  164. filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../../images/receiveSendFeeManagement/charge1-8.jpg', sizingMethod='scale');
  165. }
  166. .layerChage6 .layerChageT {
  167. background-image: url('../../images/receiveSendFeeManagement/charge1-10.jpg');
  168. filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../../images/receiveSendFeeManagement/charge1-10.jpg', sizingMethod='scale');
  169. }
  170. .chargeInput {
  171. padding: 0 90px;
  172. margin-top: 25px;
  173. overflow: hidden;
  174. }
  175. .chargeInput span {
  176. float: left;
  177. color: #8F8F8F;
  178. font-size: 15px;
  179. line-height: 44px;
  180. width: 100px;
  181. text-align: right;
  182. }
  183. .chargeInput input, .chargeInput textarea {
  184. display: block;
  185. margin-left: 120px;
  186. padding: 12px;
  187. line-height: 24px;
  188. border: 1px solid #E1E1E1;
  189. color: #313131;
  190. font-size: 15px;
  191. width: 608px;
  192. }
  193. .chargeInput input {
  194. height: 44px;
  195. }
  196. .chargeInput textarea {
  197. height: 80px;
  198. padding-top: 8px;
  199. resize: none;
  200. }
  201. .chargeBtn {
  202. margin-top: 45px;
  203. text-align: center;
  204. line-height: 0;
  205. }
  206. .chargeBtn span {
  207. display: inline-block;
  208. margin: 0 55px;
  209. color: #fff;
  210. font-size: 18px;
  211. width: 253px;
  212. height: 50px;
  213. border-radius: 4px;
  214. line-height: 50px;
  215. cursor: pointer;
  216. }
  217. .chargeBtn span:first-child {
  218. background: #F9A90F !important;
  219. }
  220. .layerChage1 .chargeBtn span {
  221. background: #6D9CE6;
  222. }
  223. .layerChage2 .chargeBtn span {
  224. background: #48D4D7;
  225. }
  226. .layerChage3 .chargeBtn span {
  227. background: #6D9CE6;
  228. }
  229. .layerChage4 .chargeBtn span {
  230. background: #AB78EA;
  231. }
  232. .layerChage6 .chargeBtn span {
  233. background: #F28371;
  234. }
  235. .layerChageTop, .layerChageBox {
  236. padding: 0 50px;
  237. }
  238. .layerChageTop > div {
  239. float: left;
  240. width: 33.333333%;
  241. font-size: 15px;
  242. color: #8F8F8F
  243. }
  244. .layerChageTop > div span {
  245. color: #313131
  246. }
  247. .layerChage3 .chargeInput {
  248. padding: 0 50px;
  249. }
  250. .layerChageBox {
  251. overflow: hidden;
  252. margin-top: 30px;
  253. }
  254. .layerChageBox > div {
  255. height: 305px;
  256. float: left;
  257. }
  258. .layerChageIn {
  259. width: 8%;
  260. text-align: center;
  261. font-size: 0;
  262. }
  263. .layerChageIn img {
  264. margin-top: 130px;
  265. height: 40px;
  266. }
  267. .layerChageR, .layerChageL {
  268. width: 46%;
  269. overflow: auto;
  270. border: 1px solid #E1E1E1;
  271. }
  272. .layerChageL::-webkit-scrollbar-track-piece {
  273. width: 16px;
  274. background-color: #EBEBEB;
  275. }
  276. .layerChageL::-webkit-scrollbar {
  277. width: 16px;
  278. height: 6px;
  279. }
  280. .layerChageL::-webkit-scrollbar-thumb {
  281. height: 50px;
  282. background-color: #F9A90F;
  283. border-radius: 8px;
  284. }
  285. .layerChageL::-webkit-scrollbar-thumb:hover {
  286. background: #F9A90F;
  287. }
  288. .layerChageR::-webkit-scrollbar-track-piece {
  289. width: 16px;
  290. background-color: #EBEBEB;
  291. }
  292. .layerChageR::-webkit-scrollbar {
  293. width: 16px;
  294. height: 6px;
  295. }
  296. .layerChageR::-webkit-scrollbar-thumb {
  297. height: 50px;
  298. background-color: #F9A90F;
  299. border-radius: 8px;
  300. }
  301. .layerChageR::-webkit-scrollbar-thumb:hover {
  302. background: #F9A90F;
  303. }
  304. .layerChageL li {
  305. font-size: 13px;
  306. cursor: pointer;
  307. color: #313131;
  308. padding: 0 15px;
  309. line-height: 30px;
  310. transition: all 0.3s;
  311. -moz-transition: all 0.3s;
  312. -ms-transition: all 0.3s;
  313. -o-transition: all 0.3s;
  314. -webkit-transition: all 0.3s;
  315. }
  316. .layerChageL li:hover {
  317. background: #F7F7F7;
  318. }
  319. .layerChageR li {
  320. font-size: 13px;
  321. color: #313131;
  322. overflow: hidden;
  323. line-height: 30px;
  324. color: #313131;
  325. position: relative;
  326. transition: all 0.3s;
  327. -moz-transition: all 0.3s;
  328. -ms-transition: all 0.3s;
  329. -o-transition: all 0.3s;
  330. -webkit-transition: all 0.3s;
  331. background: #fff;
  332. }
  333. .layerChageR li:first-child {
  334. background: #fff !important;
  335. color: #8F8F8F;
  336. }
  337. .layerChageR li:hover {
  338. background: #F7F7F7;
  339. }
  340. .layerChageR li > span {
  341. position: relative;
  342. width: 50%;
  343. float: left;
  344. padding: 0 15px;
  345. overflow: hidden;
  346. white-space: nowrap;
  347. text-overflow: ellipsis;
  348. }
  349. .layerChageinput {
  350. position: absolute;
  351. width: 100%;
  352. height: 100%;
  353. z-index: -1;
  354. border: 0;
  355. left: 0;
  356. top: 0;
  357. border-bottom: 1px solid #eee;
  358. padding: 0 15px;
  359. -webkit-user-select: none;
  360. -moz-user-select: none;
  361. -ms-user-select: none;
  362. user-select: none;
  363. }
  364. .layerChageMoney.active .layerChageinput {
  365. z-index: 99
  366. }
  367. .layerChageR li div {
  368. width: 30px;
  369. height: 30px;
  370. font-size: 0;
  371. text-align: center;
  372. position: absolute;
  373. top: 0;
  374. right: 0;
  375. background: #EBEBEB;
  376. cursor: pointer;
  377. filter: alpha(opacity=0);
  378. -moz-opacity: 0;
  379. -khtml-opacity: 0;
  380. opacity: 0;
  381. z-index: -1;
  382. transition: all 0.3s;
  383. -moz-transition: all 0.3s;
  384. -ms-transition: all 0.3s;
  385. -o-transition: all 0.3s;
  386. -webkit-transition: all 0.3s;
  387. }
  388. .layerChageR li img {
  389. height: 14px;
  390. margin-top: 0;
  391. }
  392. .layerChageR li:hover div {
  393. filter: alpha(opacity=100);
  394. -moz-opacity: 1;
  395. -khtml-opacity: 1;
  396. opacity: 1;
  397. z-index: 2
  398. }
  399. .chargeSecAdd {
  400. float: right;
  401. width: 21px;
  402. height: 21px;
  403. border-radius: 2px;
  404. cursor: pointer;
  405. border: 1px solid #fff;
  406. overflow: hidden;
  407. text-align: center;
  408. line-height: 0;
  409. transition: all 0.3s;
  410. -moz-transition: all 0.3s;
  411. -ms-transition: all 0.3s;
  412. -o-transition: all 0.3s;
  413. -webkit-transition: all 0.3s;
  414. }
  415. .chargeSecAdd div {
  416. display: inline-block;
  417. width: 11px;
  418. height: 1px;
  419. background: #fff;
  420. /*transition:all 0.3s;
  421. -moz-transition:all 0.3s;
  422. -ms-transition:all 0.3s;
  423. -o-transition:all 0.3s;
  424. -webkit-transition:all 0.3s;*/
  425. }
  426. .chargeSecAdd div:first-child {
  427. margin-top: 8px;
  428. transform: rotate(90deg) translate(1px,0px);
  429. -webkit-transform: rotate(90deg) translate(1px,0px);
  430. -moz-transform: rotate(90deg) translate(1px,0px);
  431. -o-transform: rotate(90deg) translate(1px,0px);
  432. -ms-transform: rotate(90deg) translate(1px,0px);
  433. }
  434. .chargeSecAdd:hover {
  435. background: #fff;
  436. }
  437. .chargeSecAdd:hover div {
  438. background: #F9A90F;
  439. }
  440. .layerChageTop {
  441. position: relative;
  442. }
  443. .layerChageTop .layerChageBtn {
  444. width: 115px;
  445. height: 30px;
  446. line-height: 30px;
  447. position: absolute;
  448. top: -5px;
  449. right: 50px;
  450. background: #F9A90F;
  451. color: #fff;
  452. text-align: center;
  453. border-radius: 2px;
  454. cursor: pointer;
  455. }
  456. .layerChageBtn i {
  457. display: inline-block;
  458. }
  459. .layerChageBtn > i {
  460. margin-right: 5px;
  461. width: 11px;
  462. position: relative;
  463. top: -5px;
  464. }
  465. .layerChageBtn > i i {
  466. width: 100%;
  467. height: 1px;
  468. background: #fff;
  469. }
  470. .layerChageBtn > i i:first-child {
  471. transform: rotate(90deg) translate(1px,0px);
  472. -webkit-transform: rotate(90deg) translate(1px,0px);
  473. -moz-transform: rotate(90deg) translate(1px,0px);
  474. -o-transform: rotate(90deg) translate(1px,0px);
  475. -ms-transform: rotate(90deg) translate(1px,0px);
  476. }
  477. .layerChageR:first-child li:first-child span {
  478. background: #fff !important;
  479. color: #8F8F8F;
  480. text-align: center !important;
  481. }
  482. .layerChageR:first-child li span:last-child {
  483. text-align: right;
  484. }
  485. .layerChageR:first-child li:nth-child(2n) {
  486. background: #F7F7F7;
  487. }
  488. .layerChageR:first-child {
  489. position: relative;
  490. }
  491. .layerChageR:first-child:after {
  492. content: '';
  493. width: 1px;
  494. height: 100%;
  495. position: absolute;
  496. left: 0;
  497. right: 0;
  498. top: 0;
  499. margin: auto;
  500. background: #E1E1E1;
  501. }
  502. .chargeSec1Select {
  503. margin-top: 30px;
  504. }
  505. .chargeSec1Select:before {
  506. content: '';
  507. width: 100%;
  508. display: block;
  509. clear: both;
  510. height: 1px;
  511. }
  512. .chargeSec1Select > div {
  513. float: left;
  514. height: 42px;
  515. border-radius: 4px;
  516. font-size: 14px;
  517. }
  518. .chargeSelect {
  519. width: 15%;
  520. margin-right: 2%;
  521. border: 1px solid #CDCDCD;
  522. cursor: pointer;
  523. position: relative;
  524. }
  525. .chargeSelect > div {
  526. overflow: hidden;
  527. white-space: nowrap;
  528. text-overflow: ellipsis;
  529. color: #8F8F8F;
  530. line-height: 40px;
  531. padding: 0 10px;
  532. }
  533. .chargeSelect > div span {
  534. color: #313131;
  535. }
  536. .chargeSelect ul {
  537. width: 100%;
  538. max-height: 240px;
  539. overflow: auto;
  540. position: absolute;
  541. left: 0;
  542. top: 60px;
  543. z-index: -1;
  544. background: #fff;
  545. -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  546. -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  547. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  548. filter: alpha(opacity=0);
  549. -moz-opacity: 0;
  550. -khtml-opacity: 0;
  551. opacity: 0;
  552. transition: all 0.3s;
  553. -moz-transition: all 0.3s;
  554. -ms-transition: all 0.3s;
  555. -o-transition: all 0.3s;
  556. -webkit-transition: all 0.3s;
  557. }
  558. .chargeSelect:hover ul {
  559. top: 41px;
  560. z-index: 2;
  561. filter: alpha(opacity=100);
  562. -moz-opacity: 1;
  563. -khtml-opacity: 1;
  564. opacity: 1;
  565. }
  566. .chargeSelect li {
  567. height: 30px;
  568. line-height: 30px;
  569. padding: 0 10px;
  570. transition: all 0.3s;
  571. -moz-transition: all 0.3s;
  572. -ms-transition: all 0.3s;
  573. -o-transition: all 0.3s;
  574. -webkit-transition: all 0.3s;
  575. }
  576. .chargeSelect li:hover {
  577. background: #F7F7F7;
  578. }
  579. .chargeSelectBtn {
  580. color: #fff;
  581. width: 10%;
  582. line-height: 42px;
  583. cursor: pointer;
  584. background: #F9A90F;
  585. text-align: center;
  586. }
  587. @media(max-width:1500px) {
  588. .chargeSec1T {
  589. padding: 0 10px;
  590. height: 48px;
  591. -webkit-line-clamp: 2;
  592. }
  593. .chargeSec1Con {
  594. margin-top: 7px;
  595. padding: 0 10px;
  596. }
  597. .chargeSec1Time {
  598. margin-top: 10px;
  599. }
  600. }