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.

63 lines
1.0 KiB

page {
box-sizing: border-box;
padding-bottom: calc(env(safe-area-inset-bottom));
}
.model-card {
display: flex;
justify-content: center;
}
.other1 {
display: flex;
justify-content: space-between;
margin: 0 30rpx 20rpx 30rpx;
}
.other {
display: flex;
justify-content: space-around;
margin-bottom: 20rpx;
}
.b-image {
width: 342rpx;
height: 474rpx;
border-radius: 16rpx;
margin-right: 8rpx;
}
.b-image__img {
height: 100%;
width: 100%;
border-radius: 16rpx !important;
}
.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;
}
.hotView {
margin-top: 40rpx;
}
.dividerStyle {
--td-divider-content-font-size: 36rpx;
--td-divider-color: #BAC2EE;
--td-divider-content-color: #BAC2EE;
}