Commit bd1691b9 by LJM

css

parent ff86f7f2
Showing with 90 additions and 0 deletions
.page-news {
padding-top: 160rpx;
background: linear-gradient(200deg, #d6e8ff 0%, #f5f5f7 277px);
.icon-search {
font-size: 44rpx;
color: #484b59;
}
.tab {
position: fixed;
top: 88rpx;
left: 0;
right: 0;
width: 100%;
padding: 16rpx 0 16rpx 24rpx;
border-bottom: 1px solid #f0f0f2;
z-index: 99;
background-color: #ffffff;
.box {
padding: 16rpx 0;
position: relative;
font-size: 28rpx;
color: #484b59;
margin-right: 35rpx;
&.curr::after {
position: absolute;
bottom: -4rpx;
left: 0;
right: 0;
margin: 0 auto;
width: 53rpx;
height: 7rpx;
background: #1969f9;
border-radius: 4rpx;
content: '';
}
}
}
.list {
padding: 18rpx 24rpx 0 24rpx;
background-color: #ffffff;
.box {
background-color: #ffffff;
padding-bottom: 24rpx;
margin-bottom: 24rpx;
border-bottom: 1px solid #f0f0f2;
image {
width: 100%;
height: 302rpx;
border-radius: 10rpx;
}
.uni-text {
.desc {
padding: 16rpx 0 20rpx 0;
font-size: 28rpx;
color: #484b59;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.label {
.label-box {
padding: 0 16rpx;
height: 34rpx;
background: #ffffff;
border-radius: 17rpx;
border: 1px solid #23a8f6;
font-size: 22rpx;
color: #23a8f6;
margin-right: 14rpx;
}
}
.time {
font-size: 22rpx;
color: #919399;
}
}
&:last-child {
border-bottom: 0;
}
}
}
}
.page-news-detail {
padding-top: 88rpx;
.icon-juxing5 {
font-size: 44rpx;
color: #1969f9;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment