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.

72 lines
1.3 KiB

3 years ago
/* pages/lookup/lookimg/img.wxss */
/* utils/video/video.wxss */
.main {
background-color: black;
width: 750rpx;
height: 90vh;
padding-bottom: 10vh;
3 years ago
display: flex;
justify-content: center;
align-items: center;
display: flex;
flex-direction: column;
}
.bottom {
3 years ago
width: 750rpx;
position: fixed;
bottom: 80rpx;
}
3 years ago
.title {
font-size: 32rpx;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #FFFFFF;
line-height: 32rpx;
padding: 32rpx;
padding-bottom: 0rpx;
}
.card {
width: 144rpx;
height: 56rpx;
border-radius: 4rpx;
border: 1px solid #FFB17C;
font-size: 24rpx;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #FF8B3C;
line-height: 24rpx;
display: flex;
align-items: center;
justify-content: center;
margin-right: 16rpx;
}
.cards {
display: flex;
width: 750rpx;
padding: 32rpx;
}
.one {
font-size: 20rpx!important;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #FFFFFF!important;
line-height: 20rpx!important;
display: flex;
flex-direction: column;
align-items: center;
width: auto!important;
border: none!important;
margin: 0rpx!important;
/* padding: 0rpx!important; */
3 years ago
}
.operation {
3 years ago
display: flex;
justify-content: space-around;
margin-top: 122rpx;
}