/* 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; }