/* pages/login/login.wxss */ .contain { padding: 0 30rpx 0rpx; height: 100%; overflow: hidden; position: relative; } .logobox{display: flex;flex-direction: column;margin-top: 122rpx;} .logobox image{width: 275rpx;height:56rpx} .logobox .desc{font-size: 40rpx;margin-top: 42rpx;} .btnbox_shouquan{width:100%;margin-top: 280rpx;} .btnbox_shouquan button{display:flex;width:100%;font-size:36rpx;height: 94rpx;background: #09BB07;border-radius: 47rpx;color: #FFFFFF;align-items: center;justify-content: center;font-weight: normal;} .checkbox{display: flex;margin-top: 40rpx;font-size: 28rpx;align-items: flex-start;height:40rpx;} .checkbox view{ /* width: 40rpx;height:40rpx; margin-right:14rpx;border-radius: 50%; */ display: flex;align-items: center; position: relative; } .checkbox .check{width: 40rpx;height:40rpx;opacity: 0;} .checkbox image{ left:5rpx; top:4rpx; position: absolute; width: 40rpx; height: 40rpx; z-index:1; } .navigator{color: #4384FE;white-space:pre-wrap;word-break: break-all;background-color: none;font-size: 28rpx;} .footer{ height: 60rpx; line-height: 60rpx; width:600rpx; position: absolute; bottom:60rpx; text-align: center; left:50%; transform: translateX(-50%); font-size: 30rpx; font-weight: 400; color: #333333} .entrymsg{ -webkit-overflow-scrolling: touch; font-size: 28rpx; line-height: 40rpx; max-height: 60vh; overflow-y: auto; padding: 48rpx; text-align: left; } .navigator{ color:#3CC7C0 } .wrapper { display: flex; align-items: center; justify-content: center; height: 100%; } .privacyBox { width:90%; background-color: #fff; border-radius: 30rpx; } .privacyBox .title{ margin: 0; text-align: center; font-weight: 500; line-height:24px; padding-top:24px; text-align: center; font-size:16px; } .privacyBox .btnbox{ display: flex; align-items: center; border-top:1rpx solid #efefef; width:100%; font-size: 17px; } .privacyBox .btnbox .cancel{ flex:1; height: 50px; display: flex; justify-content: center; align-items: center; } .privacyBox .btnbox .confirm{ margin: 0; height: 50px; padding: 0; color: #3CC7C0; flex:1; font-size: 17px; border: none!important; border-left:1rpx solid #efefef!important; display: flex; background-color: none!important; justify-content: center; align-items: center; } .zhuce{ position: absolute; color: rgba(0,0,0,0.65); top:20rpx; right:32rpx; }