// 默认主题文件 .theme-default { background-color: #f3f3f3; .u-card { font-size: 16px !important; background-color: #f3f3f3 !important; } .mask { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 100; } // 弹出层 内容盒子 .modal-content-wrap { position: absolute; left: 50rpx; top: 50%; width: 650rpx; transform: translate3d(0, -50%, 0); background-color: #fff; .modal-content-head { text-align: center; margin-top: 40rpx; margin-bottom: 20rpx; font-size: 16px; font-weight: 600; } .modal-content-body { padding: 32rpx; // 审核插件 .common-list { height: 12.5rem; overflow-y: scroll; view { border-bottom: 1px solid #e5e7eb; &:last-child { border-bottom: none; } } } } .modal-content-foot { display: flex; border-top: 1px solid #d1d5db; .cancel, .confirm { flex: 1; text-align: center; @extend .leading-12; } .cancel { border-right: 1px solid #d1d5db; } .confirm { @extend .text-blue-700; } // .leading-12 flex-1 text-center delete-modal-border } uni-textarea { width: 596rpx; height: 140rpx; box-sizing: border-box !important; } } .link-box { :deep(.u-input__input) { color: #60a5fa; } } .progress-dot { width: 50rpx; height: 50rpx; border-radius: 50%; line-height: 50rpx; background-color: #fa8c16; } }