shop.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940
  1. @charset "utf-8";
  2. .verify-code, embed {
  3. width: 100%
  4. }
  5. .verify-code, .verify-code .backdrop {
  6. position: fixed;
  7. top: 0;
  8. left: 0;
  9. right: 0;
  10. z-index: 1000;
  11. bottom: 0
  12. }
  13. .btn, .flex, .verify-code .number, .verify-code .title .text, .verify-popup, caption, th {
  14. text-align: center
  15. }
  16. blockquote, body, code, dd, div, dl, dt, fieldset, form, li, ol, optgroup, option, p, pre, select, td, textarea, th, ul {
  17. margin: 0;
  18. padding: 0
  19. }
  20. fieldset, img {
  21. border: 0
  22. }
  23. address, caption, cite, code, dfn, em, optgroup, th, var {
  24. font-style: normal;
  25. font-weight: 400
  26. }
  27. :link, :visited, ins {
  28. text-decoration: none
  29. }
  30. li, ol, ul {
  31. list-style: none
  32. }
  33. table {
  34. font: 100%
  35. }
  36. q:after, q:before {
  37. content: ''
  38. }
  39. abbr, acronym {
  40. border: 0;
  41. font-variant: normal
  42. }
  43. legend {
  44. color: #000
  45. }
  46. a {
  47. outline: 0;
  48. color: #333
  49. }
  50. button, input, optgroup, option, select, textarea {
  51. font-family: inherit;
  52. font-size: inherit;
  53. font-style: inherit;
  54. font-weight: inherit
  55. }
  56. button, input, select, textarea {
  57. margin: 0;
  58. line-height: 1.2
  59. }
  60. a img, img {
  61. -ms-interpolation-mode: bicubic
  62. }
  63. .cls:after {
  64. content: ".";
  65. display: block;
  66. height: 0;
  67. clear: both;
  68. visibility: hidden
  69. }
  70. .cls {
  71. zoom: 1
  72. }
  73. #POP800_INIT_DIV, #POP800_LEAVEWORD_DIV, #POP800_PANEL_DIV {
  74. display: none !important
  75. }
  76. .verify-code .backdrop {
  77. background: rgba(0, 0, 0, .8)
  78. }
  79. .verify-code .content {
  80. top: 50%;
  81. left: 20px;
  82. right: 20px;
  83. position: absolute;
  84. background: #F6F6F6;
  85. transform: translate(0, -50%);
  86. z-index: 1002
  87. }
  88. .verify-code .title {
  89. position: relative;
  90. display: block;
  91. left: 0;
  92. right: 0;
  93. background: #fff;
  94. top: 0;
  95. padding: 6px 8px 6px 36px;
  96. width: calc(100% - 44px)
  97. }
  98. .verify-code .title .close {
  99. line-height: 22px;
  100. color: #222;
  101. height: 22px;
  102. position: absolute;
  103. left: 16px;
  104. top: 50%;
  105. font-size: 24px;
  106. font-weight: 700;
  107. transform: translateY(-50%)
  108. }
  109. .verify-code .title .text {
  110. font-size: 16px;
  111. color: #222;
  112. line-height: 22px
  113. }
  114. .verify-code .message {
  115. position: relative;
  116. width: 100%;
  117. top: 0;
  118. background: #F6F6F6;
  119. padding-bottom: calc(40px + 13vw)
  120. }
  121. .verify-code .message .text {
  122. text-align: center;
  123. word-break: break-all;
  124. display: block;
  125. font-size: 14px;
  126. color: #666;
  127. margin: 20px 16px 0
  128. }
  129. .verify-code .message .resend {
  130. display: block
  131. }
  132. .verify-code .message .wait {
  133. display: none
  134. }
  135. .verify-code .message .mobile-content, .verify-code .message .time-content {
  136. display: inline
  137. }
  138. .verify-code .number {
  139. position: absolute;
  140. left: 0;
  141. right: 0;
  142. bottom: 0;
  143. padding: 20px;
  144. height: calc(50px + 13vw);
  145. -webkit-box-sizing: border-box;
  146. -moz-box-sizing: border-box;
  147. box-sizing: border-box;
  148. max-height: 160px
  149. }
  150. .verify-code .number input {
  151. position: relative;
  152. width: 13vw;
  153. height: 13vw;
  154. max-width: 100px;
  155. max-height: 100px;
  156. margin-right: 0;
  157. padding: 5px;
  158. font-size: 20px;
  159. color: #222;
  160. line-height: 32px;
  161. text-align: center !important;
  162. background: #FFF;
  163. border: 1px solid #E1E1E1;
  164. border-radius: 4px;
  165. z-index: 2
  166. }
  167. .verify-code .number .actual-input {
  168. position: absolute;
  169. display: block;
  170. top: 20px;
  171. bottom: 20px;
  172. left: 0;
  173. right: 0;
  174. width: 100%;
  175. height: auto;
  176. max-width: none;
  177. max-height: none;
  178. font-size: 1px;
  179. -webkit-box-sizing: border-box;
  180. -moz-box-sizing: border-box;
  181. box-sizing: border-box;
  182. padding: 0;
  183. z-index: 1;
  184. opacity: 0
  185. }
  186. .verify-code .number input[data-last] {
  187. margin-right: 0
  188. }
  189. @keyframes verifypopup {
  190. 0%, 90% {
  191. opacity: .8;
  192. z-index: 10000
  193. }
  194. 100% {
  195. opacity: 0;
  196. z-index: -1000
  197. }
  198. }
  199. @-webkit-keyframes verifypopup {
  200. 0%, 90% {
  201. opacity: .8;
  202. z-index: 10000
  203. }
  204. 100% {
  205. opacity: 0;
  206. z-index: -1000
  207. }
  208. }
  209. @-moz-keyframes verifypopup {
  210. 0%, 90% {
  211. opacity: .8;
  212. z-index: 10000
  213. }
  214. 100% {
  215. opacity: 0;
  216. z-index: -1000
  217. }
  218. }
  219. @-o-keyframes verifypopup {
  220. 0%, 90% {
  221. opacity: .8;
  222. z-index: 10000
  223. }
  224. 100% {
  225. opacity: 0;
  226. z-index: -1000
  227. }
  228. }
  229. .verify-code a.resendCode {
  230. color: #0080FF
  231. }
  232. .verify-popup {
  233. background: #000;
  234. border-radius: 4px;
  235. font-size: 16px;
  236. color: #FFF;
  237. width: 240px;
  238. height: 62px;
  239. line-height: 62px;
  240. position: fixed;
  241. display: block;
  242. left: 50%;
  243. top: 50%;
  244. transform: translate(-50%, -50%);
  245. opacity: 0;
  246. z-index: -1000
  247. }
  248. .m-goodItems .goodInfo.u3, .m-orderItem .goodImg, .m-orderItem .goodInfo, .tab_two i.icon, body {
  249. position: relative
  250. }
  251. .verify-popup.animation {
  252. animation: verifypopup 5s;
  253. -webkit-animation: verifypopup 5s;
  254. -moz-animation: verifypopup 5s;
  255. -o-animation: verifypopup 5s
  256. }
  257. .verify-code.verifying .resend {
  258. display: none
  259. }
  260. .verify-code.verifying .wait {
  261. display: block
  262. }
  263. body, html {
  264. height: 100%;
  265. width: 100%
  266. }
  267. body {
  268. max-width: 640px;
  269. margin: auto
  270. }
  271. .flexbox {
  272. display: flex;
  273. display: -webkit-flex;
  274. display: -ms-flex;
  275. display: -moz-flex;
  276. justify-content: space-between
  277. }
  278. .flex {
  279. flex: 1;
  280. -webkit-flex: 1;
  281. -ms-flex: 1;
  282. -moz-flex: 1
  283. }
  284. .goback {
  285. color: #aaa;
  286. font-size: 14px
  287. }
  288. .goback i.checkout-icons {
  289. display: inline-block;
  290. height: 20px;
  291. width: 10px;
  292. vertical-align: middle;
  293. background-size: auto 14px;
  294. background-position: 0 2px;
  295. margin-right: 5px
  296. }
  297. #details {
  298. padding: 16px
  299. }
  300. input::-webkit-input-placeholder {
  301. color: #ccc
  302. }
  303. input::-moz-placeholder {
  304. color: #ccc
  305. }
  306. input::-ms-input-placeholder {
  307. color: #ccc
  308. }
  309. input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
  310. -webkit-appearance: none !important;
  311. margin: 0
  312. }
  313. .btn, .regions {
  314. margin-bottom: 4px
  315. }
  316. input[type=number] {
  317. -moz-appearance: textfield
  318. }
  319. input:focus, textarea:focus {
  320. outline: 0;
  321. border: 1px solid #aaa
  322. }
  323. input {
  324. -webkit-appearance: none
  325. }
  326. select {
  327. appearance: none;
  328. -moz-appearance: none;
  329. -webkit-appearance: none;
  330. background: url(../images/arrow.png) right center no-repeat;
  331. padding-right: 16px
  332. }
  333. .btn {
  334. border: none;
  335. display: block;
  336. width: 100%;
  337. background-color: #ff5a5f;
  338. color: #fff;
  339. font-size: 16px;
  340. border-radius: 4px;
  341. line-height: 44px
  342. }
  343. .regions, .regions-city, .table .tab_sele {
  344. color: #666;
  345. text-indent: 16px
  346. }
  347. .btn.submiting {
  348. background-color: #ddd
  349. }
  350. .table {
  351. display: table;
  352. width: 100%;
  353. padding: 16px 0;
  354. font-size: 14px
  355. }
  356. .table .table-row {
  357. display: table-row
  358. }
  359. .table-row .table-cell {
  360. display: table-cell;
  361. border-radius: 4px;
  362. border: 1px solid #eee
  363. }
  364. .table-row .table-cell:first-child {
  365. margin-left: 3px
  366. }
  367. .regions {
  368. border-radius: 4px;
  369. line-height: 42px;
  370. background-color: #f6f6f6;
  371. text-align: left
  372. }
  373. .marleft {
  374. margin-left: 4px
  375. }
  376. .regions-city {
  377. border-radius: 4px;
  378. border: 1px solid #eee;
  379. margin-bottom: 3px;
  380. height: 44px;
  381. width: 100%
  382. }
  383. .tab_two, .table-row input {
  384. margin-bottom: 4px
  385. }
  386. .table .tab_sele {
  387. border: 1px solid #eee;
  388. border-radius: 4px;
  389. line-height: 44px;
  390. text-align: left
  391. }
  392. .tab_sele img {
  393. width: 14px;
  394. vertical-align: middle
  395. }
  396. .tab_two input, .table-row input {
  397. padding: 0;
  398. width: 100%;
  399. line-height: 40px;
  400. color: #666;
  401. text-indent: 16px
  402. }
  403. .table-row input {
  404. border: 1px solid #eee;
  405. border-radius: 4px
  406. }
  407. .tab_two:nth-child(even) {
  408. margin-left: 6px
  409. }
  410. .tab_two.tab_sele:nth-child(even) {
  411. margin-left: 4px
  412. }
  413. .tab_two input {
  414. margin: 0;
  415. border: 1px solid #eee;
  416. border-radius: 4px
  417. }
  418. .postals, select[name=district] {
  419. margin-bottom: 4px
  420. }
  421. .tab_two i.icon {
  422. display: inline-block;
  423. width: 15px;
  424. height: 15px;
  425. background: url(../images/checkout-icons.png) -24px 0 no-repeat;
  426. background-size: auto 100%;
  427. float: right;
  428. right: 16px;
  429. margin-top: 15px
  430. }
  431. .table .action .icon {
  432. background-position: -39px 0
  433. }
  434. #pay-online, .jp_city, select[name=state], select[name=city], select[name=district], select[name=street] {
  435. height: 44px;
  436. width: 100%;
  437. font-size: 14px;
  438. color: #666;
  439. border: 1px solid #eee;
  440. border-radius: 4px;
  441. text-indent: 16px
  442. }
  443. .postals {
  444. border: 1px solid #eee;
  445. line-height: 44px;
  446. border-radius: 4px
  447. }
  448. .postals span {
  449. color: #666
  450. }
  451. input[name=postal_1], input[name=postal_2] {
  452. line-height: 40px;
  453. border: none;
  454. text-align: left;
  455. text-indent: 16px
  456. }
  457. .w-button, .w-button:focus, .w-button:visited {
  458. float: right;
  459. height: 28px;
  460. margin-top: 10px;
  461. font-weight: 700;
  462. line-height: 26px;
  463. display: inline-block;
  464. vertical-align: middle;
  465. padding: 0 4px;
  466. text-align: center;
  467. color: #fff !important;
  468. border: 1px solid #FF5A5F !important;
  469. background-color: #FF5A5F !important;
  470. overflow: hidden
  471. }
  472. .u-icon {
  473. display: inline-block;
  474. width: 30px;
  475. height: 30px;
  476. vertical-align: middle;
  477. background-repeat: no-repeat;
  478. background-size: 100%
  479. }
  480. .u-icon-detail-kefu {
  481. margin-top: -3px;
  482. width: 14px;
  483. height: 14px;
  484. background-image: url(../image/services.png)
  485. }
  486. .explain {
  487. padding: 16px 0
  488. }
  489. .explain h1 {
  490. font-size: 24px;
  491. text-align: center;
  492. color: #222;
  493. font-weight: 100;
  494. margin-bottom: 8px
  495. }
  496. .explain p {
  497. font-size: 12px;
  498. color: #666;
  499. margin-top: 8px;
  500. line-height: 20px;
  501. text-indent: 16px
  502. }
  503. .this_box {
  504. background: #f6f6f6
  505. }
  506. .m-orderItem {
  507. margin-top: 10px;
  508. padding-left: 15px;
  509. font-size: 16px
  510. }
  511. .m-padbot {
  512. padding: 20px;
  513. }
  514. .m-orderItem .head {
  515. text-align: left;
  516. font-size: 12px
  517. }
  518. .m-orderItem .row-1, .m-orderItem .row-2 {
  519. position: relative;
  520. overflow: hidden
  521. }
  522. .m-orderItem .orderId, .m-orderItem .remainTime {
  523. display: inline-block;
  524. height: 45px;
  525. line-height: 45px;
  526. margin-right: 15px;
  527. font-size: 14px
  528. }
  529. .m-orderItem .row-2 {
  530. padding: 20px 16px 2px 0
  531. }
  532. .m-orderItem .goodImg {
  533. width: 64px;
  534. height: 64px;
  535. background-color: #f4f4f4;
  536. border: 1px solid #eee;
  537. border-radius: 4px;
  538. overflow: hidden;
  539. box-sizing: border-box;
  540. margin: 0 auto;
  541. }
  542. .row-2 {
  543. height: auto;
  544. overflow: hidden
  545. }
  546. .row-2 .goodNum {
  547. color: #999;
  548. font-size: 12px
  549. }
  550. .m-goodItems {
  551. padding-left: 16px;
  552. padding-right: 16px
  553. }
  554. .m-goodItems .row-2 {
  555. padding-top: 8px;
  556. padding-left: 28px
  557. }
  558. .m-goodItems .goodImg {
  559. width: 32px;
  560. height: 32px;
  561. border-radius: 4px;
  562. overflow: hidden;
  563. border: 1px solid #eee
  564. }
  565. .m-goodItems .goodImg img {
  566. width: 100%
  567. }
  568. .attr {
  569. margin-left: 5px
  570. }
  571. .this_explain h2 {
  572. font-size: 12px;
  573. font-weight: 100;
  574. color: #aaa;
  575. margin-top: 20px
  576. }
  577. .this_explain p {
  578. font-size: 12px;
  579. color: #666;
  580. margin-top: 8px
  581. }
  582. .m-goodItems .goodInfo, .m-orderItem .goodInfo {
  583. margin-left: 16px;
  584. color: #999
  585. }
  586. .m-goodItems .goodInfo.u3 .goodName {
  587. color: #aaa
  588. }
  589. .this_explain {
  590. padding-bottom: 20px;
  591. padding-right: 16px;
  592. border-bottom: 1px solid #eee
  593. }
  594. .m-goodItems .goodName, .m-orderItem .goodName {
  595. overflow: hidden;
  596. font-size: 12px;
  597. color: #aaa;
  598. text-align: left
  599. }
  600. .goodName.ti {
  601. color: #666;
  602. margin-top: 10px
  603. }
  604. .m-orderItem .goodNum {
  605. color: #666;
  606. font-size: 12px;
  607. margin-right: 5px
  608. }
  609. .m-goodItems .goodStatus, .m-orderItem .goodStatus {
  610. color: #666;
  611. font-size: 12px;
  612. padding: 5px 0;
  613. }
  614. .retailPrice {
  615. color: #b4282d
  616. }
  617. .row-1 {
  618. padding-top: 20px
  619. }
  620. .checkout-icons {
  621. background: url(../images/checkout-icons.png) no-repeat;
  622. background-size: auto 100%
  623. }
  624. .checkout-icons.icon-goback {
  625. background-position: 0 0
  626. }
  627. .checkout-icons.icon-arrowdown {
  628. background-position: -80px 0
  629. }
  630. .checkout-icons.icon-7day {
  631. background-position: -10px 0
  632. }
  633. .checkout-icons.icon-cod {
  634. background-position: -61px 0
  635. }
  636. .checkout-icons.icon-check {
  637. background-position: -39px 0
  638. }
  639. .checkout-icons.icon-uncheck {
  640. background-position: -24px 0
  641. }
  642. .notic_show_combo_product {
  643. font-size: 12px;
  644. text-align: center;
  645. font-weight: 700;
  646. padding-left: 16px;
  647. padding-right: 16px;
  648. padding-bottom: 10px;
  649. margin-top: 8px
  650. }
  651. .notic_show_combo_product .uu {
  652. display: inline-block;
  653. font-weight: 700;
  654. padding: 5px;
  655. border-radius: 4px;
  656. background: #eee;
  657. color: #666;
  658. cursor: pointer;
  659. letter-spacing: 1px;
  660. width: 100%
  661. }
  662. .w-tips, a.kefu {
  663. background-color: #fff
  664. }
  665. .notic_show_combo_product .checkout-icons {
  666. transform: rotate(180deg);
  667. margin-left: 4px;
  668. position: absolute;
  669. width: 14px;
  670. height: 14px;
  671. margin-top: 2px
  672. }
  673. .notic_show_combo_product.action .checkout-icons {
  674. transform: rotate(0)
  675. }
  676. #list_cost {
  677. padding-bottom: 43px;
  678. padding-top: 0;
  679. margin-top: 20px
  680. }
  681. #list_cost li {
  682. padding-bottom: 7px;
  683. }
  684. .tips {
  685. color: #aaa;
  686. width: 150px;
  687. display: inline-block;
  688. font-size: 14px;
  689. }
  690. .tips2 {
  691. font-size: 14px;
  692. color: #666;
  693. display: inline-block;
  694. float: right;
  695. }
  696. .red {
  697. color: #b4282d;
  698. font-size: 18px
  699. }
  700. a.kefu {
  701. color: #333;
  702. border: 1px solid #d7d7d7;
  703. border-radius: 4px;
  704. font-size: 12px
  705. }
  706. .w-tips {
  707. padding: 10px
  708. }
  709. .w-tips a:active, .w-tips a:hover, .w-tips a:link, .w-tips a:visited {
  710. background-color: #f4f4f4;
  711. border: 1px solid #f4f4f4;
  712. color: #333
  713. }
  714. .timetips {
  715. padding: 10px 0;
  716. font-size: 12px;
  717. color: #aaa;
  718. border-top: 1px solid #EEE
  719. }
  720. .timetips ul {
  721. width: auto;
  722. margin: 0 auto
  723. }
  724. .timetips ul:after {
  725. content: " ";
  726. display: inline-block;
  727. clear: both
  728. }
  729. .timetips li {
  730. text-align: center;
  731. line-height: 1;
  732. overflow: hidden
  733. }
  734. .timetips li i.checkout-icons {
  735. width: 17px;
  736. vertical-align: middle;
  737. height: 17px;
  738. display: inline-block
  739. }
  740. #loading {
  741. position: absolute;
  742. top: 50%;
  743. left: 48%;
  744. display: none;
  745. z-index: 99;
  746. animation: lrotate 1s;
  747. animation-timing-function: linear;
  748. animation-iteration-count: infinite;
  749. animation-play-state: running
  750. }
  751. @keyframes lrotate {
  752. from {
  753. transform: rotate(0)
  754. }
  755. to {
  756. transform: rotate(360deg)
  757. }
  758. }
  759. .fLogin {
  760. width: 100%;
  761. height: 100%;
  762. position: fixed;
  763. background: rgba(0, 0, 0, .5);
  764. top: 0;
  765. left: 0;
  766. z-index: 11;
  767. font-size: 13px;
  768. display: none
  769. }
  770. .fLogin .close {
  771. width: 24px;
  772. height: 24px;
  773. position: absolute;
  774. top: 0;
  775. right: 10px;
  776. font-size: 24px
  777. }
  778. .fLogin > div {
  779. background: #fff;
  780. width: 280px;
  781. height: 140px;
  782. margin: calc(-50vh) auto 0;
  783. padding-top: 40px;
  784. text-align: center;
  785. position: relative
  786. }
  787. .fLogin > div a {
  788. margin: 20px 0;
  789. display: inline-block;
  790. color: #fff;
  791. background: #3e5998;
  792. padding: 5px 16px
  793. }