shop.css 16 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025
  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. }
  346. .btn.submiting {
  347. background-color: #ddd
  348. }
  349. .table {
  350. display: table;
  351. width: 100%;
  352. padding: 16px 0;
  353. font-size: 14px
  354. }
  355. .table .table-row {
  356. display: table-row
  357. }
  358. .table-row .table-cell {
  359. display: table-cell;
  360. border-radius: 4px;
  361. border: 1px solid #eee
  362. }
  363. .table-row .table-cell:first-child {
  364. margin-left: 3px
  365. }
  366. .regions {
  367. border-radius: 4px;
  368. line-height: 42px;
  369. text-align: left
  370. }
  371. .marleft {
  372. margin-left: 4px
  373. }
  374. .regions-city {
  375. border-radius: 4px;
  376. border: 1px solid #eee;
  377. margin-bottom: 3px;
  378. height: 44px;
  379. width: 100%
  380. }
  381. .tab_two, .table-row input {
  382. margin-bottom: 4px
  383. }
  384. .table .tab_sele {
  385. border: 1px solid #eee;
  386. border-radius: 4px;
  387. line-height: 44px;
  388. text-align: left
  389. }
  390. .tab_sele img {
  391. width: 14px;
  392. vertical-align: middle
  393. }
  394. .tab_two input, .table-row input {
  395. padding: 0;
  396. width: 100%;
  397. line-height: 40px;
  398. color: #666;
  399. text-indent: 16px
  400. }
  401. .table-row input {
  402. border: 1px solid #eee;
  403. border-radius: 4px
  404. }
  405. .tab_two:nth-child(even) {
  406. margin-left: 6px
  407. }
  408. .tab_two.tab_sele:nth-child(even) {
  409. margin-left: 4px
  410. }
  411. .tab_two input {
  412. margin: 0;
  413. border: 1px solid #eee;
  414. border-radius: 4px
  415. }
  416. .postals, select[name=district] {
  417. margin-bottom: 4px
  418. }
  419. .tab_two i.icon {
  420. display: inline-block;
  421. width: 15px;
  422. height: 15px;
  423. background: url(../images/checkout-icons.png) -24px 0 no-repeat;
  424. background-size: auto 100%;
  425. float: right;
  426. right: 16px;
  427. margin-top: 15px
  428. }
  429. .table .action .icon {
  430. background-position: -39px 0
  431. }
  432. #pay-online, .jp_city, select[name=state], select[name=city], select[name=district], select[name=street] {
  433. height: 44px;
  434. width: 100%;
  435. font-size: 14px;
  436. color: #666;
  437. border: 1px solid #eee;
  438. border-radius: 4px;
  439. text-indent: 16px
  440. }
  441. .postals {
  442. border: 1px solid #eee;
  443. line-height: 44px;
  444. border-radius: 4px
  445. }
  446. .postals span {
  447. color: #666
  448. }
  449. input[name=postal_1], input[name=postal_2] {
  450. line-height: 40px;
  451. border: none;
  452. text-align: left;
  453. text-indent: 16px
  454. }
  455. .w-button, .w-button:focus, .w-button:visited {
  456. float: right;
  457. height: 28px;
  458. margin-top: 10px;
  459. font-weight: 700;
  460. line-height: 26px;
  461. display: inline-block;
  462. vertical-align: middle;
  463. padding: 0 4px;
  464. text-align: center;
  465. color: #fff !important;
  466. border: 1px solid #FF5A5F !important;
  467. background-color: #FF5A5F !important;
  468. overflow: hidden
  469. }
  470. .u-icon {
  471. display: inline-block;
  472. width: 30px;
  473. height: 30px;
  474. vertical-align: middle;
  475. background-repeat: no-repeat;
  476. background-size: 100%
  477. }
  478. .u-icon-detail-kefu {
  479. margin-top: -3px;
  480. width: 14px;
  481. height: 14px;
  482. background-image: url(../image/services.png)
  483. }
  484. .explain {
  485. padding: 16px 0
  486. }
  487. .explain h1 {
  488. font-size: 24px;
  489. text-align: center;
  490. color: #222;
  491. font-weight: 100;
  492. margin-bottom: 8px
  493. }
  494. .explain p {
  495. font-size: 12px;
  496. color: #666;
  497. margin-top: 8px;
  498. line-height: 20px;
  499. text-indent: 16px
  500. }
  501. .this_box {
  502. background: #f6f6f6
  503. }
  504. .m-orderItem {
  505. margin-top: 10px;
  506. padding-left: 15px;
  507. font-size: 16px
  508. }
  509. .m-padbot {
  510. padding: 20px;
  511. }
  512. .m-orderItem .head {
  513. text-align: left;
  514. font-size: 12px
  515. }
  516. .m-orderItem .row-1, .m-orderItem .row-2 {
  517. position: relative;
  518. overflow: hidden
  519. }
  520. .m-orderItem .orderId, .m-orderItem .remainTime {
  521. display: inline-block;
  522. height: 45px;
  523. line-height: 45px;
  524. margin-right: 15px;
  525. font-size: 14px
  526. }
  527. .m-orderItem .row-2 {
  528. padding: 20px 16px 2px 0
  529. }
  530. .m-orderItem .goodImg {
  531. width: 64px;
  532. height: 64px;
  533. background-color: #f4f4f4;
  534. border: 1px solid #eee;
  535. border-radius: 4px;
  536. overflow: hidden;
  537. box-sizing: border-box;
  538. margin: 0 auto;
  539. }
  540. .row-2 {
  541. height: auto;
  542. overflow: hidden
  543. }
  544. .row-2 .goodNum {
  545. color: #999;
  546. font-size: 12px
  547. }
  548. .m-goodItems {
  549. padding-left: 16px;
  550. padding-right: 16px
  551. }
  552. .m-goodItems .row-2 {
  553. padding-top: 8px;
  554. padding-left: 28px
  555. }
  556. .m-goodItems .goodImg {
  557. width: 32px;
  558. height: 32px;
  559. border-radius: 4px;
  560. overflow: hidden;
  561. border: 1px solid #eee
  562. }
  563. .m-goodItems .goodImg img {
  564. width: 100%
  565. }
  566. .attr {
  567. margin-left: 5px
  568. }
  569. .this_explain h2 {
  570. font-size: 12px;
  571. font-weight: 100;
  572. color: #aaa;
  573. margin-top: 20px
  574. }
  575. .this_explain p {
  576. font-size: 12px;
  577. color: #666;
  578. margin-top: 8px
  579. }
  580. .m-goodItems .goodInfo, .m-orderItem .goodInfo {
  581. margin-left: 16px;
  582. color: #999
  583. }
  584. .m-goodItems .goodInfo.u3 .goodName {
  585. color: #aaa
  586. }
  587. .this_explain {
  588. padding-bottom: 20px;
  589. padding-right: 16px;
  590. border-bottom: 1px solid #eee
  591. }
  592. .m-goodItems .goodName, .m-orderItem .goodName {
  593. overflow: hidden;
  594. font-size: 12px;
  595. color: #aaa;
  596. text-align: left
  597. }
  598. .goodName.ti {
  599. color: #666;
  600. margin-top: 10px
  601. }
  602. .m-orderItem .goodNum {
  603. color: #666;
  604. font-size: 12px;
  605. margin-right: 5px
  606. }
  607. .m-goodItems .goodStatus, .m-orderItem .goodStatus {
  608. color: #666;
  609. font-size: 12px;
  610. padding: 5px 0;
  611. }
  612. .retailPrice {
  613. color: #b4282d
  614. }
  615. .row-1 {
  616. padding-top: 20px
  617. }
  618. .checkout-icons {
  619. background: url(../images/checkout-icons.png) no-repeat;
  620. background-size: auto 100%
  621. }
  622. .checkout-icons.icon-goback {
  623. background-position: 0 0
  624. }
  625. .checkout-icons.icon-arrowdown {
  626. background-position: -80px 0
  627. }
  628. .checkout-icons.icon-7day {
  629. background-position: -10px 0
  630. }
  631. .checkout-icons.icon-cod {
  632. background-position: -61px 0
  633. }
  634. .checkout-icons.icon-check {
  635. background-position: -39px 0
  636. }
  637. .checkout-icons.icon-uncheck {
  638. background-position: -24px 0
  639. }
  640. .notic_show_combo_product {
  641. font-size: 12px;
  642. text-align: center;
  643. font-weight: 700;
  644. padding-left: 16px;
  645. padding-right: 16px;
  646. padding-bottom: 10px;
  647. margin-top: 8px
  648. }
  649. .notic_show_combo_product .uu {
  650. display: inline-block;
  651. font-weight: 700;
  652. padding: 5px;
  653. border-radius: 4px;
  654. background: #eee;
  655. color: #666;
  656. cursor: pointer;
  657. letter-spacing: 1px;
  658. width: 100%
  659. }
  660. .w-tips, a.kefu {
  661. background-color: #fff
  662. }
  663. .notic_show_combo_product .checkout-icons {
  664. transform: rotate(180deg);
  665. margin-left: 4px;
  666. position: absolute;
  667. width: 14px;
  668. height: 14px;
  669. margin-top: 2px
  670. }
  671. .notic_show_combo_product.action .checkout-icons {
  672. transform: rotate(0)
  673. }
  674. #list_cost {
  675. padding-bottom: 43px;
  676. padding-top: 0;
  677. margin-top: 20px
  678. }
  679. #list_cost li {
  680. padding-bottom: 7px;
  681. }
  682. .tips {
  683. color: #aaa;
  684. width: 150px;
  685. display: inline-block;
  686. font-size: 14px;
  687. }
  688. .tips2 {
  689. font-size: 14px;
  690. color: #666;
  691. display: inline-block;
  692. float: right;
  693. }
  694. .red {
  695. color: #b4282d;
  696. font-size: 18px
  697. }
  698. a.kefu {
  699. color: #333;
  700. border: 1px solid #d7d7d7;
  701. border-radius: 4px;
  702. font-size: 12px
  703. }
  704. .w-tips {
  705. padding: 10px
  706. }
  707. .w-tips a:active, .w-tips a:hover, .w-tips a:link, .w-tips a:visited {
  708. background-color: #f4f4f4;
  709. border: 1px solid #f4f4f4;
  710. color: #333
  711. }
  712. .timetips {
  713. padding: 10px 0;
  714. font-size: 12px;
  715. color: #aaa;
  716. border-top: 1px solid #EEE
  717. }
  718. .timetips ul {
  719. width: auto;
  720. margin: 0 auto
  721. }
  722. .timetips ul:after {
  723. content: " ";
  724. display: inline-block;
  725. clear: both
  726. }
  727. .timetips li {
  728. text-align: center;
  729. line-height: 1;
  730. overflow: hidden
  731. }
  732. .timetips li i.checkout-icons {
  733. width: 17px;
  734. vertical-align: middle;
  735. height: 17px;
  736. display: inline-block
  737. }
  738. #loading {
  739. position: absolute;
  740. top: 50%;
  741. left: 48%;
  742. display: none;
  743. z-index: 99;
  744. animation: lrotate 1s;
  745. animation-timing-function: linear;
  746. animation-iteration-count: infinite;
  747. animation-play-state: running
  748. }
  749. @keyframes lrotate {
  750. from {
  751. transform: rotate(0)
  752. }
  753. to {
  754. transform: rotate(360deg)
  755. }
  756. }
  757. .fLogin {
  758. width: 100%;
  759. height: 100%;
  760. position: fixed;
  761. background: rgba(0, 0, 0, .5);
  762. top: 0;
  763. left: 0;
  764. z-index: 11;
  765. font-size: 13px;
  766. display: none
  767. }
  768. .fLogin .close {
  769. width: 24px;
  770. height: 24px;
  771. position: absolute;
  772. top: 0;
  773. right: 10px;
  774. font-size: 24px
  775. }
  776. .fLogin > div {
  777. background: #fff;
  778. width: 280px;
  779. height: 140px;
  780. margin: calc(-50vh) auto 0;
  781. padding-top: 40px;
  782. text-align: center;
  783. position: relative
  784. }
  785. .fLogin > div a {
  786. margin: 20px 0;
  787. display: inline-block;
  788. color: #fff;
  789. background: #3e5998;
  790. padding: 5px 16px
  791. }
  792. #black {
  793. width: 100%;
  794. height: 100%;
  795. background: black;
  796. display: none;
  797. opacity: 0.5;
  798. z-index: 1000;
  799. }
  800. .header {
  801. /* width: 70%; */
  802. margin: 0 auto;
  803. text-align: left;
  804. }
  805. .true {
  806. font-size: 40px;
  807. color: white;
  808. background: green;
  809. border-radius: 100%;
  810. width: 60px;
  811. margin: 0 auto;
  812. height: 60px;
  813. line-height: 60px;
  814. }
  815. .success {
  816. font-size: 20px;
  817. font-family: ΢���ź�;
  818. font-weight: bold;
  819. margin-top: 10px;
  820. }
  821. .content {
  822. border: 5px double black;
  823. margin: 0 auto;
  824. margin-top: 20px;
  825. padding: 10px;
  826. }
  827. .show {
  828. padding: 5px;
  829. }
  830. .showcontent {
  831. float: left;
  832. }
  833. .notice {
  834. font-size: 12px;
  835. text-indent: 2em;
  836. width: 90%;
  837. margin: 0 auto;
  838. margin-top: 13px;
  839. }
  840. .footer {
  841. margin-top: 15px;
  842. }
  843. .footer button {
  844. background: rgb(51, 51, 51);
  845. color: white;
  846. font-size: 15px;
  847. padding: 7px;
  848. width: 28%;
  849. border-radius: 12px;
  850. }
  851. .footer button:first-child {
  852. margin-right: 15%;
  853. }
  854. .textContent {
  855. word-break: break-word;
  856. }