78 lines
1.2 KiB
SCSS
78 lines
1.2 KiB
SCSS
.personal {
|
|
.name {
|
|
margin-top: 15px;
|
|
font-size: 24px;
|
|
font-weight: 500;
|
|
color: rgb(38, 38, 38);
|
|
}
|
|
.description {
|
|
margin-top: 8px;
|
|
}
|
|
.list {
|
|
margin-top: 18px;
|
|
line-height: 30px;
|
|
text-align: left;
|
|
}
|
|
}
|
|
.card-header {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.text {
|
|
font-size: 14px;
|
|
}
|
|
.grid-content {
|
|
display: flex;
|
|
.left {
|
|
width: 40%;
|
|
height: 100px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background: #2d8cf0;
|
|
}
|
|
.right {
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding-left: 20px;
|
|
justify-content: center;
|
|
.h2{
|
|
font-size: 24px;
|
|
margin-bottom: 10px;
|
|
}
|
|
}
|
|
}
|
|
.custom {
|
|
::v-deep(.el-card__body) {
|
|
padding: 0;
|
|
}
|
|
}
|
|
.item {
|
|
margin-bottom: 18px;
|
|
}
|
|
|
|
.box-card {
|
|
//height: 100%;
|
|
position: relative;
|
|
margin-bottom: 10px;
|
|
width: 100%;
|
|
.wechat{
|
|
position: absolute;
|
|
width: 150px;
|
|
right: 0;
|
|
top: 0;
|
|
}
|
|
}
|
|
.card-item {
|
|
background: linear-gradient(50deg, #1890ff, #77e19d);
|
|
}
|
|
.home-container{
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
padding: 16px;
|
|
box-sizing: border-box;
|
|
}
|