/* pages/lookup/lookimg/img.wxss */ /* utils/video/video.wxss */ .main { background-color: black; width: 750rpx; height: 90vh; padding-bottom: 10vh; display: flex; justify-content: center; align-items: center; display: flex; flex-direction: column; } .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!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; */ } .operation { display: flex; justify-content: space-around; margin-top: 122rpx; }