Files
Pichome/user/my/template/pc/assets/index.css
2024-01-31 01:00:33 +08:00

103 lines
1.7 KiB
CSS

.maxWidth {
width: 370px;
}
#center_title {
line-height: 55px;
border-bottom: 1px solid var(--border-color-base);
padding: 0 25px;
font-size: 16px;
}
.el-scrollbar.h300 > .el-scrollbar__wrap {
max-height: 300px;
min-height: 100px;
overflow: scroll;
}
.el-scrollbar.h350 > .el-scrollbar__wrap {
max-height: 350px;
min-height: 100px;
overflow: scroll;
}
.el-scrollbar.h400 > .el-scrollbar__wrap {
max-height: 400px;
min-height: 100px;
overflow: scroll;
}
.el-checkbox,
.el-radio {
margin-right: 16px;
margin-left: 0 !important;
}
.avatar-uploader .el-upload {
border: 1px dashed var(--el-border-color);
border-radius: 6px;
cursor: pointer;
position: relative;
overflow: hidden;
width: 150px;
height: 150px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.avatar-uploader .avatar-uploader-icon {
font-size: 16px;
}
.avatar-uploader .el-image {
height: 150px;
width: 100%;
line-height: 150px;
}
.avatar-uploader .el-image img {
max-width: 100%;
max-height: 150px;
width: auto;
height: auto;
vertical-align: middle;
}
.avatar-uploader .el-progress {
position: absolute;
left: 0px;
top: 0px;
z-index: 100;
}
.avatar {
max-width: 100%;
max-height: 100%;
display: inline-block;
}
.ucenter-header .el-avatar > img {
width: 100%;
height: 100%;
}
.register-bg-bt {
background-color: transparent;
margin-left: 6px;
}
.notification {
position: relative;
padding: 20px 20px 20px 20px;
background: var(--el-bg-color);
border: var(--el-border);
border-radius: 5px;
margin-top: 20px;
}