87 lines
1.2 KiB
CSS
87 lines
1.2 KiB
CSS
.banner {
|
|
width: 710rpx;
|
|
height: 300rpx;
|
|
border-radius: 0rpx 0rpx 0rpx 0rpx;
|
|
margin: 30rpx auto 0;
|
|
}
|
|
|
|
.banner_item {
|
|
width: 710rpx;
|
|
height: 300rpx;
|
|
}
|
|
|
|
.nav {
|
|
margin: 48rpx 20rpx 0;
|
|
}
|
|
|
|
.sub_nav {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
margin: 30rpx 20rpx 0;
|
|
justify-content: right;
|
|
|
|
}
|
|
|
|
.sub_nav_item {
|
|
width: 345rpx;
|
|
background: #FFF5E2;
|
|
border-radius: 30rpx 30rpx 30rpx 30rpx;
|
|
margin-right: 15rpx;
|
|
}
|
|
|
|
.wy_pay {
|
|
background: #FFF4EF;
|
|
margin-right: 0;
|
|
}
|
|
|
|
.wy_pay2 {
|
|
background: #FFFCEB;
|
|
margin-right: 20rpx;
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.tel_leave {
|
|
background: #F5F5F5;
|
|
margin-top: 20rpx;
|
|
margin-right: 0;
|
|
}
|
|
|
|
.sub_nav_item_desc {
|
|
margin: 29rpx 0 0 39rpx;
|
|
font-weight: bold;
|
|
font-size: 28rpx;
|
|
color: #222222;
|
|
}
|
|
|
|
.sub_nav_item_right {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.sub_nav_item_pic {
|
|
width: 90rpx;
|
|
height: 90rpx;
|
|
margin: 0 15rpx 19rpx 0;
|
|
}
|
|
|
|
.line {
|
|
height: 20rpx;
|
|
background: #F9F9F9;
|
|
border-radius: 0rpx 0rpx 0rpx 0rpx;
|
|
}
|
|
|
|
.main {
|
|
margin: 30rpx 20rpx 0;
|
|
}
|
|
.grid_Pic {
|
|
width: 54rpx;
|
|
height: 46rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.uicon-volume {
|
|
font-size: 28rpx !important;
|
|
}
|
|
.u-grid-item {
|
|
margin-bottom: 43rpx;
|
|
} |