120 lines
1.9 KiB
Plaintext
120 lines
1.9 KiB
Plaintext
@import "../_";
|
|
.pad{
|
|
padding-top:var(--status-bar-height);
|
|
}
|
|
.top{
|
|
background: #ffffff;
|
|
z-index: 9999;
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 120rpx;
|
|
border-bottom: 1px solid #f5f5f5;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding-top:calc(var(--status-bar-height));
|
|
image{
|
|
width: 156rpx;
|
|
height: 80rpx;
|
|
}
|
|
.search{
|
|
width: 380rpx;
|
|
height: 80rpx;
|
|
background: #ffffff;
|
|
display: flex;
|
|
align-items: center;
|
|
border-radius: 6rpx;
|
|
background-color: #f5f5f5;
|
|
box-sizing: border-box;
|
|
}
|
|
i{
|
|
font-size: 40rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
span{
|
|
font-size: 30rpx;
|
|
color: #767676;
|
|
}
|
|
.sousuo{
|
|
width: 100rpx;
|
|
height: 80rpx;
|
|
background: #FE552F;
|
|
color: #fff;
|
|
text-align: center;
|
|
line-height: 80rpx;
|
|
border-radius: 6rpx;
|
|
}
|
|
.caipu{
|
|
height: 80rpx;
|
|
color: #fe552f;
|
|
background: #fcefec;
|
|
width: 80rpx;
|
|
text-align: center;
|
|
margin-right: 10rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
}
|
|
.content{
|
|
margin-top: 140rpx;
|
|
padding-left: 32rpx;
|
|
padding-right: 32rpx;
|
|
}
|
|
.title{
|
|
margin-top: 60rpx;
|
|
font-weight: 700;
|
|
font-size: 40rpx;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
.list{
|
|
padding: 24rpx;
|
|
box-shadow: 0px 0px 64rpx rgba(0 ,0 ,0 ,10%);
|
|
border-radius: 32rpx;
|
|
}
|
|
.list_1{
|
|
width: 100%;
|
|
display: flex;
|
|
margin-bottom: 20rpx;
|
|
image{
|
|
width: 112px;
|
|
height: 90px;
|
|
border-radius: 16px;
|
|
|
|
}
|
|
}
|
|
.text{
|
|
width: 60%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
box-sizing: border-box;
|
|
padding-left: 20px;
|
|
p{.ellipsis();
|
|
font-size: 17px;
|
|
font-weight: 400;
|
|
margin-bottom: 5px;
|
|
width: 100%;
|
|
}
|
|
.xx{
|
|
|
|
width: 12px;
|
|
height: 12px;
|
|
margin-bottom: 5px;
|
|
}
|
|
}
|
|
.neb{
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
|
|
image{
|
|
margin-right: 3px;
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
span{
|
|
margin-right: 5px;
|
|
}
|
|
} |