| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- .listContent {
- height: 100% !important;
- .listBox {
- display: flex;
- // height: 180rpx;
- padding: 20rpx 0;
- border-bottom: 2rpx solid #e5e5e5;
- .listBox-sel {
- height: 90rpx;
- width: 80rpx;
- // line-height: 90rpx;
- text-align: center;
- checkbox {
- transform: scale(1.2);
- }
- }
- }
-
- .listBox-con {
- width: 100%;
- // display: flex;
- // flex-wrap: wrap;
- // justify-content: space-between;
- align-items: center;
- padding: 0 18rpx 0 0;
-
- .listBox-top {
- width: 100%;
- display: flex;
- justify-content: space-between;
- padding-bottom: 10rpx;
-
- .listBox-name,
- .listBox-code {
- display: inline-block;
- font-size: $uni-font-size-sm;
- font-weight: bold;
- }
- }
-
- .listBox-bottom {
- width: 100%;
- display: flex;
- justify-content: space-between;
- font-size: $uni-font-size-sm;
- flex-wrap: wrap;
-
- >view {
- width: 100%;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
-
- .half {
- width: 50%;
- }
-
- .label-s{
- width: 50%;
- display: inline-block !important;
- }
- }
- }
- .noDate {
- height: 100%;
- }
- }
|