/* pages/permissions/permissions.wxss */ .canmer-box { width: 750rpx; height: 900rpx; position: relative; } .top-modal { width: 100%; height: 150rpx; background: #000000; opacity: 0.5; position: absolute; top: 0; } .bottom-modal { width: 100%; height: 150rpx; background: #000000; opacity: 0.5; position: absolute; bottom: 0; } .left-modal { width: 75rpx; height: 603rpx; background: #000000; opacity: 0.5; position: absolute; left: 0; top: 150rpx; } .right-modal { width: 75rpx; height: 603rpx; background: #000000; opacity: 0.5; position: absolute; right: 0; bottom: 150rpx; } .tips { font-size: 30rpx; font-weight: bold; color: #333333; text-indent: 30rpx; margin-top: 30rpx; }