|
@@ -293,6 +293,7 @@ export default {
|
|
|
background: #ffffff;
|
|
|
margin-bottom: 50rpx;
|
|
|
height: 296rpx;
|
|
|
+ border-radius: 30rpx;
|
|
|
}
|
|
|
.navigator_title_vip_banner {
|
|
|
width: 100%;
|
|
@@ -311,16 +312,13 @@ export default {
|
|
|
margin: 30rpx;
|
|
|
border-radius: 30rpx;
|
|
|
.navigator_item_one {
|
|
|
- background: #ffffff;
|
|
|
position: relative;
|
|
|
border-radius: 30rpx 30rpx 0rpx 0rpx;
|
|
|
}
|
|
|
.navigator_item_two {
|
|
|
- background: #ffffff;
|
|
|
position: relative;
|
|
|
}
|
|
|
.navigator_item_three {
|
|
|
- background: #ffffff;
|
|
|
position: relative;
|
|
|
border-radius: 0rpx 0rpx 30rpx 30rpx;
|
|
|
}
|