123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- .commons-title {
- font-weight: bold;
- font-size: 32rpx;
- color: #333;
- line-height: 60rpx;
- }
- .commons-line-box {
- height: 1px;
- background: #dcdcdc;
- }
- .commons-no-data {
- height: 80rpx;
- line-height: 80rpx;
- font-size: 24rpx;
- text-align: center;
- }
- .color-bl {
- color: #007AFF;
- }
- .color-red {
- color: red;
- }
- .text-center {
- text-align: center;
- }
- .commons-title {
- margin: 30rpx 0;
- padding: 0 40rpx;
- display: flex;
- justify-content: space-between;
- position: relative;
- }
- .commons-title::before {
- content: "";
- display: block;
- height: 30rpx;
- width: 8rpx;
- position: absolute;
- left: 20rpx;
- border-radius: 4rpx;
- top: 18rpx;
- background-color: #007AFF;
- }
- .warehousingDtl,
- .total {
- padding-bottom: 200rpx;
- }
- .commons-normal {
- background: rgba(63, 191, 49, 0.20);
- color: #34C724;
- }
- .commons-error {
- background: rgba(245, 74, 69, 0.20);
- color: #F54A45;
- }
- .commons-close {
- background: rgba(153, 153, 153, 0.20)!important;
- color: #999999!important;
- display: inline-block;
- }
- .commons-before-40 {
- width: 40rpx;
- height: 40rpx;
- border-radius: 50%;
- display: block;
- position: relative;
- margin-right: 16rpx;
- }
- .commons-before-40::before {
- position: absolute;
- display: block;
- top: 10rpx;
- left: 10rpx;
- width: 20rpx;
- height: 20rpx;
- border-radius: 50%;
- content: " ";
- }
- .bg-cl-yl{
- background-color: rgba(255,175,83,0.2);
- }
- .bf-bg-cl-yl::before{
- background-color: rgba(255,175,83,1);
- }
- .bg-cl-pp{
- background-color: rgba(187,153,246,0.2);
- }
- .bf-bg-cl-pp::before{
- background-color: rgba(187,153,246,1);
- }
- li{
- list-style: none;
- }
- ul{
- margin: 0;
- padding: 0;
- }
- .mt-24{
- margin-top: 24rpx;
- }
- i{
- font-style: inherit!important;
- }
|