|
@@ -812,18 +812,7 @@
|
|
|
@include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/common/ezy-page-bj.png");
|
|
|
.uni-list{background-color: transparent!important;}
|
|
|
.uni-list--border-top,.uni-list--border-bottom{display: none;}
|
|
|
- .cuoti-border-box{
|
|
|
- flex: 1;width: 92%;height: auto;background-color: rgba(255, 255, 255, 0.6);border-radius: 10px;
|
|
|
- margin: 12rpx auto 32rpx;position: relative;box-sizing: border-box;display: flex;flex-direction: column;
|
|
|
- }
|
|
|
- .cuo-tab-box{
|
|
|
- height: 82rpx!important;
|
|
|
- background-color: rgba(255, 255, 255, 0.6);z-index: 3;margin: 20rpx 20rpx 0;
|
|
|
- box-sizing: border-box;padding: 10rpx 12rpx;border-radius: 8rpx;
|
|
|
- .segmented-control__text{color: #333!important;}
|
|
|
- .segmented-control__item--button{height: 62rpx;border: 0;border-radius: 8rpx;}
|
|
|
- .segmented-control__item--button--active .segmented-control__text{color: #fff!important;}
|
|
|
- }
|
|
|
+
|
|
|
.cuoti-content-box{flex: 1;background-color: rgba(255, 255, 255, 0.6);z-index: 3;margin: 10rpx 20rpx;}
|
|
|
.cuoti-scroll-view{overflow-y: auto;height: calc(100vh - 380rpx - var(--status-bar-height));}
|
|
|
|