348 lines
7.0 KiB
SCSS
348 lines
7.0 KiB
SCSS
page{
|
|
background: #f6f6f6;
|
|
}
|
|
.main{
|
|
background: url(https://zhkj1.oss-cn-shanghai.aliyuncs.com/zhscMerchant/user_bcg.png) #f6f6f6;
|
|
background-repeat: no-repeat;
|
|
background-size: 100%;
|
|
padding-top: 25rpx;
|
|
.head{
|
|
position: fixed;
|
|
z-index: 100;
|
|
width: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
padding-bottom: 10px;
|
|
display: flex;
|
|
align-items: center;
|
|
.head_cont{
|
|
position: relative;
|
|
.head_back{
|
|
display: flex;
|
|
align-items: center;
|
|
margin-left: 10px;
|
|
position: absolute;
|
|
z-index: 2;
|
|
.head_back_img{
|
|
display: block;
|
|
width: 16px;
|
|
height: 16px;
|
|
margin-left: 7px;
|
|
}
|
|
}
|
|
.head_title{
|
|
position: absolute;
|
|
z-index: 1;
|
|
font-size: 30rpx;
|
|
color: '#000000';
|
|
display: flex;
|
|
align-items: center;
|
|
font-weight: 500;
|
|
justify-content: center;
|
|
}
|
|
}
|
|
|
|
}
|
|
.head_show{
|
|
background-color: #FFFFFF;
|
|
border-bottom: 1rpx solid #f6f6f6;
|
|
}
|
|
.cont_view{
|
|
.data_list{
|
|
margin: 0rpx 25rpx 25rpx 25rpx;
|
|
border-radius: 16rpx;
|
|
background-color: #ffffff;
|
|
box-shadow: 0rpx 4rpx 8rpx 0rpx rgba(0, 0, 0, 0.05);
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 25rpx;
|
|
.data_l{
|
|
width: 50rpx;
|
|
height: 180rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding-left: 20rpx;
|
|
}
|
|
.data_img{
|
|
width: 180rpx;
|
|
height: 180rpx;
|
|
position: relative;
|
|
border-radius: 16rpx;
|
|
overflow: hidden;
|
|
.data_imgUrl{
|
|
width: 180rpx;
|
|
height: 180rpx;
|
|
position: absolute;
|
|
top: 0;
|
|
z-index: 1;
|
|
}
|
|
}
|
|
.data_text{
|
|
width: 455rpx;
|
|
.data_title{
|
|
font-size: 28rpx;
|
|
color: #333333;
|
|
font-weight: 500;
|
|
margin-top: 5rpx;
|
|
min-height: 124rpx;
|
|
}
|
|
.data_title text {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 3;
|
|
font-weight: 400;
|
|
}
|
|
.data_operate{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
.data_num{
|
|
font-size: 34rpx;
|
|
color: #fe4301;
|
|
font-weight: 500;
|
|
}
|
|
.data_edit{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
.data_edit_empty{
|
|
width: 50rpx;
|
|
height: 50rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
.data_edit_em{
|
|
background-color: #fe4301;
|
|
width: 70rpx;
|
|
height: 70rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border-radius: 10rpx;
|
|
.data_edit_emptyImg{
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
}
|
|
}
|
|
|
|
}
|
|
.border_l{
|
|
border-left: 1px solid #E9E9E9;
|
|
border-top-left-radius: 50rpx;
|
|
border-bottom-left-radius: 50rpx;
|
|
}
|
|
.border_r{
|
|
border-right: 1px solid #E9E9E9;
|
|
border-top-right-radius: 50rpx;
|
|
border-bottom-right-radius: 50rpx;
|
|
}
|
|
.data_edit_img{
|
|
width: 55rpx;
|
|
height: 50rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border-top: 1px solid #E9E9E9;
|
|
border-bottom: 1px solid #E9E9E9;
|
|
.data_edit_imgurl{
|
|
width: 25rpx;
|
|
height: 25rpx;
|
|
display: block;
|
|
}
|
|
}
|
|
.data_number{
|
|
width: 60rpx;
|
|
height: 50rpx;
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border: 1px solid #E9E9E9;
|
|
}
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.cont{
|
|
margin: 0rpx 25rpx 25rpx 25rpx;
|
|
padding: 30rpx;
|
|
border-radius: 16rpx;
|
|
background-color: #FFFFFF;
|
|
box-shadow: 0rpx 4rpx 8rpx 0rpx rgba(0, 0, 0, 0.05);
|
|
.cont_textarea{
|
|
width: 100%;
|
|
height: 100rpx;
|
|
font-size: 28rpx;
|
|
color: #333333;
|
|
}
|
|
.cont_item{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
height: 120rpx;
|
|
padding: 0 30rpx 0 30rpx;
|
|
.cont_item_l{
|
|
display: flex;
|
|
height: 100%;
|
|
align-items: center;
|
|
.cont_item_img{
|
|
width: 42rpx;
|
|
height: 42rpx;
|
|
display: block;
|
|
}
|
|
.cont_item_text{
|
|
color: #000000;
|
|
font-size: 30rpx;
|
|
font-weight: 500;
|
|
margin-left: 20rpx;
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.cont_item_text::before{
|
|
content: '*';
|
|
font-size: 26rpx;
|
|
color: #FF0000;
|
|
margin-right: 5rpx;
|
|
}
|
|
}
|
|
.cont_item_r{
|
|
color: #333333;
|
|
font-size: 28rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
height: 100%;
|
|
.cont_item_input{
|
|
width: 350rpx;
|
|
text-align: right;
|
|
height: 100%;
|
|
}
|
|
.font_input{
|
|
font-size: 36rpx;
|
|
font-weight: 500;
|
|
color: #fd3f3f;
|
|
}
|
|
}
|
|
.cont_item_r text{
|
|
margin-left: 20rpx;
|
|
font-weight: 500;
|
|
}
|
|
}
|
|
.cont_border{
|
|
height: 1rpx;
|
|
background-color: #D5D5D5;
|
|
margin-left: 75rpx;
|
|
width: 600rpx;
|
|
}
|
|
.cont_shop_text{
|
|
font-size: 30rpx;
|
|
color: #999999;
|
|
padding:0rpx 30rpx 30rpx 30rpx;
|
|
}
|
|
.cont_shop_edit{
|
|
border-radius: 16rpx;
|
|
.cont_ul{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
.cont_li{
|
|
width: 192rpx;
|
|
height: 192rpx;
|
|
background: #FFFFFF;
|
|
border-radius: 23rpx;
|
|
border: 1px solid #F3F3F3;
|
|
margin-left: 30rpx;
|
|
margin-bottom: 30rpx;
|
|
position: relative;
|
|
.cont_upload_remove{
|
|
position: absolute;
|
|
z-index: 2;
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
right: -12rpx;
|
|
top: -12rpx;
|
|
border-radius: 50rpx;
|
|
background-color: #FFFFFF;
|
|
.cont_upload_remove_img{
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
border-radius: 50rpx;
|
|
}
|
|
}
|
|
.cont_li_img{
|
|
width: 192rpx;
|
|
height: 192rpx;
|
|
border-radius: 4rpx;
|
|
display: block;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 1;
|
|
}
|
|
}
|
|
.cont_upload{
|
|
background-color: #F4F6F8;
|
|
.cont_upload_img{
|
|
margin: 0 auto;
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
display: block;
|
|
margin-top: 35rpx;
|
|
}
|
|
.cont_upload_text{
|
|
text-align: center;
|
|
color: #999999;
|
|
font-size: 24rpx;
|
|
margin-top: 10rpx;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.cont_padding{
|
|
padding: 0;
|
|
}
|
|
}
|
|
|
|
.footer{
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
z-index: 160;
|
|
background: #FFFFFF;
|
|
font-size: 30rpx;
|
|
padding-bottom: env(safe-area-inset-bottom);
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding-top: 20rpx;
|
|
padding-left: 20rpx;
|
|
padding-right: 20rpx;
|
|
border-top: 1rpx solid #efefef;
|
|
.footer_btn{
|
|
width: 100%;
|
|
height: 85rpx;
|
|
background-color: #FD3F3F;
|
|
border-radius: 50rpx;
|
|
color: #FFFFFF;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-weight: 500;
|
|
font-size: 28rpx;
|
|
}
|
|
}
|
|
}
|
|
.price::before {
|
|
content: '¥';
|
|
font-size: 26rpx;
|
|
margin-right: 5rpx;
|
|
}
|
|
.opy{
|
|
opacity: 0.3;
|
|
} |