医学道
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.
 
 
 
video/src/pages/preview/brand/info/info.module.scss

75 lines
1.4 KiB

page{
background-color: #fff !important;
}
.swiper{
width:750rpx;
height:600rpx;
}
.curIndexBox{
position: absolute;
top:500rpx;
right:30rpx;
background-color: rgba(0,0,0,0.5);
border-radius: 30rpx;
padding: 5rpx 30rpx;
color:#fff;
}
.body{
background-color:#f1f8f6;
width: 750rpx;
box-sizing: border-box;
display: flex;
flex-direction: column;
min-height: 500rpx;
.top{
position: sticky;
position: -webkit-sticky;
top: 0;
padding:40rpx 30rpx 30rpx 30rpx;
background-color: #fff;
.title{
font-size: 32rpx;
font-weight: bold;
color: #323635;
line-height:44rpx;
}
}
.bottom{
margin-top: 20rpx;
flex:1;
background-color: #fff;
border-radius: 32rpx 32rpx 0 0;
width: 100%;
.box {
display: flex;
background-color: #fff;
border-radius: 16rpx;
padding: 30rpx;
box-sizing: border-box;
}
.inner{
flex:1;
display: flex;
padding-bottom: 24rpx;
border-bottom: 2rpx solid #F5F8F7;
.image{
width: 172rpx;
height:128rpx;
background-color: pink;
border-radius: 8rpx;
}
.leftBox{
padding-right: 24rpx;
box-sizing: border-box;
flex: 1;
}
.desc{
font-size: 22rpx;
font-weight: 500;
color: #909795;
line-height: 32rpx
}
}
}
}