aerwen_u_site/assets/css/business/center/index.scss
2024-06-10 23:22:45 +08:00

103 lines
1.5 KiB
SCSS

.Center-main {
transition: .3s;
}
.center-top-pos-box {
margin-top: 80px;
}
.center-top-box {
width: 100%;
height: 500px;
border-radius: 15px;
box-shadow: 0 0 10px rgba(116, 116, 116, 0.08);
overflow: hidden;
transition: .3s;
display: flex;
flex-direction: column;
}
.center-top-cover-box {
width: 100%;
height: 78%;
overflow: hidden;
}
.center-top-cover-box img {
width: 100%;
height: 100%;
object-fit: cover;
}
.center-user-box {
width: 100%;
height: 12%;
background-color: #fff;
position: relative;
padding: 20px 80px;
display: flex;
justify-content: space-between;
}
.center-user-img-box {
width: 120px;
height: 120px;
border-radius: 5px;
overflow: hidden;
padding: 5px;
background-color: #fff;
position: absolute;
top: -50px;
}
.center-user-img-box img {
width: 100%;
height: 100%;
object-fit: cover;
}
.center-user-content-in-box {
width: 100%;
display: flex;
flex-direction: column;
margin-left: 140px;
}
.center-user-content-name {
font-weight: bold;
font-size: 20px;
margin-bottom: 5px;
}
.center-user-content-intro{
font-size: 16px;
color: #B4B4B4;
}
.center-content-box{
width: 100%;
border-radius: 15px;
box-shadow: 0 0 10px rgba(116, 116, 116, 0.08);
padding: 20px;
margin-top: 30px;
}
.content-box{
height: 380px !important;
}
.content-list-box{
margin-top: 20px;
}
:deep(.el-tabs__item) {
font-size: 18px !important;
text-align: end;
}