171 lines
3.0 KiB
Plaintext
171 lines
3.0 KiB
Plaintext
/**
|
|
* Web二雪
|
|
* 趁时光不老 努力活成自己想要成为的样子
|
|
*/
|
|
/* title */
|
|
image{
|
|
height: auto;
|
|
}
|
|
.enterprise_title{
|
|
padding: 0 30rpx;
|
|
height: 80rpx;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
font-size: 30rpx;
|
|
color: #333;
|
|
font-weight: 600;
|
|
}
|
|
.enterprise_title .left , .enterprise_title .right{
|
|
line-height: 80rpx;
|
|
height: 80rpx;
|
|
}
|
|
.enterprise_title .left image{
|
|
width: 28rpx;
|
|
height: auto;
|
|
margin-right: 20rpx;
|
|
}
|
|
.enterprise_title .right{
|
|
color: #666;
|
|
font-weight: normal;
|
|
font-size: 28rpx;
|
|
|
|
}
|
|
.enterprise_title .right image{
|
|
width: 12rpx;
|
|
height: auto;
|
|
margin-left: 10rpx;
|
|
background: #fff;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
/* 管理层 */
|
|
.scroll-view_H{
|
|
white-space: nowrap;
|
|
padding: 0 0 0 10px;
|
|
box-sizing: border-box;
|
|
margin-top: 20rpx;
|
|
}
|
|
.scroll-view-item{
|
|
height: 200rpx;
|
|
}
|
|
.scroll-view-item_H{
|
|
margin-right: 10rpx;
|
|
padding: 10rpx 00rpx;
|
|
width: 20%;
|
|
height: 200rpx;
|
|
display: inline-block;
|
|
}
|
|
.enterprise_list{
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.enterprise_header{
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
border-radius: 50%;
|
|
box-shadow: 0 0 10rpx rgba(0, 0, 0, 0.5);
|
|
border: solid 2rpx #f7f7f7;
|
|
}
|
|
|
|
.enterprise_nickname{
|
|
width: 100%;
|
|
font-size: 29rpx;
|
|
color: #333;
|
|
font-weight: 600;
|
|
margin-top: 10rpx;
|
|
white-space: nowrap;
|
|
overflow:hidden;
|
|
text-overflow: ellipsis;
|
|
text-align: center;
|
|
}
|
|
|
|
.enterprise_job{
|
|
width: 100%;
|
|
font-size: 23rpx;
|
|
color: #666;
|
|
font-weight: normal;
|
|
text-align: center;
|
|
margin-top: 2rpx;
|
|
white-space: nowrap;
|
|
overflow:hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
/* 企业文化 */
|
|
.enterprise_content{
|
|
font-size:29rpx ;
|
|
color: #333;
|
|
margin: 0 30rpx;
|
|
border-radius: 12rpx;
|
|
background-color: #fff;
|
|
box-shadow: 0 0 14rpx rgba(0, 0, 0, 0.3);
|
|
margin-top: 20rpx;
|
|
padding:30rpx 30rpx 20rpx 30rpx;
|
|
|
|
}
|
|
.enterprise_content .content{
|
|
position: relative;
|
|
text-overflow: -o-ellipsis-lastline;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 4;
|
|
line-clamp: 4;
|
|
-webkit-box-orient: vertical;
|
|
}
|
|
.enterprise_content .zhankai{
|
|
width: 100%;
|
|
text-align: center;
|
|
color: #999;
|
|
padding: 20rpx 20rpx 0 20rpx ;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
}
|
|
.enterprise_content .zhankai image{
|
|
width: 20rpx;
|
|
margin-left: 10rpx;
|
|
}
|
|
|
|
.mt30{
|
|
margin-top: 30rpx;
|
|
}
|
|
|
|
.mt50{
|
|
margin-top: 50rpx;
|
|
}
|
|
|
|
.txt_center{
|
|
text-align: center;
|
|
font-size: 29rpx;
|
|
color: #333333;
|
|
}
|
|
|
|
/* 播放 */
|
|
.content .play{
|
|
background-color: rgba(0, 0, 0, 0.3);
|
|
width: 100%;
|
|
height: calc(100% - 10rpx);
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
}
|
|
.content .play image{
|
|
width: 102rpx;
|
|
height: 102rpx;
|
|
} |