|
@@ -147,8 +147,8 @@ export default {
|
|
|
z-index: 99;
|
|
|
}
|
|
|
.point-index .container .menu {
|
|
|
- width: 100%;
|
|
|
- height: 26.66vw;
|
|
|
+ width: 6.9rem;
|
|
|
+ height: 1.9rem;
|
|
|
background: #ffffff;
|
|
|
box-shadow: 0px 2px 10px 5px rgba(227, 227, 227, 0.5);
|
|
|
border-radius: 20px;
|
|
@@ -156,27 +156,25 @@ export default {
|
|
|
flex-direction: row;
|
|
|
justify-content: space-around;
|
|
|
align-items: center;
|
|
|
+ text-align:center;
|
|
|
}
|
|
|
.point-index .container .menu .item {
|
|
|
- width: 14.93vw;
|
|
|
- height: 14.93vw;
|
|
|
+ width:1.12rem;
|
|
|
}
|
|
|
.point-index .container .menu .item img {
|
|
|
- display: block;
|
|
|
- width: 12vw;
|
|
|
- height: 12vw;
|
|
|
+ display: inline-block;
|
|
|
+ width: .9rem;
|
|
|
+ height: .9rem;
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
.point-index .container .menu .item span {
|
|
|
display: inline-block;
|
|
|
- font-family: PingFangSC-Regular, PingFang SC;
|
|
|
font-weight: 400;
|
|
|
color: #666666;
|
|
|
text-align: center;
|
|
|
- margin-top: 3vw;
|
|
|
- width: 1.3rem;
|
|
|
+ margin-top: .2rem;
|
|
|
height: 0.4rem;
|
|
|
- font-size: 0.28rem;
|
|
|
+ font-size: 0.26rem;
|
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
|
font-weight: 400;
|
|
|
color: #666666;
|
|
@@ -184,9 +182,9 @@ export default {
|
|
|
}
|
|
|
|
|
|
.point-index .container .news {
|
|
|
- margin-top: 4vw;
|
|
|
- width: 100%;
|
|
|
- height: 21.33vw;
|
|
|
+ margin-top: .3rem;
|
|
|
+ width: 6.9rem;
|
|
|
+ height: 1.6rem;
|
|
|
background: url("../../static/point/banner.png") no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
position: relative;
|