shop.css 16 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027
  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. }
  794. #black {
  795. width: 100%;
  796. height: 100%;
  797. background: black;
  798. display: none;
  799. opacity: 0.5;
  800. z-index: 1000;
  801. }
  802. .header {
  803. /* width: 70%; */
  804. margin: 0 auto;
  805. text-align: center;
  806. }
  807. .true {
  808. font-size: 40px;
  809. color: white;
  810. background: green;
  811. border-radius: 100%;
  812. width: 60px;
  813. margin: 0 auto;
  814. height: 60px;
  815. line-height: 60px;
  816. }
  817. .success {
  818. font-size: 20px;
  819. font-family: ΢ÈíÑźÚ;
  820. font-weight: bold;
  821. margin-top: 10px;
  822. }
  823. .content {
  824. border: 5px double black;
  825. margin: 0 auto;
  826. margin-top: 20px;
  827. padding: 10px;
  828. }
  829. .show {
  830. padding: 5px;
  831. }
  832. .showcontent {
  833. float: left;
  834. }
  835. .notice {
  836. font-size: 12px;
  837. text-indent: 2em;
  838. width: 90%;
  839. margin: 0 auto;
  840. margin-top: 13px;
  841. }
  842. .footer {
  843. margin-top: 15px;
  844. }
  845. .footer button {
  846. background: rgb(51, 51, 51);
  847. color: white;
  848. font-size: 15px;
  849. padding: 7px;
  850. width: 28%;
  851. border-radius: 12px;
  852. }
  853. .footer button:first-child {
  854. margin-right: 15%;
  855. }
  856. .textContent {
  857. word-break: break-word;
  858. }