123456789101112131415161718192021222324252627282930313233 |
- .uni-data-checklist {
- margin-top: 10rpx;
- padding: 16rpx 10rpx;
- }
- .uni-table-td {
- font-size: 24rpx !important;
- }
- .uni-data-checklist .checklist-group .checklist-box {
- margin-right: 20rpx !important;
- }
- .warehousingDtl {
- background-color: #f1f1f1;
- min-height: 100vh;
- color: #333;
- }
- .warehousingDtl .header-banner {
- display: flex;
- justify-content: center;
- border-bottom: 1px solid #dcdcdc;
- }
- .warehousingDtl .header-banner view {
- width: 40%;
- text-align: center;
- height: 100rpx;
- line-height: 100rpx;
- color: #333;
- margin: 0 5%;
- }
- .warehousingDtl .header-banner .active {
- color: #487CFF;
- border-bottom: 2px solid #487CFF;
- }
|