| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220 |
- .cartConfirm {
- padding: 10px 14px;
- padding-bottom: 100px;
- :global {
- .van-cell-group {
- border-radius: 6px;
- overflow: hidden;
- }
- }
- }
- .cartConfirmBox {
- padding: 0;
- margin-bottom: 12px;
- border-radius: 6px;
- overflow: hidden;
- .cartItem {
- margin: 0;
- border-radius: 0;
- padding: 0;
- }
- :global {
- .van-cell__value {
- color: #666;
- font-weight: 500;
- }
- }
- }
- .mlr13 {
- margin-right: 13px;
- margin-left: 13px;
- }
- .paymentContainer {
- display: flex;
- align-items: center;
- justify-content: space-between;
- font-size: 14px;
- .needPrice {
- display: flex;
- align-items: center;
- color: #333333;
- span {
- font-size: 22px;
- font-weight: bold;
- color: #ff4e19;
- }
- }
- .allPrice {
- color: #aaa;
- }
- :global {
- .van-button {
- height: 40px;
- line-height: 40px;
- min-width: 112px;
- }
- }
- }
- .cellItem {
- padding: 15px 12px;
- .img {
- width: 70px;
- height: 70px;
- border-radius: 6px;
- flex-shrink: 0;
- overflow: hidden;
- margin-right: 15px;
- }
- .cellPrice {
- font-size: 20px;
- font-weight: bold;
- color: #333333;
- line-height: 24px;
- }
- .goodsContent {
- h2 {
- font-size: 16px;
- font-weight: 500;
- color: #333333;
- line-height: 22px;
- }
- .goodsNum {
- font-size: 14px;
- color: #777777;
- line-height: 20px;
- }
- }
- }
- .codeContainer {
- position: relative;
- .codeClose {
- display: inline-block;
- position: absolute;
- top: -55px;
- right: 0;
- background: url('./images/icon-close.png') no-repeat center center;
- background-size: contain;
- width: 35px;
- height: 35px;
- }
- .codeImg {
- width: 331px;
- height: 557px;
- // padding-left: 8px;
- background: url('./images/download.png') no-repeat center center;
- background-size: contain;
- margin: 0 auto;
- .codeTitle {
- text-align: center;
- padding-top: 13px;
- font-size: 24px;
- font-weight: bold;
- color: #ffffff;
- text-shadow: 1px 1px 7px #f4672a;
- }
- .codeName {
- padding: 38px 12px 0;
- font-size: 16px;
- font-weight: 600;
- color: #ffffff;
- text-align: center;
- }
- .codeQr {
- margin: 23px auto 0;
- width: 221px;
- height: 221px;
- padding: 10px;
- background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
- border-radius: 11px;
- overflow: hidden;
- img {
- width: 100%;
- height: 100%;
- }
- }
- .codeBtnText {
- min-width: 240px;
- margin: 15px auto 0;
- display: inline-block;
- background: linear-gradient(135deg, #ff9c63 0%, #ff7144 100%);
- border-radius: 18px;
- padding: 6px 0;
- font-size: 16px;
- font-weight: 600;
- color: #ffffff;
- }
- .codeTips {
- width: 285px;
- box-sizing: border-box;
- font-size: 12px;
- font-weight: 500;
- color: #333333;
- line-height: 17px;
- background: #ffffff;
- overflow: hidden;
- border: 2px solid rgba(255, 140, 87, 1);
- // border-image: linear-gradient(133deg, rgba(255, 140, 87, 1), rgba(255, 128, 87, 1)) 2 2;
- border-radius: 10px;
- margin: 15px auto 0;
- padding: 10px 0px 10px 8px;
- .tipsTitle {
- font-size: 13px;
- font-weight: 500;
- color: #f16437;
- padding-bottom: 2px;
- }
- }
- }
- .close {
- position: absolute;
- top: 12px;
- right: 15px;
- }
- .codeBottom {
- position: relative;
- margin-top: 32px;
- background: #ffffff;
- border-radius: 20px 20px 0px 0px;
- padding-bottom: 10px;
- }
- .title {
- font-size: 16px;
- font-weight: 600;
- color: #333333;
- line-height: 22px;
- padding: 15px 15px 0;
- i {
- display: inline-block;
- margin-right: 6px;
- width: 4px;
- height: 12px;
- background: #ff8057;
- border-radius: 2px;
- }
- }
- .shareImg {
- width: 47px;
- height: 47px;
- }
- .shareText {
- padding-top: 6px;
- font-size: 14px;
- color: #333333;
- line-height: 20px;
- }
- }
|