123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974 |
- page {
- background: #f6f6f6;
- }
- .address-content {
- padding: 22rpx 20rpx;
- background: #fff;
- }
- .address-content .receiver {
- display: flex;
- align-items: center;
- position: relative;
- color: #444;
- font-size: 28rpx;
- margin-bottom: 20rpx;
- font-weight: 500;
- }
- .address-content .receiver text {
- width: 160rpx;
- color: #666;
- }
- .address-content .receiver input,
- .sel-btn {
- border-radius: 4rpx;
- flex: 1;
- height: 52rpx;
- line-height: 52rpx;
- padding: 5rpx 10rpx;
- box-sizing: border-box;
- font-weight: bold;
- background-color: #f7f7f7;
- }
- .sel-btn {
- color: #999;
- }
- .address-content .receiver input:nth-child(3) {
- width: 280rpx;
- }
- .address-content p {
- color: #999;
- font-size: 22rpx;
- display: block;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .address-line {
- margin-bottom: 20rpx;
- height: 4rpx;
- background: #fff;
- }
- .address-line image {
- width: 750rpx;
- height: 4rpx;
- display: block;
- }
- .card-content {
- margin: 0 auto 20rpx;
- }
- .card-container {
- padding-bottom: 20rpx;
- }
- .card-header {
- font-size: 24rpx;
- color: #aaa;
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 0 30rpx;
- height: 84rpx;
- border-bottom: 1rpx solid #efefef;
- }
- .cart-item {
- display: flex;
- flex-direction: column;
- }
- .sku-item {
- padding: 26rpx;
- border-bottom: 1rpx solid #efefef;
- display: flex;
- align-items: flex-start;
- }
- .sku-item .sku-img {
- width: 120rpx;
- height: 120rpx;
- margin-right: 20rpx;
- }
- .sku-item .sku-msg {
- width: 510rpx;
- }
- .sku-item .sku-msg .sku-title {
- font-size: 26rpx;
- color: #444;
- line-height: 32rpx;
- margin-bottom: 10rpx;
- font-weight: 500;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .sku-item .sku-msg .sku-spec {
- font-size: 22rpx;
- line-height: 22rpx;
- color: #aaa;
- margin-bottom: 12rpx;
- }
- .sku-item .sku-msg .original-price {
- font-size: 22rpx;
- line-height: 22rpx;
- color: #aaa;
- margin-bottom: 10rpx;
- }
- .sku-item .sku-msg .sku-price {
- font-size: 22rpx;
- line-height: 26rpx;
- color: #444;
- margin-top: 10rpx;
- }
- .sku-item .sku-msg .sku-price span {
- color: #ff5344;
- font-size: 26rpx;
- font-weight: 500;
- }
- .sku-item-gift {
- width: 650rpx;
- height: 140rpx;
- background: #f9f9f9;
- margin: 28rpx auto 30rpx;
- padding: 20rpx;
- box-sizing: border-box;
- display: flex;
- order: 99;
- }
- .sku-item-gift .sku-img {
- width: 100rpx;
- height: 100rpx;
- margin-right: 20rpx;
- }
- .sku-item-gift .sku-msg {
- width: 510rpx;
- }
- .sku-item-gift .sku-msg .sku-title {
- font-size: 26rpx;
- color: #444;
- line-height: 30rpx;
- margin-bottom: 10rpx;
- font-weight: 500;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .sku-item-gift .sku-msg .sku-spec {
- font-size: 22rpx;
- line-height: 22rpx;
- color: #aaa;
- margin-bottom: 14rpx;
- }
- .sku-item-gift .sku-msg .tag {
- border: 1rpx solid #ff5344;
- padding: 0 12rpx;
- font-size: 20rpx;
- border-radius: 16rpx;
- color: #ff5344;
- height: 24rpx;
- line-height: 24rpx;
- position: absolute;
- }
- .sku-item-gift .sku-msg .tag.tag-disabled {
- border-color: #a3a3a3;
- color: #a3a3a3;
- }
- .fixed-content {
- display: flex;
- padding-left: 20rpx;
- justify-content: space-between;
- align-items: center;
- height: 96rpx;
- }
- .fixed-content .fixed-left {
- display: flex;
- justify-content: center;
- flex-direction: column;
- }
- .fixed-content .fixed-left .h1 {
- font-size: 28rpx;
- line-height: 28rpx;
- color: #444;
- margin-bottom: 12rpx;
- }
- .fixed-content .fixed-left .h1 span {
- color: #ff5344;
- font-weight: bold;
- }
- .fixed-content .fixed-left .h2 {
- font-size: 22rpx;
- line-height: 22rpx;
- color: #666;
- }
- .fixed-content .fixed-left .h2 em {
- margin-right: 20rpx;
- }
- .fixed-content .fixed-bar-btn {
- width: 260rpx;
- height: 96rpx;
- text-align: center;
- line-height: 96rpx;
- color: #fff;
- font-size: 30rpx;
- background: #ff5344;
- border-radius: 0;
- padding: 0;
- margin: 0;
- font-weight: bold;
- }
- .confirm-order-modal {
- border-radius: 30rpx 30rpx 0 0;
- background: #fff;
- padding: 52rpx 30rpx 0;
- display: flex;
- flex-direction: column;
- align-items: center;
- position: relative;
- }
- .confirm-order-modal .title {
- font-size: 32rpx;
- color: #444;
- line-height: 32rpx;
- margin-bottom: 40rpx;
- font-weight: 500;
- }
- .confirm-order-modal .sub-title {
- display: flex;
- justify-content: center;
- align-items: center;
- color: #ff5344;
- line-height: 26rpx;
- font-size: 26rpx;
- margin-bottom: 48rpx;
- font-weight: 500;
- }
- .confirm-order-modal .sub-title image {
- width: 28rpx;
- height: 28rpx;
- margin-right: 14rpx;
- }
- .confirm-order-modal .order-content {
- width: 690rpx;
- border-radius: 20rpx;
- padding-top: 30rpx;
- background: #f6f6f6;
- margin-bottom: 136rpx;
- }
- .confirm-order-modal .order-content .msg-group {
- width: 690rpx;
- padding: 0 30rpx;
- margin-bottom: 20rpx;
- display: flex;
- font-size: 24rpx;
- line-height: 24rpx;
- color: #444;
- box-sizing: border-box;
- align-items: center;
- }
- .confirm-order-modal .order-content .msg-group span {
- font-weight: bold;
- /* width: 136rpx; */
- white-space: nowrap;
- }
- .confirm-order-modal .order-content .msg-group em {
- font-weight: 400;
- flex: 1;
- line-height: 1.4;
- }
- .confirm-order-modal .order-content .total {
- line-height: 86rpx;
- padding: 0 30rpx;
- text-align: right;
- color: #444;
- font-size: 30rpx;
- border-top: 1rpx solid #e2e2e2;
- }
- .confirm-order-modal .order-content .total em {
- color: #ff5344;
- }
- .confirm-order-modal .button-group {
- display: flex;
- width: 100%;
- border-top: 1rpx solid rgba(0, 0, 0, 0.1);
- position: absolute;
- left: 0;
- bottom: 0;
- }
- .confirm-order-modal .button-group .btn-content {
- flex: 1;
- }
- .confirm-order-modal .button-group .btn {
- flex: 1;
- margin: 0;
- padding: 0;
- font-size: 30rpx;
- line-height: 88rpx;
- text-align: center;
- border-radius: 0;
- font-weight: bold;
- }
- .confirm-order-modal .button-group .left-btn {
- color: #666;
- background: #fff;
- }
- .confirm-order-modal .button-group .right-btn {
- color: #fff;
- background: linear-gradient(to right, #ff5041, #ff695c);
- }
- /* 20190109 tab-nav */
- .tab-nav {
- height: 70rpx;
- display: flex;
- border-bottom: 4rpx solid #ff5041;
- transition: all 0.3s linear;
- margin-bottom: 20rpx;
- }
- .tab-nav .tab-nav-item {
- color: #6c6c6c;
- font-size: 26rpx;
- font-weight: bold;
- position: relative;
- z-index: 1;
- width: 190rpx;
- height: 70rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- flex: 1;
- max-width: 190rpx;
- }
- .tab-nav-one .tab-nav-item {
- flex: initial;
- width: 30%;
- }
- .tab-nav .tab-nav-item span {
- position: relative;
- }
- .tab-nav .tab-nav-item.active {
- background-color: #ff5041;
- color: #fff;
- z-index: 2;
- border-radius: 3px 3px 0 0;
- }
- /* 20190109 tab-nav */
- /* 20190109 收货地址 */
- .receiver.align-start {
- align-items: flex-start;
- }
- textarea.receive-name {
- border-radius: 4rpx;
- flex: 1;
- line-height: 1.6;
- box-sizing: border-box;
- font-weight: bold;
- background-color: #f7f7f7;
- position: relative;
- z-index: 1;
- padding: 10rpx;
- height: 124rpx;
- }
- picker.receive-name {
- border-radius: 4rpx;
- flex: 1;
- line-height: 52rpx;
- box-sizing: border-box;
- font-weight: bold;
- background-color: #f7f7f7;
- position: relative;
- z-index: 1;
- height: 52rpx;
- }
- .receive-name .picker {
- padding: 5rpx 10rpx;
- color: #999;
- }
- .receive-icon {
- width: 40rpx;
- height: 40rpx;
- position: absolute;
- right: 10rpx;
- bottom: 6rpx;
- z-index: 20;
- }
- /* 20190109 收货地址 */
- /* 优惠卡片 */
- .act-content {
- width: 710rpx;
- margin: 0 auto 20rpx;
- border-radius: 20rpx;
- background: #fff;
- box-shadow: 0 0 40rpx 0 rgba(0, 0, 0, 0.05);
- display: flex;
- flex-direction: column;
- overflow: hidden;
- }
- .cell {
- position: relative;
- display: flex;
- justify-content: space-between;
- align-items: center;
- border-bottom: 1rpx solid #efefef;
- line-height: 78rpx;
- font-size: 24rpx;
- color: #444;
- padding: 0 30rpx;
- }
- .icon-right {
- position: absolute;
- right: 10rpx;
- top: 50%;
- width: 12rpx;
- height: 22rpx;
- margin-top: -10rpx;
- }
- .cell-desc {
- margin-left: 8rpx;
- color: #666;
- font-size: 22rpx;
- }
- .confirm-coupon-modal {
- background: #f6f6f6;
- display: flex;
- flex-direction: column;
- align-items: center;
- position: relative;
- padding-bottom: 30rpx;
- }
- .confirm-coupon-modal .title {
- width: 100%;
- border-bottom: 1rpx solid #efefef;
- line-height: 2.5;
- font-size: 32rpx;
- text-align: center;
- background: #fff;
- }
- .confirm-coupon-modal .list {
- width: 100%;
- max-height: 700rpx;
- overflow-y: auto;
- padding: 0 20rpx;
- box-sizing: border-box;
- }
- .confirm-coupon-modal .item {
- display: flex;
- box-sizing: border-box;
- padding: 20rpx 10rpx 20rpx 20rpx;
- justify-content: space-between;
- align-items: center;
- margin: 20rpx 0;
- background: #fff;
- border-radius: 10rpx;
- box-shadow: 0 0 6rpx #ccc;
- }
- .tag-img {
- position: absolute;
- width: 48rpx;
- height: 48rpx;
- right: 10rpx;
- top: 15rpx;
- }
- .no-tag-img {
- width: 48rpx;
- height: 48rpx;
- }
- .use-wx-address {
- text-align: center;
- margin-top: 20rpx;
- margin-bottom: 20rpx;
- color: #ff5344;
- }
- /* 订单留言 */
- .cart-footer {
- padding: 26rpx;
- }
- .order-message {
- position: relative;
- background-color: #f7f7f7;
- padding: 5rpx 10rpx;
- border-radius: 5rpx;
- z-index: 0;
- }
- .tuan-pos {
- height: 124rpx;
- line-height: 1.6;
- }
- .placeOrderBox {
- padding-bottom: 100rpx;
- }
- /* 20190308 */
- .oc-payment {
- position: relative;
- box-sizing: border-box;
- width: 100%;
- padding: 0 10px;
- background-color: #fff;
- }
- .oc-payment-item {
- position: relative;
- width: 100%;
- line-height: 70rpx;
- font-size: 0;
- display: flex;
- align-items: center;
- }
- .oc-payment-method {
- position: relative;
- display: inline-block;
- margin-left: 10rpx;
- font-size: 13px;
- color: #333;
- }
- .oc-payment-recommend {
- position: relative;
- display: inline-block;
- width: 30px;
- height: 17px;
- margin-left: 10px;
- line-height: 17px;
- text-align: center;
- font-size: 11px;
- color: #ee2e3a;
- border-radius: 2px;
- border: 1px solid #ee2e3a;
- }
- .oc-payment-selected:after {
- font-family: iconfont !important;
- font-size: 28rpx;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- content: "\e650";
- position: absolute;
- top: 0;
- right: 0;
- line-height: 70rpx;
- }
- .oc-payment-icon {
- font-size: 36rpx;
- }
- /* 新优惠券20190314 */
- .coupon {
- background-color: #fefefe;
- position: relative;
- padding: 0 20rpx;
- border-radius: 6rpx;
- margin-top: 24rpx;
- box-shadow: 0 0 6rpx #ccc;
- }
- .coupon:before,
- .coupon:after {
- content: '';
- position: absolute;
- width: 20rpx;
- height: 40rpx;
- background: #f6f6f6;
- top: 70rpx;
- z-index: 1;
- }
- .coupon:before {
- border-radius: 0 40rpx 40rpx 0;
- left: 0;
- }
- .coupon:after {
- border-radius: 40rpx 0 0 40rpx;
- right: 0;
- }
- .coupon .header {
- display: flex;
- padding: 15rpx 0;
- border-bottom: 2rpx dashed #dbdbdb;
- height: 140rpx;
- }
- .coupon .footer {
- color: #747474;
- font-size: 24rpx;
- padding: 22rpx 0 20rpx 35rpx;
- }
- .coupon .price {
- color: #333;
- width: 175rpx;
- text-align: center;
- border-right: 2rpx dashed #dbdbdb;
- }
- .coupon .price .reduce-price {
- color: #000;
- font-size: 38rpx;
- font-weight: bold;
- padding-top: 30rpx;
- }
- .coupon .price .reduce-price text {
- font-size: 24rpx;
- }
- .coupon .price .reduce-desc {
- font-size: 20rpx;
- margin-top: 10rpx;
- }
- .coupon .info {
- padding-left: 30rpx;
- flex: 1;
- }
- .coupon .info .reduce-title {
- color: #000;
- font-size: 28rpx;
- font-weight: bold;
- padding-top: 20rpx;
- }
- .coupon .info .reduce-type {
- color: #fff;
- font-weight: normal;
- font-size: 20rpx;
- background: #ec6b5a;
- padding: 2rpx 8rpx;
- border-radius: 4rpx;
- margin-left: 10rpx;
- }
- .coupon .status {
- width: 130rpx;
- text-align: center;
- }
- .coupon .status image {
- width: 48rpx;
- height: 48rpx;
- }
- .coupon.used,
- .coupon.expired {
- background: #fafafa;
- }
- .coupon.used .price,
- .coupon.expired .price {
- color: #949494;
- }
- .coupon.used .reduce-price,
- .coupon.expired .reduce-price,
- .coupon.used .reduce-title,
- .coupon.expired .reduce-title {
- color: #7a7a7a;
- }
- .coupon.used .reduce-type,
- .coupon.expired .reduce-type {
- background: #eeaea6;
- }
- .coupon.used .footer,
- .coupon.expired .footer {
- color: #b6b6b6;
- }
- .distance {
- color: #ff5041;
- }
- /*swtich样式-start*/
- /*swtich整体大小*/
- .wx-switch-input {
- width: 42px !important;
- height: 20px !important;
- }
- .wx-switch-input::before {
- width: 40px !important;
- height: 18px !important;
- }
- .wx-switch-input::after {
- width: 18px !important;
- height: 18px !important;
- }
- /*swtich样式end*/
- .cart-header-right {
- color: #aaa;
- }
- /* 禁止访问 */
- .forbid {
- position: relative;
- height: 100vh;
- color: #999;
- z-index: 9999;
- background: #fff;
- }
- .forbid .iconfont {
- font-size: 200rpx;
- }
- .forbid .h1 {
- font-size: 32rpx;
- margin-top: 30rpx;
- font-weight: bold;
- }
- .forbid .h2 {
- font-size: 28rpx;
- margin-top: 10rpx;
- }
- .mp-account {
- position: fixed;
- left: 20rpx;
- right: 20rpx;
- bottom: 97rpx;
- z-index: 100;
- border: 1rpx solid #ccc;
- border-radius: 8rpx;
- /* overflow: hidden; */
- }
- .mp-account .iconfont {
- position: absolute;
- right: -10rpx;
- top: -15rpx;
- font-size: 35rpx;
- z-index: 10;
- }
- /* 送达时间 */
- .alertTtitle {
- position: relative;
- line-height: 100rpx;
- }
- .alertClose {
- position: absolute;
- right: 30rpx;
- top: 0;
- font-size: 36rpx;
- }
- .alertTimebox {
- background-color: #fbf8fb;
- height: 660rpx;
- }
- .alertTimebox .left_box,
- .alertTimebox .right_box {
- height: 100%;
- overflow-y: auto;
- -webkit-overflow-scrolling: touch;
- font-size: 28rpx;
- }
- .alertTimebox .left_box {
- color: #919191;
- width: 45%;
- }
- .alertTimebox .left_box view,
- .alertTimebox .right_box view {
- text-align: center;
- line-height: 90rpx;
- position: relative;
- }
- .alertTimebox .right_box view::before {
- content: ' ';
- width: 80%;
- position: absolute;
- left: 10%;
- bottom: 0;
- border: 1rpx dashed #f4f4f4;
- }
- .alertTimebox .right_box view:last-child::before {
- border: none;
- }
- .alertTimebox .right_box {
- color: #222222;
- width: 55%;
- flex: 1;
- background-color: #fff;
- text-align: center;
- }
- .alertTimebox .right_box .active {
- position: relative;
- color: #ff5344;
- }
- .alertTimebox .left_box .active {
- background-color: #fff;
- color: #222222;
- }
- .alertTimebox .right_box .active::after {
- content: ' ';
- position: absolute;
- top: 50%;
- margin-top: -16rpx;
- right: 50rpx;
- width: 10rpx;
- height: 20rpx;
- border-color: #ff5344;
- border-style: solid;
- border-width: 0 3rpx 5rpx 0;
- transform: rotate(45deg);
- }
- .alertTimebtn-item {
- line-height: 88rpx;
- color: #ffffff;
- text-align: center;
- font-size: 30rpx;
- }
- .localtownfare {
- color: #999;
- text-decoration: line-through;
- margin-right: 10rpx;
- }
- .picktime {
- font-size: 22rpx;
- }
- .presale-item {
- padding: 15rpx 50rpx;
- }
- .presale-item-circle {
- position: relative;
- padding-left: 25rpx;
- }
- .presale-item-circle::before {
- position: absolute;
- content: "";
- width: 14rpx;
- height: 14rpx;
- border-radius: 50%;
- background: #cccccc;
- top: 50%;
- margin-top: -7rpx;
- left: 0;
- }
- .presale-item.red .presale-item-circle::before {
- background: #ff5344;
- }
- .presale-item .presale-item-circle::after {
- position: absolute;
- content: "";
- border-right: 1rpx solid #cccccc;
- left: 7rpx;
- bottom: 50%;
- height: 40rpx;
- }
- .presale-item.red .presale-item-circle::after {
- position: absolute;
- content: "";
- border-right: 1rpx solid #ff5344;
- left: 7rpx;
- top: 50%;
- height: 30rpx;
- }
|