123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- .info_top,.info_mid,.info_bottom{
- display: flex;
- flex-flow: row nowrap;
- justify-content: space-between;
-
- }
- .info_bottom{
- display: flex;
- flex-flow: row nowrap;
- justify-content: left;
-
- }
- .info_mid_left{
- display: flex;
- flex-flow: row nowrap;
- justify-content: left;
-
- }
- .info_bottom_img{
- width: 35rpx;
- height: 35rpx;
- }
- .info_top_left{
- color: #43496a;
- font-size: 32rpx;
- font-weight: 600;
- width: 400rpx;
- overflow: hidden;
- text-overflow:ellipsis;
- white-space: nowrap;
- }
- .info_top_right{
- font-size: 32rpx;
- font-weight: bold;
- color: #FF8364;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .info_mid_left,.info_mid_right{
- font-size: 20rpx;
- font-weight: 500;
- color: #808080;
- /* line-height: 32rpx; */
- }
- .info_bottom_2{
- margin-left: 10rpx;
- font-size: 12px;
- font-weight: 600;
- color: #6C6C6C;
- }
- .input_text{
- color: #c2c6da;
- font-size: 28rpx;
- }
- .icon_search{
- margin-left: 20rpx;
-
- }
- .icon_clear{
- margin-right: 20rpx;
- }
- .no_data_par{
- display: flex;
- flex-flow: column nowrap;
- align-items: center;
- margin-top: 200rpx;
- }
- .no_data_img{
- height: 240rpx;
- width: 320rpx;
- }
- .info_mid_left_info{
- background: #FF8364;
- border-radius: 6px;
- padding:1px 10px;
- color:#fff;
- margin-right:10rpx;
- text-align: center;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
-
- }
- .info_mid_left_info_1{
- max-width: 160rpx;
- }
- .info_mid_left_info_2{
- max-width: 100rpx;
- }
- .info_mid_left_info_3{
- max-width: 100rpx;
- }
- .no_data_text{
- font-size: 12px;
- }
- .close-status{
- -webkit-filter: grayscale(100%);
- -moz-filter: grayscale(100%);
- -ms-filter: grayscale(100%);
- -o-filter: grayscale(100%);
- filter: grayscale(100%);
- filter: gray;
- }
|