123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188 |
- page{
- background: white;
- }
- .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;
- }
- .tab-list{
- display: flex;
- text-align: center;
- padding: 0 10rpx;
- }
- .tab-list-list{
- margin-left: 110rpx;
- }
- .tab-active{
- color: var(--themeColor);
- border-bottom: 7rpx solid var(--themeColor);
- }
- .body-list{
- margin-top: 10rpx;
- border-bottom: 7rpx solid #F1F1F1;
- padding-bottom: 10rpx;
- }
- .body-list-list-left{
- color: #999999;
- font-size: 30rpx;
- padding: 5rpx 0;
- }
- .option-left{
- float: left;
- background: var(--themeColor);
- color: white;
- font-size: 36rpx;
- width: 115rpx;
- height: 47rpx;
- text-align: center;
- -webkit-border-top-left-radius: 17rpx;
- -webkit-border-top-right-radius: 17rpx;
- -webkit-border-bottom-left-radius: 17rpx;
- -webkit-border-bottom-right-radius: 17rpx
- }
- .option-right{
- background: red;
- color: white;
- font-size: 36rpx;
- width: 115rpx;
- height: 47rpx;
- text-align: center;
- -webkit-border-top-left-radius: 17rpx;
- -webkit-border-top-right-radius: 17rpx;
- -webkit-border-bottom-left-radius: 17rpx;
- -webkit-border-bottom-right-radius: 17rpx;
- margin-left: 560rpx;
- }
- .option{
- margin-top: 20rpx;
- margin-bottom: 20rpx;
- }
- .phone{
- width: 10rpx;
- height: 10rpx;
- }
- .option-left-left{
- background: red;
- color: white;
- font-size: 36rpx;
- width: 115rpx;
- height: 47rpx;
- text-align: center;
- -webkit-border-top-left-radius: 17rpx;
- -webkit-border-top-right-radius: 17rpx;
- -webkit-border-bottom-left-radius: 17rpx;
- -webkit-border-bottom-right-radius: 17rpx;
- margin-left: 572rpx;
- margin-top: -70rpx;
- }
- .yym{
- width: 110rpx;
- font-size: 34rpx;
- height: 50rpx;
- line-height: 50rpx;
- text-align: center;
- background: var(--themeColor);
- color: white;
- -webkit-border-top-left-radius: 17rpx;
- -webkit-border-top-right-radius: 17rpx;
- -webkit-border-bottom-left-radius: 17rpx;
- -webkit-border-bottom-right-radius: 17rpx;
- margin-left: 578rpx;
- margin-top: -150rpx;
- position: absolute;
- }
- .line1{
- text-align: center;
- background: var(--themeColor);
- color: var(--themeColor);
- position: absolute;
- margin-left: 29.5%;
- width: 8rpx;
- }
- .line2{
- text-align: center;
- background: var(--themeColor);
- color: var(--themeColor);
- position: absolute;
- margin-left: 55%;
- width: 8rpx;
- }
|