.notice { width: 100%; height: 100vh; position: fixed; z-index: 100; left: 0; top: 0; background: rgba(0,0,0, 0.4); display: flex; justify-content: center; align-items: center; } .notice .box { width: 490rpx; background: #fff; border-radius: 16rpx; overflow: hidden; padding: 0 20rpx; position: relative; } .notice .box .close { width:100%; height: 60rpx; display: flex; justify-content: flex-end; align-items: center; } .notice .box .close cover-image { width: 40rpx; height: 40rpx; object-fit: cover; } .notice .box .title { height: 60rpx; line-height: 60rpx; width: 100%; text-align:center; font-size: 36rpx; color: #333; margin-bottom: 23rpx; } .notice .box .content { height: auto; width: 100%; padding-bottom: 35rpx; } .notice .box .content cover-view { font-size: 30rpx; line-height: 50rpx; height: 50rpx; width: 100%; text-align: center; color: #666; } .notice .box .border { width: 100%; height: 0; border: 0.5rpx solid #eaeaea; border-bottom: 1rpx solid transparent; position: absolute; left:0; bottom: 105rpx; } .notice .box .operation { width: calc(100% - 40rpx); height: 75rpx; padding: 15rpx 0; display: flex; justify-content: space-around; align-items: center; margin-left: 20rpx } .notice .box .operation cover-view { flex: 1; color: #999; font-size: 36rpx; width: 49%; height: 100%; line-height: 75rpx; text-align:center; } .notice .box .operation .confirm{ color: #04BCA0; }