18 lines
479 B
Plaintext
18 lines
479 B
Plaintext
@import '../../../../pages/penalty/components/fakuan-list/fakuan-list.wxss';
|
|
|
|
.staff { color: #1565C0; }
|
|
.link { color: #1565C0; }
|
|
.warn { background: #E53935; color: #fff; }
|
|
.sub-modal { z-index: 1000; }
|
|
.modal-panel.small { max-height: 60vh; }
|
|
.input-num {
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
margin-top: 16rpx;
|
|
padding: 16rpx;
|
|
background: #f9f9f9;
|
|
border-radius: 10rpx;
|
|
font-size: 28rpx;
|
|
}
|
|
.progress-text { font-size: 22rpx; color: #1565C0; margin-top: 8rpx; }
|