123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- .box{
- padding: 20rpx;
- }
- .box-list{
- width: 670rpx;
- height: 120rpx;
- background-color: #FFFFFF;
- border-radius: 8rpx;
- position: relative;
- padding: 20rpx;
- margin-bottom: 10rpx;
- }
- .box-list-icon{
- position: absolute;
- z-index: 10;
- left: 0;
- top: 0;
- display: inline-block;
- width: 28rpx;
- height: 28rpx;
- }
- .box-list-left{
- display: inline-block;
- width: 520rpx;
- height: 120rpx;
- float: left;
- }
- .box-list-right{
- display: inline-block;
- width: 132rpx;
- height: 120rpx;
- line-height: 120rpx;
- float: right;
- }
- .box-btn{
- display: inline-block;
- width: 132rpx;
- height: 48rpx;
- line-height: 48rpx;
- text-align: center;
- border-radius: 24rpx;
- vertical-align: middle;
- background-color: #DFDFDF;
- border: 1rpx solid #949494;
- color: #949494;
- font-size: 28rpx;
- }
- .box-btn.box-btn-use{
- color: #FFB145;
- background-color: #FFE5C0;
- border: 1rpx solid #FFB145;
- }
- .box-list-org{
- color: #333333;
- font-size: 32rpx;
- font-weight: 500;
- }
- .box-list-serve,.box-list-date{
- color: #949494;
- font-size: 28rpx;
- font-weight: 500;
- }
- .no-data{
- width: 100%;
- height: auto;
- margin: 0 auto;
- margin-top: 20%;
- text-align: center;
- }
- .no-data image{
- width: 430rpx;
- height: 316rpx;
- }
- .no-data .no-data-text{
- color: #C5C8D9;
- font-size: 25rpx;
- }
|