You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
1.3 KiB

page { background-color: #F8F8F8; height: 100%; font-size: 32rpx; }
.page-body-wrapper { display: flex; flex-direction: column; align-items: center; width: 100%; height: 100vh;}
.code-box{ padding: 20rpx 20rpx 0rpx 20rpx; width: 90%; height: calc(100vh - 500rpx); overflow: scroll; align-content: start; margin-bottom: 160rpx; }
.code-box>view{margin: 0 20rpx 15rpx 0; position: relative; border-bottom: 1px solid #F0F0F0; padding: 10rpx 20rpx; word-break: break-all;}
.code-box .close-btn{position: absolute; top: 15rpx; right: 0rpx; width: 36rpx; height: 36rpx; line-height: 28rpx; font-size: 24rpx; text-align: center; border-radius: 20rpx; background-color: #999; color: #FFF;}
.btn-area { box-sizing: border-box; width: 100%; position: fixed; bottom: 0; z-index: 10; padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom); display: flex; justify-content: space-between; flex-direction: row;}
.from-submit-buttom-confirm {width: 100%; height: 90rpx; background-color: #0a6597; color: #ffffff; display: flex; align-items: center; justify-content: center;}
.from-submit-buttom-confirm.from-submit-buttom-confirm-gray { background-color: #ccc;}
.from-submit-buttom-cancle { width: 500rpx; height: 90rpx; background-color: #ffffff; color: #000000; display: flex; align-items: center; justify-content: center;}