123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163 |
- /* parents//pages/borrow_car/borrow_car.wxss */
- @import '../../../templates/nodata/nodata.wxss';
- @import '../../../templates/loading/loading.wxss';
- page{
- background: #fff;
- }
- .li{
- padding: 10rpx 40rpx;
- }
- .list-items-del{
- width:144rpx;
- height:58rpx;
- background:rgba(255,100,100,1);
- border-radius:29rpx;
- text-align: center;
- line-height: 58rpx;
- color: #fff;
- font-size: 26rpx;
- margin-top: 30rpx;
- }
- .list-items-del-img{
- width: 30rpx;
- height: 37rpx;
- margin: auto 10rpx;
- }
- .list-items-del-text{
- display: inline-block;
- }
- .list-down{
- position: fixed;
- bottom: 0;
- right: 0;
- width: 100%;
- }
- .list-down-tips{
- color: #A1A1B3;
- font-size: 28rpx;
- text-align: center;
- margin-bottom: 20rpx;
- }
- .list-down-tips-img{
- width: 30rpx;
- height: 30rpx;
- margin-right: 16rpx;
- }
- .list-down-footer{
- height:148rpx;
- background:rgba(0,183,255,0.8);
- line-height: 148rpx;
- color: #41414C;
- font-size: 36rpx;
- display: flex;
- justify-content: space-between;
- padding: 0 40rpx;
- }
- .list-down-footer-all{
- margin-top: 34rpx;
- height: 40rpx;
- line-height: 34rpx;
- }
- .list-down-footer-num{
- color: #00B7FF;
- font-size: 26rpx;
- line-height: 34rpx;
- }
- .list-down-footer-sao{
- width:197rpx;
- height:88rpx;
- background:rgba(255,255,255,1);
- border-radius:44rpx;
- line-height: 88rpx;
- text-align: center;
- display: inline-block;
- font-size: 30rpx;
- margin-right: 20rpx;
- }
- .list-down-footer-sure{
- width:197rpx;
- height:88rpx;
- background:#FFD76C;
- border-radius:44rpx;
- line-height: 88rpx;
- text-align: center;
- display: inline-block;
- font-size: 30rpx;
- }
- .model-list{
- color: #A1A1B3;
- font-size: 28rpx;
- text-align: left;
- padding: 0 34rpx 34rpx 34rpx;
- }
- .model-list-title{
- color: #41414C;
- font-size: 32rpx;
- padding: 37rpx 0;
- text-align: center;
- }
- .model-list-del{
- position: absolute;
- bottom: -120rpx;
- left: 45%;
- }
- .model-list-img{
- width: 60rpx;
- height: 60rpx;
- }
- .model-list-footer{
- display:flex;
- justify-content: space-around;
- font-size: 32rpx;
- padding: 40rpx 0;
- }
- .model-list-footer-cancel{
- width:224rpx;
- height:68rpx;
- background:rgba(255,255,255,1);
- border:2rpx solid rgba(0,183,255,1);
- border-radius:44rpx;
- line-height: 68rpx;
- text-align: center;
- color: #00B7FF;
- }
- .model-list-footer-sure{
- width:224rpx;
- height:68rpx;
- background:linear-gradient(90deg,rgba(81,206,255,1) 0%,rgba(0,183,255,1) 100%);
- border:2rpx solid transparent;
- border-radius:44rpx;
- line-height: 68rpx;
- text-align: center;
- color: #FFFFFF;
- }
- .list-sure{
- margin: 110rpx auto;
- text-align: center
- }
- .list-sure-yes{
- width:160rpx;
- height:160rpx;
- background:rgba(255,255,255,1);
- box-shadow:0px 2rpx 29rpx 2rpx rgba(0, 0, 0, 0.1);
- border-radius:50%;
- margin: 20rpx auto;
- line-height: 160rpx;
- }
- .list-sure-yes-img{
- width: 98rpx;
- height: 82rpx;
- }
- .model-show{
- z-index: 1001;
- position: fixed;
- top: 30%;
- margin: 0 12.5%;
- width: 75%;
- background: #fff;
- border-radius:30rpx;
- text-align: center;
- }
- .list-detail{
- margin-bottom: 50rpx;
- }
|