123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257 |
- .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);
- }
- .submit{
- background-color: rgba(0, 132, 255, 1);
- color: #fff;
- position: fixed;
- bottom: 10rpx;
- left: 10rpx;
- right: 10rpx;
- }
- li{
- list-style: none;
- }
- ul{
- margin: 0;
- padding: 0;
- }
- .mt-24{
- margin-top: 24rpx;
- }
- i{
- font-style: inherit!important;
- }
- .bg-f9{
- background-color: #f9f9f9;
- min-height: 100vh;
- }
- .uni-forms-item{
- background-color: #fff;
- margin-bottom: 6rpx!important;
- padding: 6rpx 24rpx 26rpx!important;
- }
- .is-input-border{
- border:none!important;
- }
- .submit{
- background-color: rgba(0, 132, 255, 1);
- color: #fff;
- position: fixed;
- bottom: 10rpx;
- left: 10rpx;
- right: 10rpx;
- }
- .common-list-box{
- background-color: #fff;
- padding: 24rpx;
- margin-top: 6rpx;
- display: flex;
- justify-content: space-between;
- .text{
- .text-list{
- line-height: 60rpx;
- .label{
- color: #999999;
- }
- .value{
- color: #000;
- margin-left: 20rpx;
- }
- }
- }
- .common-stat-box{
- border:6rpx solid red;
- height: 80rpx;
- width: 80rpx;
- text-align: center;
- line-height: 80rpx;
- border-radius: 50%;
- position: relative;
- font-size: 20rpx;
- transform:rotate(-25deg);
- }
- .common-stat-box::before{
- display: block;
- position: absolute;
- width: 68rpx;
- height: 68rpx;
- left: 6rpx;
- top: 6rpx;
- border:2rpx solid red;
- border-radius: 50%;
- content: ' ';
- }
- .more{
- display: flex;
- align-items: center;
- }
- .success{
- .common-stat-box{
- border-color: #39C55A;
- color: #39C55A;
- }
- .common-stat-box::before{
- border-color: #39C55A;
- }
- }
- .error{
- .common-stat-box{
- border-color: #F94539;
- color: #F94539;
- }
- .common-stat-box::before{
- border-color: #F94539;
- }
- }
- .warning{
- .common-stat-box{
- border-color: #FF9315;
- color: #FF9315;
- }
- .common-stat-box::before{
- border-color: #FF9315;
- }
- }
- }
- .common-add-list-btn{
- margin-top: 10rpx;
- text-align: center;
- color: #056de8;
- height: 40rpx;
- line-height: 40rpx;
- background-color: #fff;
- font-size: 24rpx;
- }
- .commons-dtl-box{
- background: #fff;
- margin: 10rpx 0;
- padding: 10rpx 20rpx;
- font-size: 26rpx;
- view{
- span{
- display: inline-block;
- margin-right: 40rpx;
- color: #666;
- }
- }
- }
|