/* pages/guanyuan/list/list.wxss */ .bread-nav{ border-bottom: 1rpx solid #ECEEF3; color: #161616; font-size: 32rpx; height: 100rpx; line-height: 100rpx; padding: 0 50rpx; } .bread-nav .split{ color: #8D8D8D; padding: 0 30rpx; } .bread-nav .text-02{ color: #8D8D8D; } .tab-box{ padding: 10rpx 50rpx; margin-bottom: 10rpx; display: flex; } .tab-box .item{ position: relative; color: #8D8D8D; font-size: 24rpx; height: 60rpx; line-height: 60rpx; padding: 0 15rpx; margin-right: 10rpx; } .tab-box .item.active{ color: #161616; } .tab-box .item.active::after{ position: absolute; bottom: 0; left: 15rpx; display: block; content:""; width:50rpx; height:4rpx; background:rgba(29,182,150,1); } .mount-list{ padding: 0; padding-bottom: 284rpx; } .mount-list .top{ padding:0 34rpx; font-size:24rpx; color:#161616; margin-top: 28rpx; } .mount-list .top2{ padding:0 60rpx; margin-top: 86rpx; } .mount-list .top-content{ padding: 0 26rpx; } .mount-list .top2 .top-content{ padding: 0 60rpx; } .mount-list .top .sign{ font-size:60rpx; } .mount-list .top .sign-right{ text-align: right; } .mount-list .item{ margin-top: 40rpx; } .mount-list .item-title{ position: relative; font-size:28rpx; color:#111111; padding-left: 60rpx; padding-bottom: 34rpx; } .mount-list .item-title .left-line{ position: absolute; left: 0; top: 0; width:4rpx; height:40rpx; background:rgba(22,22,22,1); } .mount-list .paragraph{ line-height:48rpx; padding:0 60rpx; font-size:24rpx; color:#111111; } .mount-list .style{ line-height:48rpx; padding:0 60rpx; font-size:24rpx; font-weight:560; color:#111111; } .mount-list .mount-list-title{ text-align: center; padding: 30rpx 0; } .mount-list .mount-list-title .title-zh{ height:40rpx; font-size:32rpx; font-family:PingFangSC-Medium,PingFang SC; font-weight:500; color:rgba(17,17,17,1); line-height:40rpx; } .mount-list .mount-list-title .title-eg{ height:34rpx; font-size:24rpx; font-family:PingFangSC-Ultralight,PingFang SC; font-weight:200; color:rgba(22,22,22,1); line-height:34rpx; } .footer-tool{ height:116rpx; } .footer-tool .footer-tool-content{ position: fixed; width: 100%; left: 50%; transform: translate(-50%,0); bottom:0; height:116rpx; background:rgba(255,255,255,1); box-shadow:0px -6rpx 18rpx 0px rgba(127,129,138,0.15); } .apply-btn{ position: fixed; left: 50%; transform: translate(-50%,0); bottom:20rpx; z-index: 10; width: 128rpx; height: 152rpx; display: block; } .apply-btn>image{ position: relative; z-index: 1; } .apply-btn .text{ position: absolute; color: #161616; font-size: 28rpx; z-index: 2; bottom: 0; width: 100%; text-align: center; } .mount-list .about{ padding: 0 60rpx; } .mount-list .paragraph{ margin-top: 10rpx; line-height:48rpx; font-size:24rpx; color:#111111; padding-bottom: 20rpx; } .mount-list .about-img{ margin-bottom: 32rpx; }