388 lines
6.5 KiB
Plaintext
Raw Permalink Normal View History

2024-02-21 17:43:11 +08:00
@import "/utils/common.wxss";
page {
2024-02-29 12:43:22 +08:00
width: 100%;
height: 100%;
/* overflow: hidden; */
font-size: 24rpx;
/* color: #F3F3F3; */
background-color: #F5F5F5;
2024-02-21 17:43:11 +08:00
}
.flow-checkout-header {
2024-02-29 12:43:22 +08:00
padding: 28rpx 0;
background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANYAAAANCAYAAADVGpDCAAAAGXRFW…GxrGBUn2PZ4lyoTdIsST0FQj0UDSLUak6ot3gcBLVY3wQYAJoVXxmNERajAAAAAElFTkSuQmCC) bottom left repeat-x;
background-size: 120rpx auto;
position: relative;
2024-02-21 17:43:11 +08:00
}
.flow-header-left {
2024-02-29 12:43:22 +08:00
flex: 14;
2024-02-21 17:43:11 +08:00
}
.flow-fixed-footer {
2024-02-29 12:43:22 +08:00
position: fixed;
bottom: 0;
width: 100%;
background: #fff;
border-top: 1px solid #eee;
z-index: 11;
2024-02-21 17:43:11 +08:00
}
.flow-shopList {
2024-02-29 12:43:22 +08:00
padding: 20rpx 0;
2024-02-21 17:43:11 +08:00
}
.flow-shopList .flow-list-left {
2024-02-29 12:43:22 +08:00
flex: 2;
2024-02-21 17:43:11 +08:00
}
.flow-btn {
2024-02-29 12:43:22 +08:00
background-color: #ff495e;
color: #fff;
text-align: center;
line-height: 46px;
display: block;
2024-02-21 17:43:11 +08:00
}
.flow-num-box {
2024-02-29 12:43:22 +08:00
font-size: 30rpx;
color: #777;
padding: 15rpx 12px;
text-align: right;
2024-02-21 17:43:11 +08:00
}
.flow-checkout-header .flow-checkout-address {
2024-02-29 12:43:22 +08:00
font-size: 26rpx;
color: #777;
margin-top: 6rpx;
2024-02-21 17:43:11 +08:00
}
.goods-detail-box {
2024-02-29 12:43:22 +08:00
padding: 0;
min-height: 150px;
2024-02-21 17:43:11 +08:00
}
.flow-shopList .flow-list-right .small {
2024-02-29 12:43:22 +08:00
float: right;
font-size: 26rpx;
color: #777;
2024-02-21 17:43:11 +08:00
}
.flow-shopList .flow-list-right .flow-cont {
2024-02-29 12:43:22 +08:00
font-size: 30rpx;
color: #ff495e;
2024-02-21 17:43:11 +08:00
}
.flow-shopList .flow-list-right .flow-list-cont {
2024-02-29 12:43:22 +08:00
padding-top: 10rpx;
2024-02-21 17:43:11 +08:00
}
.flow-shopList .flow-list-left {
2024-02-29 12:43:22 +08:00
flex: 2;
2024-02-21 17:43:11 +08:00
}
.flow-shopList .flow-list-right {
2024-02-29 12:43:22 +08:00
flex: 4;
2024-02-21 17:43:11 +08:00
}
.flow-shopList .flow-list-left image {
2024-02-29 12:43:22 +08:00
width: 200rpx;
height: 200rpx;
border: 1rpx solid #eee;
background: #fff;
2024-02-21 17:43:11 +08:00
}
2024-02-29 12:43:22 +08:00
.flow-list custom-li,
.addres-list custom-li {
margin-top: 25rpx;
display: block;
2024-02-21 17:43:11 +08:00
}
2024-02-29 12:43:22 +08:00
.flow-list custom-li:first-child,
.addres-list custom-li:first-child {
margin-top: 0;
2024-02-21 17:43:11 +08:00
}
.index-cont-search {
2024-02-29 12:43:22 +08:00
width: 100%;
font-size: 28rpx;
position: relative;
background: #f1f1f1;
2024-02-21 17:43:11 +08:00
}
.selectNumber {
2024-02-29 12:43:22 +08:00
height: 34px;
flex-direction: row;
border: 1rpx solid #eee;
border-radius: 10rpx;
display: inline-block;
2024-02-21 17:43:11 +08:00
}
.selectNumber .default-active {
2024-02-29 12:43:22 +08:00
background: #f7f7f7 !important;
color: #ddd !important;
2024-02-21 17:43:11 +08:00
}
.selectNumber .default {
2024-02-29 12:43:22 +08:00
width: 34px;
height: 34px;
float: left;
line-height: 32px;
padding: 0;
background: #fff;
color: #444;
font-size: 48rpx;
2024-02-21 17:43:11 +08:00
}
.selectNumber input {
2024-02-29 12:43:22 +08:00
float: left;
width: 50px;
height: 34px;
line-height: 34px;
border-right: 1rpx solid #eee;
border-left: 1rpx solid #eee;
text-align: center;
font-size: 28rpx;
color: #444;
2024-02-21 17:43:11 +08:00
}
.order-bt {
2024-02-29 12:43:22 +08:00
width: 50%;
background-color: #ff495e;
color: #fff;
text-align: center;
line-height: 46px;
2024-02-21 17:43:11 +08:00
}
.profile-btn button {
2024-02-29 12:43:22 +08:00
background: #ff495e;
color: white;
margin-bottom: 20rpx;
2024-02-21 17:43:11 +08:00
}
.yoshop-notcont {
2024-02-29 12:43:22 +08:00
margin: 130rpx 100rpx;
2024-02-21 17:43:11 +08:00
}
.yoshop-notcont .iconfont {
2024-02-29 12:43:22 +08:00
font-size: 150rpx;
color: #ccc;
text-align: center;
display: block;
margin-bottom: 24rpx;
2024-02-21 17:43:11 +08:00
}
.yoshop-notcont .cont {
2024-02-29 12:43:22 +08:00
display: block;
text-align: center;
font-size: 30rpx;
color: #999;
margin-top: 20rpx;
2024-02-21 17:43:11 +08:00
}
.footer-fixed {
2024-02-29 12:43:22 +08:00
position: fixed;
display: flex;
bottom: 0px;
left: 0px;
right: 0px;
height: 46px;
z-index: 18;
box-shadow: 1px 5px 15px rgba(50, 50, 50, 0.3);
background: #fff;
2024-02-21 17:43:11 +08:00
}
.order-bt {
2024-02-29 12:43:22 +08:00
background-color: #ff495e;
color: #fff;
text-align: center;
line-height: 46px;
2024-02-21 17:43:11 +08:00
}
.container {
2024-02-29 12:43:22 +08:00
height: 100%;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
font-family: PingFang-Medium,
PingFangSC-Regular,
Heiti,
Heiti SC,
DroidSans,
DroidSansFallback,
"Microsoft YaHei",
sans-serif;
-webkit-font-smoothing: antialiased;
2024-02-21 17:43:11 +08:00
}
.bold {
2024-02-29 12:43:22 +08:00
font-weight: 600;
2024-02-21 17:43:11 +08:00
}
.next {
2024-02-29 12:43:22 +08:00
width: 100% !important;
height: 100rpx !important;
font-size: 28rpx;
color: white;
text-align: center;
line-height: 100rpx !important;
background: #4C84FF;
/* position: absolute !important;
2024-02-21 17:43:11 +08:00
bottom: 30rpx;
left: 50% !important; */
2024-02-29 12:43:22 +08:00
/* margin-left: -290rpx !important; */
padding: 0 !important;
border-radius: 50rpx !important;
z-index: 5;
2024-02-21 17:43:11 +08:00
}
.floL {
2024-02-29 12:43:22 +08:00
float: left;
2024-02-21 17:43:11 +08:00
}
.floR {
2024-02-29 12:43:22 +08:00
float: right;
2024-02-21 17:43:11 +08:00
}
.fontW {
2024-02-29 12:43:22 +08:00
font-weight: 600;
2024-02-21 17:43:11 +08:00
}
.bshaw {
2024-02-29 12:43:22 +08:00
width: 98%;
margin-left: 1%;
padding: 30rpx 30rpx 36rpx 22rpx;
background: rgba(255, 255, 255, 1);
box-shadow: 0px 0px 13rpx 1rpx rgba(233, 236, 244, 1);
border-radius: 4rpx;
margin-top: 50rpx;
box-sizing: border-box;
2024-02-21 17:43:11 +08:00
}
/*隐藏滚动条*/
::-webkit-scrollbar {
2024-02-29 12:43:22 +08:00
width: 0;
height: 0;
color: transparent;
2024-02-21 17:43:11 +08:00
}
.da {
2024-02-29 12:43:22 +08:00
display: inline-block;
color: white;
background: #4C84FF;
padding: 0 50rpx;
height: 62rpx;
border-radius: 31rpx;
text-align: center;
line-height: 62rpx;
margin-right: 24rpx;
margin-bottom: 24rpx;
2024-02-21 17:43:11 +08:00
}
.da1 {
2024-02-29 12:43:22 +08:00
display: inline-block;
color: black;
background: #F2F2F2;
padding: 0 50rpx;
height: 62rpx;
border-radius: 31rpx;
text-align: center;
line-height: 62rpx;
margin-right: 24rpx;
margin-bottom: 24rpx;
2024-02-21 17:43:11 +08:00
}
.titleC {
2024-02-29 12:43:22 +08:00
font-size: 13pt;
font-weight: 600;
margin-bottom: 10rpx;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
2024-02-21 17:43:11 +08:00
}
.detailTextC {
2024-02-29 12:43:22 +08:00
color: #A5A5A5;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
2024-02-21 17:43:11 +08:00
}
.textcolor {
2024-02-29 12:43:22 +08:00
color: #A5A5A5;
2024-02-21 17:43:11 +08:00
}
.iconfont {
2024-02-29 12:43:22 +08:00
font-size: 14pt;
color: #C11D24;
2024-02-21 17:43:11 +08:00
}
.iconfonts {
2024-02-29 12:43:22 +08:00
font-size: 14pt;
2024-02-21 17:43:11 +08:00
}
.btnColor {
2024-02-29 12:43:22 +08:00
background-color: #C11D24;
color: white;
2024-02-21 17:43:11 +08:00
}
image {
2024-02-29 12:43:22 +08:00
width: 100%;
2024-02-21 17:43:11 +08:00
}
.paddingPercent_4 {
2024-02-29 12:43:22 +08:00
padding: 4%;
2024-02-21 17:43:11 +08:00
}
.borderBottom {
2024-02-29 12:43:22 +08:00
border-bottom: 1rpx solid #EEEEEE;
2024-02-21 17:43:11 +08:00
}
.borderTop {
2024-02-29 12:43:22 +08:00
border-top: 1rpx solid #E5E5E5;
2024-02-21 17:43:11 +08:00
}
.flex {
2024-02-29 12:43:22 +08:00
display: flex;
2024-02-27 17:58:38 +08:00
}
.containerView.public {
2024-02-29 12:43:22 +08:00
box-sizing: border-box;
2024-03-01 10:30:46 +08:00
word-break: break-all;
2024-02-27 17:58:38 +08:00
height: 100vh;
width: 100vw;
overflow: auto;
padding-bottom: 100rpx;
background: #ffffff;
2024-02-29 12:43:22 +08:00
}
.leftLineTitle {
border-left: 8rpx solid #76aef9;
padding-left: 10rpx;
font-size: 32rpx;
2024-03-06 22:00:22 +08:00
}
.submitBtn {
box-sizing: border-box;
position: fixed;
z-index: 10;
width: 600rpx;
left: 50%;
transform: translateX(-50%);
bottom: 120rpx;
border-radius: 10rpx;
padding: 20rpx;
background: #4e96f8;
color: white;
font-size: 30rpx;
text-align: center;
2024-04-02 18:25:12 +08:00
}
.ellipsisFont {
text-overflow: ellipsis;
overflow: hidden;
word-break: break-all;
white-space: nowrap;
2024-02-21 17:43:11 +08:00
}