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.
 
 
 
 

135 lines
2.4 KiB

.SearchData{
width: 100%;
height: 100vh;
background-color: #FFFFFF;
.headSearch{
display: flex;
padding-top: 30rpx;
.Search{
width: 600rpx;
margin-left: 40rpx;
background-color: #F4F4F7;
border-radius: 30rpx;
padding-left: 30rpx;
box-sizing: border-box;
margin-right: 10rpx;
vertical-align: middle ;
image{
width: 30rpx;
height: 30rpx;
vertical-align: middle ;
}
input{
background-color: #F4F4F7;
width: 400rpx;
height: 70rpx;
display: inline-block;
vertical-align: middle ;
margin-left: 10rpx;
}
}
.sousuo{
// vertical-align: middle;
margin-top: 10rpx;
// line-height: 38rpx;
}
}
.province {
margin-top: 40rpx;
.policy {
width: 670rpx;
height: 370rpx;
background-color: #FFFFFF;
margin: 0rpx auto;
border-radius: 20rpx;
box-shadow: 5rpx 5rpx 5rpx 1rpx #5D5C5C;
position: relative;
margin-bottom: 40rpx;
.policyHeader {
width: 100%;
height: 44rpx;
position: relative;
margin-bottom: 30rpx;
.imgOne {
position: absolute;
right: 0rpx;
top: 15rpx;
width: 120rpx;
height: 44rpx;
}
.policyProvince {
position: absolute;
color: #576AF3;
right: 10rpx;
top: 15rpx;
}
}
.Maintext {
width: 620rpx;
padding-left: 27rpx;
color: #484747;
// height: 159rpx;
max-height: 159rpx;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;
image {
width: 40rpx;
height: 40rpx;
vertical-align: middle;
display: inline-block;
}
}
.Link {
// position: absolute;
// height: 110rpx;
margin-bottom: 10rpx;
// bottom: 20rpx;
// margin-left: 30rpx;
position: relative;
image {
position: absolute;
width: 94rpx;
height: 94rpx;
vertical-align: middle;
// margin-top: 15rpx;
top: -16rpx;
}
.Source {
color: #576AF3;
text-indent: 60rpx;
width: 620rpx;
// height: 100rpx;
max-height: 145rpx;
margin-left: 30rpx;
line-height: 50rpx;
// vertical-align: middle;
// overflow: hidden;
// text-overflow: ellipsis;
// white-space: nowrap;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
}
}
}
}