/* components/loginPopup/loginPopup.wxss */ .login-popup{ background: rgba(0, 0, 0, 0.5); width:100%; height:100%; position: fixed; top:0; left:0; z-index: 1000; } .log-pop-main{ position: absolute; background: #fff; bottom:50rpx; width:570rpx; height:200rpx; left:50rpx; right:0; padding:40rpx; padding-top:20rpx; border-radius: 10rpx; } .log-pop-tit{ font-size: 34rpx; font-weight: bold; height:80rpx; line-height: 80rpx; } .log-pop-msg { font-size: 28rpx; height:60rpx; line-height: 60rpx; } .log-pop-btns{ display: flex; height:90rpx; line-height: 90rpx; } .log-pop-btns button{ background: #fff; font-size: 30rpx; height:90rpx; line-height: 90rpx; } .log-pop-btns button::after{ border:0; } .log-pop-no{ color:#999; } .log-pop-ok{ color:red; }