123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- .matchBox {
- background-color: F2F6FC;
- }
- .matchBox .headerImg {
- width: 100%;
- height: 216rpx;
- background-color: #5DE0C0;
- }
- .matchBox .modelText {
- width: 724rpx;
- margin: 40rpx auto;
- border-radius: 20rpx;
- background-color: white;
- }
- .matchBox .modelText .header {
- position: relative;
- text-align: center;
- }
- .matchBox .modelText .header .bg {
- position: absolute;
- top: -24rpx;
- left: 0rpx;
- right: 0rpx;
- margin: auto;
- width: 460rpx;
- height: 90rpx;
- }
- .matchBox .modelText .header .text {
- position: relative;
- z-index: 2;
- font-size: 36rpx;
- color: #A0A0A0;
- }
- .matchBox .modelText .tips {
- margin: 42rpx auto;
- width: 580rpx;
- padding: 6rpx 0rpx;
- text-align: center;
- letter-spacing: 2rpx;
- border-radius: 20rpx;
- font-size: 30rpx;
- color: #858585;
- background-color: #F8F6FF;
- }
- .matchBox .modelText .swiper .swiper-item {
- width: 580rpx;
- height: 238rpx;
- border-radius: 10rpx;
- overflow: hidden;
- object-fit: cover;
- }
- .matchBox .rankList {
- width: 100%;
- margin-top: 60rpx;
- background-color: white;
- }
- .matchBox .rankList .switchBtns {
- height: 88rpx;
- display: flex;
- align-items: flex-end;
- background-color: #D5DDEA;
- }
- .matchBox .rankList .switchBtns .switchBtn {
- width: 50%;
- font-size: 34rpx;
- padding: 20rpx 0rpx;
- background-color: #D5DDEA;
- text-align: center;
- }
- .matchBox .rankList .switchBtns .currentBtn {
- color: #FF6908;
- padding: 30rpx 10rpx;
- font-weight: bold;
- background-color: white;
- }
- .matchBox .rankList .switchBtns .currentBtn-l {
- border-top-right-radius: 50rpx;
- }
- .matchBox .rankList .switchBtns .currentBtn-r {
- border-top-left-radius: 50rpx;
- }
|