123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582 |
- /* pages/integralSubmitOrder/integralSubmitOrder.wxss */
- /* pages/submit-order/submit-order.wxss */
- page {
- background: #f4f4f4;
- }
- /* 收货地址 */
- .submit-order {
- margin-bottom: 120rpx;
- }
- .submit-order .delivery-addr {
- position: relative;
- background: #fff;
- }
- .delivery-addr .addr-bg .add-addr .plus-sign {
- color: #e43130;
- border: 2rpx solid #e43130;
- padding: 0rpx 6rpx;
- margin-right: 10rpx;
- }
- .delivery-addr .addr-bg {
- padding: 0 30rpx;
- }
- .delivery-addr .addr-bg.whole {
- padding: 0 39rpx 0 77rpx;
- }
- .delivery-addr .addr-bg .add-addr {
- font-size: 28rpx;
- color: #666;
- display: flex;
- align-items: center;
- padding: 30rpx 0;
- }
- .submit-order .delivery-addr .addr-icon {
- width: 32rpx;
- height: 32rpx;
- display: block;
- position: absolute;
- left: 30rpx;
- top: 24rpx;
- }
- .submit-order .delivery-addr .addr-icon image {
- width: 100%;
- height: 100%;
- }
- .submit-order .delivery-addr .user-info {
- padding-top: 20rpx;
- line-height: 48rpx;
- word-wrap: break-word;
- word-break: break-all;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 1;
- -webkit-box-orient: vertical;
- }
- .submit-order .delivery-addr .user-info .item {
- font-size: 30rpx;
- margin-right: 30rpx;
- vertical-align: top;
- display: inline-block;
- }
- .submit-order .delivery-addr .addr {
- font-size: 26rpx;
- line-height: 36rpx;
- color: #999;
- width: 90%;
- padding-bottom: 20rpx;
- margin-top: 15rpx;
- }
- .submit-order .delivery-addr .arrow {
- width: 15rpx;
- height: 15rpx;
- border-top: 2rpx solid #777;
- border-right: 2rpx solid #777;
- transform: rotate(45deg);
- position: absolute;
- right: 30rpx;
- top: 60rpx;
- }
- .submit-order .delivery-addr .arrow.empty {
- top: 39rpx;
- }
- .addr-bg .add-addr .plus-sign-img {
- width: 32rpx;
- height: 32rpx;
- font-size: 0;
- margin-right: 10rpx;
- }
- .addr-bg .add-addr .plus-sign-img image {
- width: 100%;
- height: 100%;
- }
- /* 商品列表 */
- .shop-item {
- margin-top: 20rpx;
- margin-bottom: 20rpx;
- }
- .prod-item {
- background-color: #fff;
- margin-top: 15rpx;
- font-size: 28rpx;
- }
- .prod-item .item-cont .prod-pic image {
- width: 180rpx;
- height: 180rpx;
- }
- .prod-item .order-num {
- padding: 20rpx 30rpx;
- display: flex;
- justify-content: space-between;
- font-size: 28rpx;
- }
- .order-state {
- display: flex;
- align-items: center;
- }
- .item-box {
- /* border-bottom: 10rpx solid #f2f2f2; */
- }
- /* 店铺 */
- .shop-box {
- padding: 20rpx;
- /* margin: 0 20rpx; */
- border-bottom: 1rpx solid #f2f2f2;
- background: #fff;
- }
- .shop-icon {
- display: inline-block;
- width: 35rpx;
- height: 35rpx;
- vertical-align: middle;
- margin-right: 15rpx;
- }
- .shop-icon > image {
- width: 100%;
- height: 100%;
- }
- .shop-name {
- font-size: 30rpx;
- display: inline-block;
- vertical-align: middle;
- }
- .prod-item .item-cont {
- display: flex;
- align-items: center;
- padding: 30rpx;
- border-bottom: 2rpx solid #f1f1f1;
- }
- .prod-item .order-num .clear-btn {
- width: 32rpx;
- height: 32rpx;
- font-size: 0;
- vertical-align: top;
- margin-top: 6rpx;
- margin-left: 42rpx;
- position: relative;
- }
- .prod-item .order-num .clear-btn::after {
- content: " ";
- display: block;
- position: absolute;
- left: -10px;
- top: 1px;
- width: 1px;
- height: 12px;
- background: #ddd;
- }
- .prod-item .order-num .clear-btn .clear-list-btn {
- width: 100%;
- height: 100%;
- vertical-align: middle;
- }
- .prod-item .item-cont .prod-pic {
- font-size: 0;
- display: block;
- width: 160rpx;
- height: 160rpx;
- overflow: hidden;
- background: #fff;
- margin-right: 16rpx;
- }
- .prod-item .item-cont .prod-pic image {
- width: 100%;
- height: 100%;
- }
- .prod-item .item-cont .prod-info {
- margin-left: 10rpx;
- font-size: 28rpx;
- width: 100%;
- position: relative;
- height: 160rpx;
- -webkit-flex: 1;
- -ms-flex: 1;
- -webkit-box-flex: 1;
- -moz-box-flex: 1;
- flex: 1;
- }
- .prod-item .item-cont .prod-info .prodname {
- font-size: 30rpx;
- line-height: 40rpx;
- max-height: 86rpx;
- overflow: hidden;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- text-overflow: ellipsis;
- word-break: break-all;
- }
- .prod-item .item-cont .prod-info .prod-info-cont {
- color: #888888;
- line-height: 40rpx;
- margin-top: 5rpx;
- font-size: 25rpx;
- overflow: hidden;
- display: -webkit-box;
- -webkit-line-clamp: 1;
- -webkit-box-orient: vertical;
- text-overflow: ellipsis;
- word-break: break-all;
- }
- .prod-item .total-num {
- text-align: right;
- padding: 20rpx 30rpx;
- font-size: 28rpx;
- }
- .prod-item .price-nums {
- /* margin-top: 10rpx; */
- display: inline-block;
- vertical-align: middle;
- }
- .prod-item .price-nums .prodprice {
- display: inline-block;
- /* position: absolute; */
- bottom: 0;
- color: #e43130;
- font-size: 32rpx;
- vertical-align: middle;
- }
- .prod-item .price-nums .prodcount {
- position: absolute;
- bottom: 1rpx;
- right: 0;
- color: #999;
- font-family: verdana;
- font-size: 30rpx;
- }
- .show-price {
- margin-top: 5rpx;
- }
- .integral-num {
- display: inline-block;
- vertical-align: middle;
- color: #e43130;
- font-size: 30rpx;
- }
- .prod-item .total-num .prodprice {
- display: inline-block;
- color: #333;
- }
- .prod-item .total-num .prodcount {
- margin-right: 20rpx;
- }
- /*
- 订单信息 */
- .order-msg {
- background: #fff;
- font-size: 30rpx;
- margin-top: 20rpx;
- }
- .order-msg .msg-item {
- border-top: 1px solid #f1f1f1;
-
- }
- .order-msg .msg-item:first-child {
- border: 0;
- }
- .order-msg .msg-item .item {
- position: relative;
- display: flex;
- align-items: center;
- padding: 16rpx 30rpx;
- }
- .order-msg .msg-item .item.payment {
- border-top: 2rpx solid #f1f1f1;
- color: #e43130;
- }
- .order-msg .msg-item .item .item-tit {
- line-height: 48rpx;
- }
- .order-msg .msg-item .item .item-txt {
- -webkit-box-flex: 1;
- -moz-box-flex: 1;
- flex: 1;
- font-family: arial;
- max-height: 48rpx;
- overflow: hidden;
- line-height: 48rpx;
- display: -webkit-box;
- -webkit-line-clamp: 1;
- -webkit-box-orient: vertical;
- text-overflow: ellipsis;
- word-break: break-all;
- background: #fff;
- }
- .order-msg .msg-item .item .item-txt.none{
- color:#999;
- }
- .order-msg .msg-item .item.coupon {
- border-bottom: 2rpx solid #f1f1f1;
- }
- .order-msg .msg-item .item input {
- flex: 1;
- z-index: 0;
- }
- .order-msg .msg-item .item .coupon-btn {
- display: block;
- margin: 0 30rpx;
- line-height: 28rpx;
- color: #999;
- }
- .order-msg .msg-item .item .coupon-amount{
- color: #e43130;
- position: absolute;
- right:60rpx;
- }
- .order-msg .msg-item .item .item-txt.price {
- text-align: right;
- }
- .order-msg .msg-item .item .arrow {
- width: 15rpx;
- height: 15rpx;
- border-top: 2rpx solid #999;
- border-right: 2rpx solid #999;
- transform: rotate(45deg);
- position: absolute;
- right: 30rpx;
- }
- /* 底部栏 */
- .submit-order-footer {
- position: fixed;
- bottom: 0;
- width: 100%;
- max-width: 750rpx;
- background: #fff;
- margin: auto;
- display: -webkit-flex;
- display: -webkit-box;
- display: -moz-box;
- display: -ms-flexbox;
- display: flex;
- font-size: 26rpx;
- box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.05);
- }
- .submit-order-footer .sub-order {
- flex: 1;
- margin: 0 30rpx;
- line-height: 100rpx;
- display: block;
- text-align: left;
- font-size: 28rpx;
- background: #fff;
- z-index: 5;
- }
- .item-txt {
- height: 100rpx;
- line-height: 100rpx;
- }
- .submit-order-footer .footer-box {
- padding: 0 10rpx;
- width: 200rpx;
- background: #e43130;
- text-align: center;
- line-height: 100rpx;
- color: #fff;
- font-size: 30rpx;
- }
- .submit-order-footer .sub-order .item-txt .price {
- display: inline-block;
- color: #e43130;
- font-size: 28rpx;
- vertical-align: middle;
- }
- .symbol,
- .small-num,
- .big-num {
- display: inline-block;
- vertical-align: middle;
- }
- .clearfix:after {
- content: " ";
- display: table;
- clear: both;
- }
- /** 优惠券弹窗 **/
- .popup-hide {
- position: fixed;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- z-index: 999;
- background-color: rgba(0, 0, 0, 0.3);
- }
- .popup-box {
- position: absolute;
- bottom: 0;
- width: 100%;
- height: 80%;
- overflow: hidden;
- background-color: #fff;
- }
- .popup-tit {
- position: relative;
- height: 46px;
- line-height: 46px;
- padding-left: 10px;
- font-size: 16px;
- color: #333;
- font-weight: bold;
- }
- .close {
- color: #aaa;
- border-radius: 12px;
- line-height: 20px;
- text-align: center;
- height: 20px;
- width: 20px;
- font-size: 18px;
- padding: 1px;
- top: 10px;
- right: 10px;
- position: absolute;
- }
- .close::before {
- content: "\2716";
- }
- .coupon-tabs {
- display: flex;
- font-size: 14px;
- justify-content: space-around;
- border-bottom: 1px solid #f2f2f2;
- }
- .coupon-tab {
- padding: 10px 0;
- }
- .coupon-tab.on {
- border-bottom: 2px solid #e43130;
- font-weight: 600;
- }
- .popup-cnt {
- height: calc(100% - 88px);
- overflow: auto;
- padding: 0 10px;
- background: #f4f4f4;
- }
- .coupon-ok {
- position: fixed;
- bottom: 0;
- width: 100%;
- height: 60px;
- line-height: 50px;
- font-size: 14px;
- text-align: center;
- box-shadow: 0px -1px 1px #ddd;
- background: rgba(255, 255, 255, 0.9);
- }
- .coupon-ok text {
- border-radius: 20px;
- display: inline-block;
- height: 20px;
- line-height: 20px;
- width: 450rpx;
- padding: 7px;
- background: -o-linear-gradient(right, #f45c43, #e43130);
- background: linear-gradient(right, #f45c43, #e43130);
- background: -webkit-linear-gradient(right, #f45c43, #e43130);
- color: #fff;
- box-shadow: -1px 3px 3px #aaa;
- }
- .botm-empty {
- height: 150rpx;
- line-height: 150rpx;
- font-size: 25rpx;
- color: #aaa;
- text-align: center;
- }
- /*checkbox 选项框大小 */
- checkbox .wx-checkbox-input {
- border-radius: 50%;
- width: 35rpx;
- height: 35rpx;
- }
- /*checkbox选中后样式 */
- checkbox .wx-checkbox-input.wx-checkbox-input-checked {
- background: #e43130;
- border-color: #e43130;
- }
- /*checkbox选中后图标样式 */
- checkbox .wx-checkbox-input.wx-checkbox-input-checked::before {
- text-align: center;
- font-size: 22rpx;
- color: #fff;
- background: transparent;
- transform: translate(-50%, -50%) scale(1);
- -webkit-transform: translate(-50%, -50%) scale(1);
- }
|