132 lines
1.9 KiB
Plaintext
132 lines
1.9 KiB
Plaintext
|
|
/**
|
|
* Web唐明明
|
|
* 匆匆数载恍如梦,岁月迢迢华发增。
|
|
* 碌碌无为枉半生,一朝惊醒万事空。
|
|
*/
|
|
|
|
.search-header{
|
|
box-sizing: border-box;
|
|
padding: 20rpx 30rpx 0;
|
|
}
|
|
|
|
.search-header-nav{
|
|
background: white;
|
|
text-align: center;
|
|
line-height: 70rpx;
|
|
border-radius: 8rpx;
|
|
font-size: 30rpx;
|
|
color: #afafaf;
|
|
}
|
|
|
|
.search-header-icon{
|
|
width: 28rpx;
|
|
vertical-align: middle;
|
|
margin-right: 10rpx;
|
|
margin-bottom: 6rpx;
|
|
}
|
|
|
|
.block{
|
|
margin: 0 30rpx;
|
|
background: white;
|
|
border-radius: 10rpx;
|
|
}
|
|
|
|
/* 浏览记录 */
|
|
|
|
.record{
|
|
margin-top: 30rpx;
|
|
}
|
|
|
|
.record-title{
|
|
font-size: 30rpx;
|
|
color: #afafaf;
|
|
padding: 20rpx 30rpx;
|
|
}
|
|
|
|
.record-scroll{
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.record-item{
|
|
display: inline-block;
|
|
text-align: center;
|
|
width: 148rpx;
|
|
margin: 0 10rpx;
|
|
padding-bottom: 20rpx;
|
|
}
|
|
|
|
.record-item:first-child{
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
.record-item:last-child{
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.record-item-logo{
|
|
width: 88rpx;
|
|
height: 88rpx;
|
|
border-radius: 50%;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.record-item-name{
|
|
font-size: 26rpx;
|
|
padding-top: 15rpx;
|
|
line-height: 40rpx;
|
|
}
|
|
|
|
.record-null{
|
|
padding: 80rpx 0;
|
|
}
|
|
|
|
/* 企业列表 */
|
|
.lists-title{
|
|
padding: 30rpx 30rpx 20rpx 30rpx;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.lists{
|
|
padding: 10rpx 0;
|
|
}
|
|
|
|
.lists-item{
|
|
position: relative;
|
|
padding: 20rpx 80rpx 20rpx 138rpx;
|
|
border-bottom: solid 1rpx #eee;
|
|
min-height: 88rpx;
|
|
}
|
|
|
|
.lists-item:last-child{
|
|
border-bottom: none;
|
|
}
|
|
|
|
.lists-item-logo{
|
|
position: absolute;
|
|
left: 30rpx;
|
|
top: 20rpx;
|
|
width: 88rpx;
|
|
height: 88rpx;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.lists-item-icon{
|
|
position: absolute;
|
|
width: 32rpx;
|
|
right: 30rpx;
|
|
top: calc(50% - 16rpx);
|
|
}
|
|
|
|
.lists-item-name{
|
|
line-height: 88rpx;
|
|
font-size: 32rpx;
|
|
}
|
|
|
|
/* 企业列表空 */
|
|
.list-null{
|
|
background: white;
|
|
padding-bottom: 100rpx;
|
|
padding: 200rpx 0;
|
|
}
|