/* pages/efficient/index.wxss */ .work_off{ /* padding:0 20rpx ; */ } .allselect{ display: flex; align-items: center; padding: 16rpx; height:80rpx; background:#F4F4F5; justify-content: space-between; /* flex-direction:row-reverse */ } .allselect text:nth-child(2){ color: #5575FF; font-size:16px; } .allselect text:nth-child(1){ color: #191B26; font-size: 14px; } .van-checkbox__label { width: 90%; } .checkitems{ margin:24rpx 0 0 32rpx; } .spacedetail { padding: 25rpx 32rpx 0; } .space_title{ text-align: center; margin-bottom: 20rpx; } .space_smalltitle{ font-size: 12px; } .checkfooter{ height: 240rpx; } .detailtxt{ display: flex; justify-content: center; /* align-items: center; */ /* text-align: center; */ font-size:14px; color: #80838F; } .detailtxtclick{ color: #5575FF; } .custom_button{ box-sizing: content-box; padding: 24rpx 32rpx; height: 40rpx; display: flex; margin-top: 32rpx; justify-content: center; text-align: center; align-items: center; background-color: #5575FF; color: #ffffff; font-size: 16px; border-radius:40rpx; } .lifan { z-index: 999; width: 100%; background-color: #ffffff; position: fixed; bottom: 0; left: 0; height: 300rpx; height:240rpx; border-top:1px solid #ededee } .lottie{ width: 50rpx; height: 50rpx; } .seconddetail{ color:#333333; } .secondtxt{ display: flex; justify-content: center; align-items: center; font-size: 14px; margin-bottom: 20rpx; } .secondtxt_title{ font-size: 20px; margin-bottom: 18rpx; } .del_box{ display: none; }