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.
64 lines
1.1 KiB
64 lines
1.1 KiB
3 years ago
|
/* pages/lookup/lookimg/img.wxss */
|
||
|
/* utils/video/video.wxss */
|
||
|
.main {
|
||
|
background-color: black;
|
||
|
width: 750rpx;
|
||
|
height: 90vh;
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
padding-bottom: 10vh;
|
||
|
}
|
||
|
.bottom{
|
||
|
width: 750rpx;
|
||
|
position: fixed;
|
||
|
bottom: 80rpx;
|
||
|
}
|
||
|
.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;
|
||
|
font-family: PingFangSC-Regular, PingFang SC;
|
||
|
font-weight: 400;
|
||
|
color: #FFFFFF;
|
||
|
line-height: 20rpx;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
align-items: center;
|
||
|
}
|
||
|
.operation{
|
||
|
display: flex;
|
||
|
justify-content: space-around;
|
||
|
margin-top: 122rpx;
|
||
|
}
|