榆山数据端小程序
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.

232 lines
3.1 KiB

scroll-view {
height: 100%;
margin: 0;
padding: 0;
box-sizing: border-box;
}
.box {
box-sizing: border-box;
height: auto;
width: 100%;
}
.search {
width: 100%;
height: 120rpx;
border: 1rpx solid rgba(255, 255, 255, 0);
box-sizing: border-box;
background: #fff;
}
.background {
width: 750rpx;
/* height: 300rpx; */
height: auto;
background: #fff;
box-sizing: border-box;
padding: 15rpx 20rpx;
}
.background .background-info {
width: 710rpx;
height: 100%;
}
.background .background-call {
/* margin-left: 210rpx; */
}
.border-top {
font-size: 34rpx;
color: #333333;
}
.category {
display: flex;
width: 100%;
box-sizing: border-box;
margin-top: 20rpx;
}
.clearfix::after {
content: "";
display: block;
clear: both;
}
.sup {
width: 200rpx;
flex-shrink: 0;
background-color: #F5F6F8;
box-sizing: border-box;
}
.sup .item {
height: 136rpx;
text-align: center;
font-size: 32rpx;
color: #999999;
box-sizing: border-box;
display: flex;
flex-direction: column;
}
.itembg {
background: #fff;
}
.item-text {
display: inline-block;
width: 134rpx;
/* height: 85rpx; */
height: auto;
margin: auto;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.line {
width: 50rpx;
height: 8rpx;
background: #29B9A5;
border-radius: 4rpx;
margin-left: 74rpx;
}
.active {
color: #29B9A5;
font-size: 34rpx;
font-weight: Bold;
}
/* 左侧样式结束 */
/* 右侧样式开始 */
.sub {
flex: 1;
width: 550rpx;
padding: 15rpx 20rpx 0 20rpx;
background: #fff;
box-sizing: border-box;
/* border: 1rpx solid red; */
}
.info {
width: 510rpx;
height: 214rpx;
background: #F5F6F8;
border-radius: 10rpx;
box-sizing: border-box;
padding: 30rpx 19rpx 20rpx 10rpx;
font-size: 28rpx;
color: #666;
}
.border {
border-bottom: 1rpx solid #E7EEEE;
padding-bottom: 18rpx;
}
.user {
display: flex;
margin-top: 28rpx;
}
.userImg {
width: 94rpx;
height: 94rpx;
flex-shrink: 0;
/* border-radius: 50%; */
}
.phone {
width: 380rpx;
height: 94rpx;
margin-left: 15rpx;
margin-top: 10rpx;
}
.width {
width: 500rpx;
}
.name {
font-size: 28rpx;
font-weight: Bold;
color: #333333;
}
.des {
color: #ADAEB3;
font-size: 26rpx;
margin-top: 15rpx;
}
.call {
width: 90rpx;
height: 46rpx;
/* margin-left: 15rpx; */
margin-top: 28rpx;
}
.community {
height: 90rpx;
line-height: 90rpx;
width: 100%;
box-sizing: border-box;
border-bottom: 1rpx solid #E7EEEE;
color: #333333;
font-size: 34rpx;
font-weight: Medium;
}
.left {
float: left;
}
.right {
float: right;
}
.info+.community {
margin-top: 28rpx;
}
.bac-info {
background: #fff;
border-bottom: 1rpx solid #E7EEEE;
}
.border-none {
border: none;
padding-left: 20rpx;
padding-bottom: 0;
}
.height {
height: 156rpx;
}
.no-top {
margin-top: 0;
}
.no-call {
/* margin-top: 8rpx; */
margin-top: 15rpx;
}
.noPeople {
width: 450rpx;
height: 239rpx;
margin-left: 30rpx;
}
.noPeopletext{
font-size: 28rpx;
color:#bcbcbc;
display: block;
text-align: center;
}