official.wxss 700 B

12345678
  1. @import "/static/font.wxss";
  2. .modal{width: 80%; background: #fff; border-radius: 10rpx; position: fixed; top: 50%; left: 50%; z-index: 10002;box-shadow: 0 5rpx 10rpx rgba(0,0,0,.4); transform:translate(-50%,-50%);}
  3. .modal-bg{position: fixed; top: 0; left: 0; z-index: 10001; background: #000; opacity: .4; width: 100%; height: 100%;}
  4. .modal-content {padding: 40rpx 50rpx 30rpx;border-bottom: 2rpx solid #ccc;text-align: center;color: #666;font-size: 28rpx;line-height: 36rpx;}
  5. .modal-button {display: flex;}
  6. .modal-button .button {width: 50%;box-sizing: border-box; font-size: 32rpx;height: 96rpx;line-height: 96rpx;text-align: center;}
  7. .button.confirm {color: #ee3a43;border-left: 2rpx solid #ccc;}