You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
1.0 KiB
62 lines
1.0 KiB
.model-card {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.b-image {
|
|
width: 342rpx;
|
|
height: 474rpx;
|
|
border-radius: 16rpx;
|
|
margin-right: 8rpx;
|
|
/* border: 1px solid #E8E8E8; */
|
|
}
|
|
|
|
.b-image__img {
|
|
height: 100%;
|
|
width: 100%;
|
|
border-radius: 16rpx !important;
|
|
/* border: 1px solid #E8E8E8; */
|
|
}
|
|
|
|
.s-image {
|
|
width: 342rpx;
|
|
height: 474rpx;
|
|
margin-left: 8rpx;
|
|
display: grid;
|
|
align-items:flex-start;
|
|
grid-row-gap: 14rpx;
|
|
grid-column-gap: 8rpx;
|
|
grid-template-columns: 50% 50%;
|
|
grid-template-rows: 50% 50%;
|
|
}
|
|
|
|
.s-image-item {
|
|
width: 160rpx;
|
|
height: 224rpx;
|
|
border-radius: 16rpx;
|
|
}
|
|
|
|
.title {
|
|
margin-bottom: 10rpx;
|
|
}
|
|
|
|
.vb {
|
|
width: 6rpx;
|
|
height: 30rpx;
|
|
border-radius: 3rpx 3rpx 3rpx 3rpx;
|
|
background-image: linear-gradient(to bottom, #fbc2eb 0%, #a6c1ee 100%);
|
|
/* background-image: linear-gradient(to bottom, #fbc8d4 0%, #9795f0 100%); */
|
|
}
|
|
|
|
.image_upload_title {
|
|
display: flex;
|
|
align-items: center;
|
|
padding-bottom: 20rpx;
|
|
}
|
|
|
|
.text {
|
|
color: #000;
|
|
font-size: 30rpx;
|
|
font-weight: bold;
|
|
margin-left: 14rpx;
|
|
} |