123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753 |
- /* pages/submit-order/submit-order.wxss */
- page {
- background: #f4f4f4;
- }
- /* 收货地址 */
- .submit-order {
- margin: 20rpx 24rpx 120rpx;
- }
- .submit-order .delivery-addr {
- position: relative;
- background: #fff;
- border-radius: 16rpx;
- }
- .delivery-addr .addr-bg .add-addr .plus-sign {
- color: #FF4D3A;
- border: 2rpx solid #FF4D3A;
- 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%;
- }
- /* 会员积分 */
- .member-points {
- display: flex;
- justify-content: space-between;
- width: 100%;
- }
- .integral-icon {
- display: inline-block;
- width: 35rpx;
- height: 35rpx;
- vertical-align: middle;
- }
- .integral-icon > image {
- display: block;
- width: 100%;
- height: 100%;
- }
- .integral-deduction{
- display: flex;
- }
- .integral-tips {
- color: #999;
- display: flex;
- align-items: center;
- }
- .integral-tips > image {
- margin-left: 10rpx;
- width: 36rpx;
- height: 36rpx;
- }
- .integral-right-select {
- display: inline-block;
- line-height: 1em;
- }
- radio.item-group {
- display: block;
- width: 35rpx;
- height: 35rpx;
- text-align: center;
- }
- radio.item-group .wx-radio-input{
- border-radius: 50%;
- width: 32rpx;
- height: 32rpx;
- text-align: center;
- }
- /* 选中后的样式 (可根据设计稿需求自己修改) */
- /* radio .wx-radio-input.wx-radio-input-checked::before{ */
- /* border-radius: 50%; */
- /* width: 54rpx; */
- /* height: 54rpx; */
- /* line-height: 54rpx; */
- /* text-align: center; */
- /* font-size: 34rpx; 对勾大小 26rpx */
- /* color:#fff; 对勾颜色 */
- /* background: #faa845; */
- /* border-color: #faa845; */
- /* } */
- /* 商品列表 */
- .shop-item {
- margin-top: 20rpx;
- margin-bottom: 20rpx;
- border-radius: 16rpx;
- background-color: #fff;
- }
- .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;
- }
- .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;
- max-width: 90%;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .prod-item .item-cont {
- display: flex;
- align-items: center;
- padding: 30rpx 0;
- padding-right: 20rpx;
- margin-left: 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: 10rpx;
- 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;
- }
- .prod-item .price-nums .prodprice {
- display: block;
- /* position: absolute; */
- bottom: 0;
- color: #FF4D3A;
- font-size: 32rpx;
- }
- .prod-item .price-nums .prodcount {
- position: absolute;
- bottom: 5rpx;
- right: 0;
- color: #999;
- font-family: verdana;
- font-size: 30rpx;
- }
- .prod-item .total-num .prodprice {
- display: inline-block;
- color: #333;
- }
- .prod-item .total-num .prodcount {
- margin-right: 20rpx;
- }
- /* 促销样式 */
- .prod-item .prod-block {
- background: #fff;
- }
- .prod-item .prod-block.discount .item-cont{
- position: relative;
- }
- .prod-item .prod-block.discount .item-cont::after{
- content: "";
- position: absolute;
- left: -5rpx;
- top: 0;
- bottom: 0;
- width: 0;
- border-left: 1px dashed #e5e5e5;
- z-index:0;
- }
- .prod-item .prod-block .discount-tips {
- padding: 20rpx 0 10rpx 10rpx;
- height: 40rpx;
- line-height: 40rpx;
- border-top: 1rpx solid #f2f2f2;
- }
- .prod-item .prod-block .discount-tips .text-block {
- padding: 3rpx 5rpx;
- border-radius: 8rpx;
- font-size: 23rpx;
- background: #FF4D3A;
- color:#fff;
- position: relative;
- }
- .prod-item .prod-block .discount-tips .text-block::before{
- position: absolute;
- left: 5px;
- bottom: -4px;
- content: "";
- display: block;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-top: 4px solid #FF4D3A;
- }
- .prod-item .prod-block .discount-tips .text-list {
- font-size: 26rpx;
- margin-left: 10rpx;
- }
- .shop-item .prod-block .discount-tips .text-list.reduce-amount {
- font-weight: normal;
- color: #FF4D3A;
- padding-left: 20rpx;
- }
- /* 促销样式 */
- /*
- 订单信息 */
- .order-msg {
- background: #fff;
- font-size: 30rpx;
- border-radius: 16rpx;
- }
- .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: #FF4D3A;
- }
- .order-msg .msg-item .item .item-tit {
- line-height: 48rpx;
- font-size: 28rpx;
- color: #222;
- }
- .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: #FF4D3A;
- 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;
- align-items: center;
- 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: #04358D;
- text-align: center;
- color: #fff;
- font-size: 28rpx;
- font-weight: bold;
- border-radius: 60rpx;
- height: 2.8em;
- line-height: 2.8em;
- margin-right: 20rpx;
- }
- .submit-order-footer .sub-order .item-txt .price {
- display: inline;
- color: #FF4D3A;
- font-size: 28rpx;
- }
- .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 #04358D;
- font-weight: 600;
- }
- .popup-cnt {
- height: calc(100% - 88px);
- overflow: auto;
- padding: 0 10px;
- background: #f4f4f4;
- }
- .coupon-con{
- padding-bottom: 120rpx;
- }
- .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-color: #04358D;
- /* background: -o-linear-gradient(right, #f45c43, #04358D);
- background: linear-gradient(right, #f45c43, #04358D);
- background: -webkit-linear-gradient(right, #f45c43, #04358D); */
- 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: #FF4D3A;
- border-color: #FF4D3A;
- }
- /*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);
- }
- /* 修改积分弹出层 */
- .score-pop{
- height: 30%;
- top: 15%;
- left: 10%;
- transform: translateY(-15%);
- width: 80%;
- border-radius: 20rpx;
- padding: 0 40rpx;
- box-sizing: border-box;
- }
- .score-pop-con .popup-tit{
- align-content: flex-start;
- }
- .score-pop-con{
- display: flex;
- flex-direction: column;
- justify-content: space-around;
- align-items: center;
- height: 90%;
- margin-top: 30rpx;
- }
- .score-pop-item{
- width: 100%;
- -webkit-user-select: text !important;
- }
- input.score-int {
- -webkit-user-select: text !important;
- }
- .score-pop-tit{
- margin: 0;
- width: 100%;
- }
- .score-pop-item .confirm-btn{
- display: block;
- border-radius: 50rpx;
- background-color: #FF4D3A;
- color: #ffffff;
- padding: 10rpx;
- text-align: center;
- }
- .score-tips{
- color: #999;
- font-size: 26rpx;
- }
- .score-placeholder{
- font-size: 26rpx;
- }
|