170 lines
3.1 KiB
Plaintext
170 lines
3.1 KiB
Plaintext
/* packageF/storeSign/storeSignDetail/storeSignDetail.wxss */
|
|
#storeSignDetail {
|
|
background: #ffffff;
|
|
min-height: 100vh;
|
|
}
|
|
|
|
#storeSignDetail .coline {
|
|
width: 100%;
|
|
height: 20.16rpx;
|
|
background-color: #ebebeb;
|
|
}
|
|
|
|
#storeSignDetail .list {
|
|
margin: 0 31.04rpx 0 29.12rpx;
|
|
}
|
|
|
|
#storeSignDetail .list .lis {
|
|
height: 100%;
|
|
display: flex;
|
|
padding: 27rpx 0;
|
|
border-bottom: 0.0313rem solid #ebebeb;
|
|
}
|
|
|
|
#storeSignDetail .list .lis .right {
|
|
padding-top: 23.68rpx;
|
|
font-size: 25.92rpx;
|
|
color: #f15353;
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
#storeSignDetail .list .lis .left {
|
|
height: 100%;
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: flex-start;
|
|
font-size: 24rpx;
|
|
color: #6c6c6c;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#storeSignDetail .list .lis .left .title {
|
|
text-align: left;
|
|
width: 100%;
|
|
margin-bottom: 16rpx;
|
|
font-size: 28.16rpx;
|
|
color: #000;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
#storeSignDetail .list .lis .left .sn {
|
|
margin-bottom: 9.6rpx;
|
|
}
|
|
|
|
#storeSignDetail .headBox {
|
|
width: 750.08rpx;
|
|
height: 340rpx;
|
|
background-color: #f15353;
|
|
display: flex;
|
|
flex-direction: column;
|
|
position: relative;
|
|
}
|
|
|
|
#storeSignDetail .headBox .bga {
|
|
margin-bottom: 53.12rpx;
|
|
margin-top: 32rpx;
|
|
}
|
|
|
|
#storeSignDetail .headBox .line {
|
|
display: flex;
|
|
width: 100%;
|
|
align-items: center;
|
|
}
|
|
|
|
#storeSignDetail .headBox .line .min {
|
|
flex: 1;
|
|
text-align: center;
|
|
font-size: 30.08rpx;
|
|
color: #ffffff;
|
|
}
|
|
|
|
#storeSignDetail .headBox .line .min .txt {
|
|
font-size: 24rpx;
|
|
margin-top: 3.2rpx;
|
|
}
|
|
|
|
#storeSignDetail .headBox .lineBottom {
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 60.16rpx;
|
|
background-color: #f36868;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
/* margin: 0 30.08rpx; */
|
|
color: #ffffff;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#storeSignDetail .headBox .lineBottom van-icon {
|
|
margin-right: 30rpx;
|
|
}
|
|
|
|
#storeSignDetail .headBox .lineBottom .txt {
|
|
font-size: 25.92rpx;
|
|
font-weight: bold;
|
|
margin-left: 30rpx;
|
|
}
|
|
|
|
.intrShowBox {
|
|
background: #ffffff;
|
|
padding-bottom: 32rpx;
|
|
padding: 28.8rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.intrShowBox .title {
|
|
padding: 32rpx 0;
|
|
}
|
|
|
|
.intrShowBox .intro {
|
|
border: 1rpx solid #ececec;
|
|
}
|
|
|
|
.intrShowBox .btn {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-top: 48rpx;
|
|
}
|
|
|
|
.intrShowBox .btn .cancle {
|
|
border: 0.0313rem solid #bbbbbb;
|
|
padding: 16rpx 32rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-right: 22.4rpx;
|
|
border-radius: 11.2rpx;
|
|
}
|
|
|
|
.intrShowBox .btn .confirm {
|
|
border-radius: 11.2rpx;
|
|
background: #ec3511;
|
|
padding: 16rpx 32rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.intrShowBox .txt {
|
|
color: #999999;
|
|
text-align: left;
|
|
font-size: 24rpx;
|
|
margin-top: 9.6rpx;
|
|
}
|
|
|
|
.intrShowBox .txta {
|
|
text-align: left;
|
|
font-size: 24rpx;
|
|
margin-top: 16rpx;
|
|
} |