dengjie commit : 我的页面及其绑定公司,浏览记录,我的收藏页面 的样式初步完成
This commit is contained in:
48
static/styles/news.scss
Normal file
48
static/styles/news.scss
Normal file
@@ -0,0 +1,48 @@
|
||||
.xw_content {
|
||||
background: #FFFFFF;
|
||||
border: 1rpx solid #EEEEEE;
|
||||
display: flex;
|
||||
padding: 29rpx 19rpx;
|
||||
|
||||
.xw_right {
|
||||
padding-left: 19rpx;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
.xw_title {
|
||||
font-size: 30rpx;
|
||||
font-family: PingFangSC-Medium, PingFang SC;
|
||||
font-weight: bold;
|
||||
color: #3E3E3E;
|
||||
line-height: 42rpx;
|
||||
-webkit-line-clamp: 2;
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.xw_time {
|
||||
font-size: 24rpx;
|
||||
font-family: PingFangSC-Regular, PingFang SC;
|
||||
font-weight: 400;
|
||||
color: #969696;
|
||||
line-height: 33rpx;
|
||||
|
||||
}
|
||||
|
||||
.xw_place {
|
||||
padding-left: 20rpx;
|
||||
}
|
||||
|
||||
.cj_tags {
|
||||
font-size: 24rpx;
|
||||
font-family: PingFangSC-Regular, PingFang SC;
|
||||
font-weight: 400;
|
||||
color: #969696;
|
||||
line-height: 33rpx;
|
||||
padding-right: 10rpx;
|
||||
margin-top: 35rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user