122 lines
2.2 KiB
Plaintext
122 lines
2.2 KiB
Plaintext
page {
|
|
background-color: #f9f9f9;
|
|
padding-bottom: 80rpx;
|
|
}
|
|
.found{
|
|
background-color: #fff;
|
|
width: 100vw;
|
|
border-radius: 10rpx;
|
|
box-sizing: border-box;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.avatar{
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
box-sizing: border-box;
|
|
font-size: 28rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
color: #999999;
|
|
padding: 30rpx;
|
|
}
|
|
.avatar-left {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content:flex-start;
|
|
box-sizing: border-box;
|
|
font-size: 36rpx;
|
|
font-weight: bold;
|
|
color: #111111;
|
|
}
|
|
.avatar-left .cover{
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
border-radius: 50%;
|
|
margin-right: 30rpx;
|
|
border: solid 10rpx rgba(224, 222, 222, 0.1);
|
|
}
|
|
|
|
.des{
|
|
font-size: 30rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
color: #111111;
|
|
padding: 0 30rpx 30rpx 30rpx;
|
|
}
|
|
|
|
.cont{
|
|
width: 100vw;
|
|
height: 100vh;
|
|
}
|
|
.cont-swiper{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.cont-swiper-item{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.cont-image-swiper{
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #000;
|
|
}
|
|
.cont-image-swiper-item{
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: center;
|
|
box-sizing: border-box;
|
|
}
|
|
.cont-image-swiper-item image{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.cont-video{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.footer{
|
|
border-top: solid 1rpx #eee;
|
|
font-size: 28rpx!important;
|
|
font-family: PingFang SC;
|
|
font-weight: 400!important;
|
|
color: #666666;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
box-sizing: border-box;
|
|
padding: 20rpx 30rpx;
|
|
}
|
|
|
|
.footer-item{
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: center;
|
|
box-sizing: border-box;
|
|
padding: 20rpx 20rpx;
|
|
flex: 1;
|
|
background-color: #fff!important;
|
|
}
|
|
.footer-item image{
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
.footer button{
|
|
font-size: 28rpx;
|
|
color: #666666;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.footer button:after {
|
|
border: none;
|
|
} |