/* pages/home/home.wxss */ .container{ padding-bottom: 150rpx; } .topcontainer{ width: 100%; height: 320rpx; margin-top: 25px; text-align: center; position: relative; } .topcontainer image{ width: 90%; height: 100%; } .topcontainer text{ width: 90%; text-align: center; position: absolute; color: #fff; top: 50px; left: 5%; font-size: 23px; word-spacing: 5px; } .contentnav{ width:96%; height: auto; margin: 0 auto; display:flex; flex-wrap: wrap; /* background: #fff; border-radius: 10rpx; padding: 0 0 5px 0; box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2); */ margin-top: 60rpx; justify-content: space-around; } .servieceimgbg{ width: 100%; height: 100%; position: absolute; } .servieceimg{ width: 25px; height: 30px; } .contentnav .navul{ width: 24%; height: 200rpx; margin-top: 10rpx; margin-bottom: 10rpx; position: relative; } .contentnav .navli{ width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items:center; } .contentnav .navli .title{ font-size:14px; margin-top: 20rpx; color: #fff; margin-left: -3px; } .contentli{ position: absolute; display: flex; align-items: center; flex-direction: column; } .banner{ width: 100%; height: 389rpx; margin-top: -400rpx; overflow: hidden; } .banner swiper { height: 100%; } .banner swiper-item{ } .banner image{ width: 96%; height: 100%; margin-left: 2%; border-radius: 10px; } .footer { position: fixed; left: 0; bottom: 0; height: 106rpx; border-top: 4rpx solid #e1e1e1; width: 750rpx; background: #fff; display: flex; justify-content: space-around; } .footer view { display: flex; flex-direction: column; justify-content: center; align-items: center; } .footer view .iconfont { font-size: 40rpx; color: #bebebe; } .footer view .name { font-size: 30rpx; font-family: PingFang SC; font-weight: 400; color: #54585B; } .footer .index { width: 130rpx; height: 130rpx; background: rgba(15,72,207,1); border: 14rpx solid #BDCFF9; border-radius: 50%; margin-top: -53rpx; } .footer .index .name, .footer .index .iconfont { color: #fff; }