| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 | 
							- .box{
 
-   padding: 20rpx;
 
- }
 
- .box-list{
 
-   width: 670rpx;
 
-   height: auto;
 
-   background-color: #FFFFFF;
 
-   border-radius: 8rpx;
 
-   position: relative;
 
-   padding: 20rpx;
 
-   margin-bottom: 10rpx;
 
-   overflow: hidden;
 
- }
 
- .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: 630rpx;
 
-   min-height: 120rpx;
 
-   line-height: 50rpx;
 
-   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;
 
- }
 
- .submitbtn{
 
-   width: 710rpx;
 
-   height: 78rpx;
 
-   line-height: 78rpx;
 
-   background-color: var(--themeColor);
 
-   color: #FFFFFF;
 
-   text-align: center;
 
-   font-size: 38rpx;
 
-   margin: 20rpx auto;
 
-   border-radius: 8rpx;
 
- }
 
- .submitbtn.color1{
 
-   width: 710rpx;
 
-   height: 78rpx;
 
-   line-height: 78rpx;
 
-   background-color: red;
 
-   color: #FFFFFF;
 
-   text-align: center;
 
-   font-size: 38rpx;
 
-   margin: 20rpx auto;
 
-   border-radius: 8rpx;
 
- }
 
 
  |