/* pages/agreement/agreement.wxss */ .closeXieyi,.xieyi{ display: block; } .xieyiGroup{ -webkit-overflow-scrolling: touch; } .main{ width: 750rpx; position: fixed; left: 0; top: 0; height: calc(100vh - 120rpx); overflow: auto; background-color: white; z-index: 99; } .titleText{ width: 682rpx; margin: 0 auto; margin-top: 78rpx; margin-bottom: 28rpx; line-height: 39rpx; font-size:39rpx; font-family:PingFangSC; font-weight:bold; color:rgba(0,77,149,1); } .lineSty{ width: 682rpx; height:2rpx; background-color: #B6B6B6; margin: 0 auto; margin-bottom: 45rpx; } .closeXieyi{ position: absolute; right: 48rpx; top: 38rpx; width: 42rpx; height: 42rpx; } .xieyiGroup{ width: 682rpx; margin: 0 auto; height: calc(100vh - 312rpx); overflow: auto; } .xieyi{ width: 100%; height: 10442rpx; padding-bottom: 30rpx; }