154 lines
2.9 KiB
Plaintext
154 lines
2.9 KiB
Plaintext
/* pages/found2/index2.wxss */
|
|
.found{
|
|
width: 100vw;
|
|
height: 100vh;
|
|
background-color: #000;
|
|
position: relative;
|
|
z-index: 1;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: center;
|
|
box-sizing: border-box;
|
|
}
|
|
.found-cont{
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #000;
|
|
}
|
|
.zanting{
|
|
width: 100vw;
|
|
height: 100vh;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 10;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: center;
|
|
box-sizing: border-box;
|
|
}
|
|
.zanting image{
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
opacity: 0.6;
|
|
}
|
|
#found-cont-video{
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.swiper{
|
|
width: 100;
|
|
height: 100%;
|
|
}
|
|
.swiper-item{
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: center;
|
|
box-sizing: border-box;
|
|
color: white;
|
|
}
|
|
.swiper-item image{
|
|
width: 100%;
|
|
height: 100vw;
|
|
}
|
|
|
|
.right-cont{
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: flex-end;
|
|
justify-content: flex-end;
|
|
box-sizing: border-box;
|
|
padding: 20rpx 30rpx 20rpx 50rpx;
|
|
position: fixed;
|
|
z-index: 3;
|
|
right: 0;
|
|
height: 100vh;
|
|
background-image: linear-gradient(to left,rgba(0, 0, 0, 0.432),rgba(248, 247, 247, 0.025));
|
|
}
|
|
|
|
.right{
|
|
font-size: 34rpx!important;
|
|
font-family: PingFang SC;
|
|
font-weight: bold!important;
|
|
color: #fff;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
box-sizing: border-box;
|
|
padding-bottom: 14vh;
|
|
}
|
|
|
|
.right .avatar{
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
border: solid 10rpx rgba(255, 255, 255, 0.2);
|
|
border-radius: 120rpx;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
.right-item{
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
box-sizing: border-box;
|
|
padding: 20rpx 20rpx;
|
|
flex: 1;
|
|
}
|
|
.right-item image{
|
|
width: 46rpx;
|
|
height: 46rpx;
|
|
margin-bottom: 14rpx;
|
|
}
|
|
.right button{
|
|
font-size: 30rpx;
|
|
color: #fff;
|
|
font-weight: normal;
|
|
padding: 0 !important;
|
|
background:transparent!important;
|
|
width: 100rpx;
|
|
margin-top: 30rpx;
|
|
}
|
|
|
|
.right button:after {
|
|
border: none;
|
|
}
|
|
|
|
|
|
.nickname{
|
|
position: fixed;
|
|
z-index: 2;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
padding: 30rpx 50rpx;
|
|
background-image: linear-gradient(to top,rgba(0, 0, 0, 0.432),rgba(248, 247, 247, 0.025));
|
|
bottom: 0;
|
|
}
|
|
.nickname .name{
|
|
font-size: 36rpx;
|
|
font-weight: bold;
|
|
color: white;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: flex-start;
|
|
flex-wrap: wrap;
|
|
}
|
|
.nickname .name span{
|
|
font-size: 40rpx;
|
|
}
|
|
|
|
.nickname .des{
|
|
margin-top: 20rpx;
|
|
font-size: 32rpx;
|
|
color: rgba(255, 255, 255, 0.8);
|
|
word-break:break-all;
|
|
} |