You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
88 lines
1.6 KiB
88 lines
1.6 KiB
.master_wrap{
|
|
width: 100%;
|
|
background-color: #eee;
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
padding-top: 10rpx;
|
|
padding-bottom: 20rpx;
|
|
.down_wrap{
|
|
width: 100%;
|
|
height: 50rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
image{
|
|
width: 48rpx;
|
|
height: 48rpx;
|
|
}
|
|
}
|
|
.kerboard_number{
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-evenly;
|
|
flex-flow: wrap;
|
|
.number_item{
|
|
width: 30%;
|
|
height: 86rpx;
|
|
margin-top: 16rpx;
|
|
background-color: white;
|
|
border-radius: 10rpx;
|
|
text-align: center;
|
|
line-height: 80rpx;
|
|
box-sizing: border-box;
|
|
display: block;
|
|
}
|
|
.number_item_active{
|
|
width: 30%;
|
|
height: 86rpx;
|
|
margin-top: 16rpx;
|
|
background-color: #888;
|
|
border-radius: 10rpx;
|
|
text-align: center;
|
|
line-height: 86rpx;
|
|
box-sizing: border-box;
|
|
display: block;
|
|
color: white;
|
|
}
|
|
.number_empty{
|
|
background-color: #eeeeee;
|
|
width: 30%;
|
|
height: 86rpx;
|
|
margin-top: 16rpx;
|
|
border-radius: 10rpx;
|
|
}
|
|
.number_empty_active{
|
|
background-color: #eeeeee;
|
|
}
|
|
.number_delete{
|
|
width: 30%;
|
|
height: 86rpx;
|
|
margin-top: 16rpx;
|
|
background-color: white;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
.delete_img{
|
|
width: 65rpx;
|
|
height: 64rpx;
|
|
}
|
|
}
|
|
.number_delete_active{
|
|
width: 30%;
|
|
height: 80rpx;
|
|
margin-top: 16rpx;
|
|
background-color: rgba(255, 99, 71, 0.1);;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
border-radius: 10rpx;
|
|
.delete_img{
|
|
color: white;
|
|
width: 65rpx;
|
|
height: 64rpx;
|
|
}
|
|
}
|
|
}
|
|
|
|
}
|