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.
161 lines
2.5 KiB
161 lines
2.5 KiB
.container{
|
|
background: rgb(230,230,230);
|
|
display: flex;
|
|
flex-direction: column;
|
|
overflow: hidden;
|
|
}
|
|
.searchBox{
|
|
padding: 0 24rpx;
|
|
height: 80rpx;
|
|
background: #FFFFFF;
|
|
align-items: center;
|
|
}
|
|
.searchInput{
|
|
height: 100%;
|
|
padding-left: 20rpx;
|
|
font-size: 24rpx;
|
|
}
|
|
.searchIcon{
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
}
|
|
|
|
.recode-total {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.recodeText{
|
|
width: 100rpx;
|
|
padding: 0px;
|
|
height: 100%;
|
|
font-size: 24rpx;
|
|
line-height: 80rpx;
|
|
text-align: center;
|
|
color: #FFFFFF;
|
|
background: linear-gradient(to right, rgb(14, 165, 217),rgb(1,174,190))
|
|
}
|
|
|
|
.recodeNum{
|
|
width: 100rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.tab-list {
|
|
height: 80rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
border-top: solid 1rpx #008fd7;
|
|
border-bottom: solid 1rpx #008fd7;
|
|
}
|
|
.tab-item {
|
|
flex: 1;
|
|
line-height: 80rpx;
|
|
font-size: 24rpx;
|
|
text-align: center;
|
|
border-right: solid 1rpx #008fd7;
|
|
}
|
|
.tab-item.active {
|
|
background-color: #008fd7;
|
|
color: #fff;
|
|
}
|
|
|
|
|
|
.list {
|
|
flex: 1;
|
|
background: rgb(230,230,230);
|
|
padding-bottom:120rpx;
|
|
overflow-y: auto;
|
|
}
|
|
.item{
|
|
padding: 32rpx;
|
|
margin-bottom: 20rpx;
|
|
flex: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
background-color: white;
|
|
}
|
|
.item-type {
|
|
width: 130rpx;
|
|
height: 130rpx;
|
|
border-radius: 50%;
|
|
background-color: #008fd7;
|
|
text-align: center;
|
|
line-height: 130rpx;
|
|
font-size: 32rpx;
|
|
color: #ffffff;
|
|
font-weight: 600;
|
|
}
|
|
.item-info {
|
|
margin-left: 40rpx;
|
|
flex: 1;
|
|
font-size: 24rpx;
|
|
color: #777777;
|
|
}
|
|
.flex-item{
|
|
display: flex;
|
|
}
|
|
.item-info text {
|
|
color: #46aba1;
|
|
}
|
|
.mt-7 {
|
|
margin-top: 14rpx;
|
|
}
|
|
.first-info {
|
|
justify-content: space-between;
|
|
padding-right: 32rpx;
|
|
}
|
|
.table-count strong {
|
|
color: #46aba1;
|
|
}
|
|
.menuUl img {
|
|
width: 60rpx;
|
|
}
|
|
.active {background-color:#ccc;}
|
|
.btn-groups {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
}
|
|
.btn-group {
|
|
background: white;
|
|
position: fixed;
|
|
bottom: 0;
|
|
width: 100%;
|
|
left: 0;
|
|
box-sizing: border-box;
|
|
padding: 40rpx 20rpx;
|
|
text-align: center;
|
|
display: flex;
|
|
}
|
|
.count {
|
|
line-height: 80rpx;
|
|
}
|
|
.btn{
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
color: #fff;
|
|
display: block;
|
|
margin: 0 10rpx;
|
|
flex: 1;
|
|
border-radius: 40rpx;
|
|
background: #008fd7;
|
|
font-size: 28rpx;
|
|
}
|
|
.search-btn {
|
|
padding: 0 24rpx;
|
|
height: 64rpx;
|
|
line-height: 64rpx;
|
|
color: #fff;
|
|
display: block;
|
|
border-radius: 8rpx;
|
|
background: #008fd7;
|
|
font-size: 28rpx;
|
|
}
|
|
.red {
|
|
color: #f00;
|
|
}
|
|
.look-btn {
|
|
margin: 8rpx 0;
|
|
background: #008fd7 !important;
|
|
}
|