2024-02-21 17:43:11 +08:00

107 lines
1.4 KiB
Plaintext

.page {
width: 100%;
height: 100%;
padding-bottom: 100rpx;
box-sizing: border-box;
}
.header {
position: relative;
font-size: 10pt;
margin-bottom: 10%;
}
.bimg {
height: 260rpx;
overflow: hidden;
}
.content {
width: 100%;
text-align: center;
position: absolute;
top: 40rpx;
color: white
}
.portrait {
width: 22%;
border-radius: 50%;
overflow: hidden;
position: absolute;
bottom: -36%;
left: 40%;
}
.coneterBox {
margin-bottom: 40rpx;
}
.title {
font-size: 30rpx;
font-weight: 600;
}
.listText {
padding: 30rpx 0;
}
.imageContent {
width: 100%;
display: flex;
flex-wrap: wrap;
margin-bottom: 20px
}
.image {
width: 31%;
padding: 4rpx;
height: 200rpx !important;
overflow: hidden;
}
/*使屏幕变暗 */
.commodity_screen {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
background: #000;
opacity: 0.2;
overflow: hidden;
z-index: 1000;
color: #fff;
}
/*对话框 */
.commodity_attr_box {
width: 100%;
overflow: hidden;
position: fixed;
bottom: 0;
left: 0;
z-index: 2000;
background: #fff;
padding: 4%;
box-sizing: border-box;
}
.callBox {
height: 50px;
line-height: 50px;
font-size: 13px;
position: fixed;
bottom: 0;
background: white;
width: 100%;
}
.labelInEnd{
border: 1rpx solid #B52F2E;
font-size: 20rpx;
padding: 4rpx 10rpx;
border-radius: 50rpx;
color: #B52F2E;
margin-right: 12rpx;
}