2025-06-06 15:07:26 +08:00

239 lines
4.3 KiB
Plaintext

.upkeep{
}
.upkeep_select {
display: flex;
align-items: center;
justify-content: space-between;
font-weight: 400;
font-size: 26rpx;
color: #222222;
background-color: #F9F9F9;
padding: 30rpx 20rpx;
}
.upkeep_select .ipt {
display: flex;
align-items: center;
justify-content: space-between;
background-color: #fff;
width: 623rpx;
height: 54rpx;
background: #FFFFFF;
border-radius: 100rpx 100rpx 100rpx 100rpx;
padding-left: 26rpx;
padding-right: 26rpx;
}
.ipt image {
width: 30rpx;
height: 30rpx;
}
.orderList {
background-color: #f9f9f9;
}
.orderItem {
margin-bottom: 20rpx;
padding: 30rpx 20rpx;
background-color: #fff;
}
.orderItem_tit {
font-weight: bold;
font-size: 32rpx;
color: #222222;
margin-bottom: 30rpx;
}
.orderItem_Item {
display: flex;
align-items: center;
margin-bottom: 20rpx;
}
.orderItem_Item_tit {
font-weight: 400;
font-size: 26rpx;
color: #999999;
min-width: 110rpx;
margin-right: 30rpx;
}
.orderItem_Item_con {
font-weight: 400;
font-size: 26rpx;
color: #222222;
}
.orderItem_Item_con2 {
font-weight: bold;
font-size: 26rpx;
color: #999999
}
.contral {
display: flex;
align-items: center;
justify-content: flex-end;
}
.state {
font-weight: 400;
font-size: 26rpx;
color: #FFFFFF;
width: 150rpx;
height: 50rpx;
background: #2583FF;
border-radius: 100rpx 100rpx 100rpx 100rpx;
display: flex;
align-items: center;
justify-content: center;
}
.state2 {
background: #999999;
margin-right: 40rpx;
}
.state3 {
background: #D5AC66;
}
.addBtn {
font-weight: 400;
font-size: 30rpx;
color: #FFFFFF;
width: 100rpx;
height: 100rpx;
background: #2583FF;
position: fixed;
right: 55rpx;
bottom: 200rpx;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.addBtn::after {
content: '';
/* background: rgba(77, 154, 255,.5); */
background: rgba(77, 154, 255,.5);
filter: blur(10.899999618530273rpx);
width: 90rpx;
height: 90rpx;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
border-radius: 50%;
overflow: hidden;
z-index: -1;
}
.pop_Tit {
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
font-size: 28rpx;
color: #000000;
padding: 30rpx 0;
margin: 0 50rpx;
border-bottom: 1rpx solid #E6E6E6;
position: relative;
box-sizing: border-box;
}
.pop_Tit .sure {
right: 0;
top: 50%;
transform: translateY(-50%);
font-weight: 400;
font-size: 28rpx;
color: #2583FF;
position: absolute;
}
.master {
padding-bottom: 40rpx;
}
.popItemMaster {
padding: 30rpx 0;
margin: 0 50rpx;
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1rpx solid #E6E6E6;
}
.popItemMaster:last-child {
border-bottom: none;
}
.cir2 {
border: 1rpx solid #555555;
width: 30rpx;
height: 30rpx;
box-sizing: border-box;
border-radius: 50%;
}
.cir1 {
width: 30rpx;
height: 30rpx;
background: #2583FF;
box-sizing: border-box;
border-radius: 50%;
}
.popItem_left {
display: flex;
}
.MasterMsg1 {
display: flex;
align-items: center;
font-weight: 400;
font-size: 26rpx;
color: #222222;
margin-bottom: 20rpx;
}
.MasterMsg{
padding-top: 10rpx;
}
.MasterMsg1 view {
font-weight: 400;
font-size: 26rpx;
color: #999999;
min-width: 137rpx;
margin-right: 42rpx;
}
.MasterAva {
width: 100rpx;
height: 100rpx;
background: #F9F9F9;
border-radius: 20rpx 20rpx 20rpx 20rpx;
border: 1rpx solid #999999;
margin-right: 30rpx;
}
.MasterAva .van-uploader{
width: 100% !important;
height: 100% !important;
}
.MasterAva .van-uploader__upload{
width: 100% !important;
height: 100% !important;
margin: 0 !important;
background-color: transparent !important;
}
.MasterAva .van-uploader__wrapper{
width: 100% !important;
height: 100% !important;
}