...
|
...
|
@@ -31,14 +31,23 @@ |
|
|
color: #ffffff;
|
|
|
font-size: 28rpx;
|
|
|
}
|
|
|
.position .right {
|
|
|
width: 478rpx;
|
|
|
height: 52rpx;
|
|
|
background-color: rgba(255,255,255,0.35);
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
|
border-radius: 10rpx;
|
|
|
padding: 0 20rpx;
|
|
|
-webkit-box-sizing: border-box;
|
|
|
-moz-box-sizing: border-box;
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
.position input {
|
|
|
width: 478rpx;
|
|
|
height: 52rpx;
|
|
|
border-radius: 10rpx;
|
|
|
color: #ffffff;
|
|
|
padding-left: 20rpx;
|
|
|
font-size: 28rpx;
|
|
|
background-color: rgba(255,255,255,0.3);
|
|
|
}
|
|
|
swiper {
|
|
|
width: 100%;
|
...
|
...
|
@@ -48,4 +57,73 @@ swiper { |
|
|
.slide-image {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
}
|
|
|
.padding-box {
|
|
|
width: 100%;
|
|
|
height: 272rpx;
|
|
|
padding: 0 22rpx;
|
|
|
-webkit-box-sizing: border-box;
|
|
|
-moz-box-sizing: border-box;
|
|
|
box-sizing: border-box;
|
|
|
position: relative;
|
|
|
top: -22rpx;
|
|
|
}
|
|
|
.navigator-box {
|
|
|
width: 100%;
|
|
|
height: 272rpx;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
flex-wrap: wrap;
|
|
|
justify-content: space-between;
|
|
|
align-content:stretch;
|
|
|
background-color: #fff;
|
|
|
border-radius: 10rpx;
|
|
|
padding: 20rpx 46rpx;
|
|
|
-webkit-box-sizing: border-box;
|
|
|
-moz-box-sizing: border-box;
|
|
|
box-sizing: border-box;
|
|
|
box-shadow: 2rpx 8rpx 38rpx rgba(89, 89, 89, 0.14);
|
|
|
}
|
|
|
.navigator-box .img-box {
|
|
|
/*display: flex;*/
|
|
|
/*flex-direction: column;*/
|
|
|
/*align-items: center;*/
|
|
|
/*justify-content: center;*/
|
|
|
/*margin-right: 24rpx;*/
|
|
|
display: inline-block;
|
|
|
width: 18%;
|
|
|
height: 48%;
|
|
|
margin: 0 auto 8rpx auto;
|
|
|
/*border: 1px solid #000;*/
|
|
|
text-align: center;
|
|
|
}
|
|
|
.navigator-box .img-box:nth-child(3) {
|
|
|
width: 24%;
|
|
|
}
|
|
|
.navigator-box .img-box:nth-child(5),.navigator-box .img-box:nth-child(10) {
|
|
|
/*margin-right: 0;*/
|
|
|
}
|
|
|
.navigator-box .img-box:nth-child(6) {
|
|
|
width: 11%;
|
|
|
}
|
|
|
.navigator-box .img-box:nth-child(7) {
|
|
|
width: 12%;
|
|
|
}
|
|
|
.navigator-box .img-box:nth-child(8) {
|
|
|
width: 16%;
|
|
|
}
|
|
|
.navigator-box .img-box:nth-child(9) {
|
|
|
width: 12%;
|
|
|
}
|
|
|
.navigator-box .img-box:nth-child(10) {
|
|
|
width: 12%;
|
|
|
}
|
|
|
.img-box image {
|
|
|
width: 60rpx;
|
|
|
height: 60rpx;
|
|
|
margin-bottom: 10rpx;
|
|
|
}
|
|
|
.img-box .text {
|
|
|
font-size: 18rpx;
|
|
|
color: #333333;
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|