228 lines
3.1 KiB
Plaintext
228 lines
3.1 KiB
Plaintext
.appointment-bottom {
|
|
position: fixed;
|
|
bottom: 0;
|
|
display: flex;
|
|
background-color: #fff;
|
|
text-align: center;
|
|
width: 100%;
|
|
padding: 0.3rem 0;
|
|
}
|
|
|
|
.appointment-bottom .item {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
color: #ccc;
|
|
}
|
|
|
|
.appointment-bottom .item image {
|
|
width: 1.5rem;
|
|
height: 1.5rem;
|
|
}
|
|
|
|
.appointment-bottom .active {
|
|
color: #f49f19;
|
|
}
|
|
|
|
.bottom {
|
|
display: flex;
|
|
}
|
|
|
|
.bottom view {
|
|
flex: 1;
|
|
}
|
|
|
|
.bottom .hit {
|
|
border-radius: 2.5px;
|
|
border: solid 0.5px #f49f19;
|
|
color: #f49f19;
|
|
display: inline-block;
|
|
padding: 0 0.2rem;
|
|
}
|
|
|
|
.bottom .comment {
|
|
color: #ccc;
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
/* text-align: right */
|
|
}
|
|
|
|
.bottom .comment .iconfont {
|
|
display: flex;
|
|
}
|
|
|
|
.search_box {
|
|
position: fixed;
|
|
width: 100%;
|
|
}
|
|
|
|
.search_box .search {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 0 28rpx;
|
|
z-index: 99;
|
|
margin: auto;
|
|
background: #fff;
|
|
text-align: center;
|
|
height: 88rpx;
|
|
line-height: 88rpx;
|
|
}
|
|
|
|
.search_box .search image {
|
|
width: 10%;
|
|
float: left;
|
|
max-height: 80rpx;
|
|
}
|
|
|
|
.search_box .search .left {
|
|
font-size: 18px;
|
|
display: flex;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.search_box .search .left i {
|
|
color: #999;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.search_box .search .left text {
|
|
display: block;
|
|
margin: 0 8rpx;
|
|
max-width: 184rpx;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
color: #000;
|
|
}
|
|
|
|
.search_box .search .left i:last-child {
|
|
font-size: 36rpx;
|
|
}
|
|
|
|
.search_box .search .right {
|
|
width: 460rpx;
|
|
height: 60rpx;
|
|
background: #f5f5f5;
|
|
display: flex;
|
|
line-height: 60rpx;
|
|
border-radius: 32rpx;
|
|
padding: 0 20rpx;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.search_box .search .right i {
|
|
font-size: 36rpx;
|
|
color: #999;
|
|
margin-right: 12rpx;
|
|
}
|
|
|
|
.search_box .search .right input {
|
|
border: none;
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.box {
|
|
display: flex;
|
|
background: #fff;
|
|
line-height: 48rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.box-left {
|
|
flex: 1;
|
|
text-align: center;
|
|
|
|
/* color: #ffa300; */
|
|
}
|
|
|
|
.activeColour {
|
|
color: #ffa300;
|
|
}
|
|
|
|
.box-right {
|
|
flex: 1;
|
|
display: flex;
|
|
margin: 0 auto;
|
|
width: 112rpx;
|
|
color: #ccc;
|
|
}
|
|
|
|
.icon-box {
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin-top: -6.4rpx;
|
|
}
|
|
|
|
.icon-member-top {
|
|
height: 16rpx;
|
|
}
|
|
|
|
.popup-box {
|
|
position: relative;
|
|
background: #fff;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
padding: 32rpx;
|
|
}
|
|
|
|
.popup-box .p {
|
|
padding: 3.2rpx 16rpx;
|
|
display: inline-block;
|
|
background-color: #fff2e6;
|
|
color: #f4a82e;
|
|
border-radius: 35.008rpx;
|
|
}
|
|
|
|
.close-icon {
|
|
position: absolute;
|
|
right: 20rpx;
|
|
top: 0;
|
|
}
|
|
|
|
.list {
|
|
background: #fff;
|
|
}
|
|
|
|
.list-item {
|
|
display: flex;
|
|
padding: 16rpx;
|
|
}
|
|
|
|
.item-left {
|
|
flex: 0 0 160rpx;
|
|
height: 160rpx;
|
|
margin-right: 6.4rpx;
|
|
}
|
|
|
|
.item-left image {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 12rpx;
|
|
}
|
|
|
|
.item-right {
|
|
padding: 9.6rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
text-align: left;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.item-right .title {
|
|
font-weight: bold;
|
|
font-size: 16px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 2;
|
|
}
|
|
|
|
.item-right .talk {
|
|
color: #ccc;
|
|
}
|