107 lines
1.8 KiB
Plaintext
107 lines
1.8 KiB
Plaintext
/* pages/achieve/detail.wxss */
|
|
page{
|
|
background: #fff;
|
|
}
|
|
.team-img{
|
|
margin-top: 45px;
|
|
text-align: center;
|
|
}
|
|
.team-img image{
|
|
width: 140px;
|
|
height: 136px;
|
|
}
|
|
.team-title{
|
|
font-size: 17px;
|
|
font-weight: bold;
|
|
margin-top: 20px;
|
|
}
|
|
.team-finish{
|
|
color: #484848;
|
|
font-size: 14px;
|
|
margin-top: 8px;
|
|
}
|
|
.shi-con{
|
|
margin-top: 35px;
|
|
padding: 0 25px;
|
|
font-size: 13px;
|
|
color: #333;
|
|
}
|
|
.shi-title{
|
|
font-size: 15px;
|
|
}
|
|
.shi-art{
|
|
margin-top: 10px;
|
|
}
|
|
.right-img image{
|
|
width: 82px;
|
|
height: 82px;
|
|
margin-left: 24px;
|
|
}
|
|
.news-list{
|
|
margin-top: 40px;
|
|
padding: 0 25px;
|
|
}
|
|
.news-item{
|
|
margin-top: 20rpx;
|
|
padding: 16rpx 16rpx;
|
|
background: #F8F8F8;
|
|
border-radius: 10rpx;
|
|
}
|
|
.news-title{
|
|
font-size: 13px;
|
|
color: #333;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp:1;
|
|
-webkit-box-orient: vertical;
|
|
}
|
|
.news-con{
|
|
margin-top: 7px;
|
|
font-size: 10px;
|
|
color: #666666;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp:2;
|
|
-webkit-box-orient: vertical;
|
|
}
|
|
.news-time{
|
|
margin-top: 16rpx;
|
|
font-size: 9px;
|
|
color: #A0A0A0;
|
|
}
|
|
.ac-con{
|
|
margin-top: 10px;
|
|
display: inline-block;
|
|
position: relative;
|
|
border: 1px solid #3D98FF;
|
|
font-size: 10px;
|
|
padding: 3px 10px;
|
|
border-radius: 20px;
|
|
color: #3D98FF;
|
|
}
|
|
.ac-con::before{
|
|
content: "";
|
|
position: absolute;
|
|
left: 50%;
|
|
top: -8px;
|
|
margin-left: -7px;
|
|
width:0;
|
|
height:0;
|
|
border-right:7px solid transparent;
|
|
border-left:7px solid transparent;
|
|
border-bottom:7px solid #3D98FF;
|
|
}
|
|
.btn-con{
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 20rpx;
|
|
width: 100%;
|
|
}
|
|
.btn-con button{
|
|
width: 100%;
|
|
background: linear-gradient(270deg, #92BBFF 0%, #3D98FF 100%);
|
|
color: #fff;
|
|
font-size: 28rpx;
|
|
} |