You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

167 lines
2.9 KiB
Plaintext

9 months ago
.zan-col {
font-size: 12px;
/* height: 80px; */
}
.zan-row .location {
display: flex;
align-items: center;
text-align: center;
justify-content: center;
padding: 10px;
}
.border {
border-top: 1px solid #e6e6fa;
background: white;
margin: 20rpx;
box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
border-radius: 15rpx;
/* min-height: 290rpx; */
}
.flex{
display: flex;
justify-content: center;
align-content: center;
align-items: center;
flex-direction: column;
}
.icon_location {
height: 34rpx;
width: 26rpx;
}
.distance {
color: #999;
font-size: 11px;
line-height: 1.2;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.zan-pannel2 {
border-top: 1rpx solid #e5e5e5;
border-bottom: 1rpx solid #e5e5e5;
margin-top: 10px;
overflow: hidden;
}
.weui-search-bar__label {
border-radius: 31rpx;
box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
text-align: left;
}
.weui-search-bar__form {
border-radius: 31rpx;
box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
}
.weui-icon-search {
margin-left: 30rpx;
}
.weui-search-bar {
border-bottom: 0rpx;
background: #fff;
}
.zan-panel {
border-bottom: 0rpx;
}
.title_fixed {
width: 100%;
height: 200rpx;
background: #fff;
position: fixed;
margin-top: -230rpx;
}
.zan-cell__bd {
width: 240rpx;
height: 25rpx;
font-size: 28rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: rgba(51, 51, 51, 1);
}
.margin {
margin-top: 230rpx;
}
.distance {
float: right;
padding-top: 40rpx;
}
.icon {
width: 26rpx;
height: 26rpx;
}
.bottom {
display: flex;
flex-direction: row;
justify-content: space-between;
width: 130%;
text-align: center;
/* line-height: 70rpx; */
border-top: 1px solid rgba(224, 224, 224, 1);
/* margin-top: 10rpx; */
height: 60rpx;
margin-top: 15rpx;
padding-top: auto auto;
}
.fontStyle {
padding-top: 10rpx;
max-width: 160%;
overflow: scroll;
/* white-space: nowrap; */
max-height: 70rpx;
min-height: 40rpx;
}
.phone {
width: 110rpx;
height: 56rpx;
border: 1px solid rgba(153, 153, 153, 1);
border-radius: 4rpx;
font-size: 26rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: rgba(102, 102, 102, 1);
line-height: 56rpx;
margin-left: 150rpx;
margin-top: 10rpx;
}
.dh {
width: 110rpx;
height: 56rpx;
background: rgba(254, 182, 9, 1);
border-radius: 4rpx;
font-size: 26rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: rgba(255, 255, 255, 1);
line-height: 56rpx;
margin-top: 10rpx;
}
.num {
font-size: 30rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: rgba(102, 102, 102, 1);
height: 56rpx;
min-width: 250rpx;
text-align: left;
padding-top: 14rpx;
}