feat: 会员中心 hgcloud 主题初始化 + drone 部署步骤
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
- 解压官方默认主题 default_yfMBA.tar.gz 到 clientarea/hgcloud/ - .gitignore 排除压缩包和临时解压目录 - drone 新增步骤: 同步 hgcloud 到 /clientarea/template/pc/
This commit is contained in:
258
clientarea/hgcloud/css/security_log.css
Normal file
258
clientarea/hgcloud/css/security_log.css
Normal file
@@ -0,0 +1,258 @@
|
||||
.main-card .main-card-title {
|
||||
font-size: 0.28rem;
|
||||
margin-bottom: 0.4rem;
|
||||
}
|
||||
.main-card .content-table {
|
||||
margin-top: 0.3rem;
|
||||
}
|
||||
.main-card .content-table .top-text {
|
||||
margin-bottom: 0.38rem;
|
||||
}
|
||||
.main-card .content-table .content_searchbar {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.main-card .content-table .content_searchbar .left-btn {
|
||||
width: 112px;
|
||||
height: 46px;
|
||||
line-height: 46px;
|
||||
background: var(--color-primary);
|
||||
color: #FFF;
|
||||
opacity: 1;
|
||||
border-radius: 3px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
.main-card .content-table .tabledata {
|
||||
margin-top: 0.14rem;
|
||||
}
|
||||
.main-card .content-table .tabledata .open-show {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
.main-card .content-table .tabledata .open-show .un-open {
|
||||
width: 0.59rem;
|
||||
height: 0.26rem;
|
||||
background: #EEEEEE;
|
||||
border-radius: 3px;
|
||||
font-size: 0.13rem;
|
||||
color: #757575;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.main-card .content-table .tabledata .open-show .open {
|
||||
width: 0.59rem;
|
||||
height: 0.26rem;
|
||||
background: #E1F0FF;
|
||||
border-radius: 3px;
|
||||
font-size: 0.13rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: var(--color-primary);
|
||||
}
|
||||
.main-card .content-table .tabledata .open-show .setting {
|
||||
font-size: 0.14rem;
|
||||
color: var(--color-primary);
|
||||
margin-left: 0.08rem;
|
||||
cursor: pointer;
|
||||
}
|
||||
.main-card .create-api-dialog .dialog-main .content-msg {
|
||||
border: 1px solid #E6E7EB;
|
||||
border-radius: 3px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-bottom: 0.2rem;
|
||||
}
|
||||
.main-card .create-api-dialog .dialog-main .content-msg .msg-item {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
margin-left: 0.3rem;
|
||||
margin-top: 0.2rem;
|
||||
color: #757575;
|
||||
}
|
||||
.main-card .create-api-dialog .dialog-main .content-msg .msg-item:last-child {
|
||||
margin-bottom: 0.3rem;
|
||||
}
|
||||
.main-card .create-api-dialog .dialog-main .content-msg .msg-item .item-label {
|
||||
width: 80px;
|
||||
margin-right: 0.4rem;
|
||||
}
|
||||
.main-card .create-api-dialog .dialog-main .content-msg .msg-item .item-vlaue .copy {
|
||||
color: var(--color-primary);
|
||||
cursor: pointer;
|
||||
}
|
||||
.main-card .create-api-dialog .dialog-main .yellow {
|
||||
color: var(--color-warning);
|
||||
}
|
||||
.main-card .create-api-dialog .alert-text {
|
||||
margin-top: 0.2rem;
|
||||
}
|
||||
.main-card .delete-dialog .el-dialog__body {
|
||||
padding-left: 0.8rem;
|
||||
padding-right: 0.8rem;
|
||||
padding-bottom: 0.3rem;
|
||||
}
|
||||
.main-card .delete-dialog .del-dialog-title {
|
||||
font-size: 0.24rem;
|
||||
font-weight: bold;
|
||||
color: var(--color-danger);
|
||||
}
|
||||
.main-card .delete-dialog .del-dialog-title .del-icon {
|
||||
margin-right: 0.13rem;
|
||||
}
|
||||
.main-card .delete-dialog .del-dialog-main {
|
||||
font-size: 0.16rem;
|
||||
font-weight: 800;
|
||||
color: #1E2736;
|
||||
margin-top: 0.3rem;
|
||||
margin-bottom: 0.4rem;
|
||||
}
|
||||
.main-card .delete-dialog .del-dialog-footer {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.main-card .delete-dialog .del-dialog-footer .btn-ok,
|
||||
.main-card .delete-dialog .del-dialog-footer .btn-no {
|
||||
height: 0.46rem;
|
||||
border-radius: 3px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 0.16rem;
|
||||
font-weight: bold;
|
||||
cursor: pointer;
|
||||
}
|
||||
.main-card .delete-dialog .del-dialog-footer .btn-ok {
|
||||
background: var(--color-danger);
|
||||
color: #FFF;
|
||||
}
|
||||
.main-card .delete-dialog .del-dialog-footer .btn-no {
|
||||
background: #E7E7E7;
|
||||
color: #1E2736;
|
||||
margin-top: 0.16rem;
|
||||
}
|
||||
.main-card .white-ip-dialog .dialog-main .info-alert {
|
||||
background: #E1F0FF;
|
||||
color: var(--color-primary);
|
||||
font-size: 0.15rem;
|
||||
}
|
||||
.main-card .white-ip-dialog .dialog-main .info-alert .el-alert__closebtn {
|
||||
color: var(--color-primary);
|
||||
}
|
||||
.main-card .white-ip-dialog .dialog-main .ip-status {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
margin-top: 0.3rem;
|
||||
}
|
||||
.main-card .white-ip-dialog .dialog-main .ip-status .ip-status-text {
|
||||
width: 0.84rem;
|
||||
margin-right: 0.2rem;
|
||||
}
|
||||
.main-card .white-ip-dialog .dialog-main .status-remind {
|
||||
margin-left: 1.04rem;
|
||||
margin-top: 0.2rem;
|
||||
margin-bottom: 0.3rem;
|
||||
color: #8692B0;
|
||||
}
|
||||
.main-card .white-ip-dialog .dialog-main .alert-text {
|
||||
margin-top: 0.2rem;
|
||||
}
|
||||
.main-card .white-ip-dialog .el-switch__label {
|
||||
position: absolute;
|
||||
display: none;
|
||||
color: #fff;
|
||||
}
|
||||
.main-card .white-ip-dialog .el-switch__label * {
|
||||
font-size: 12px !important;
|
||||
}
|
||||
.main-card .white-ip-dialog .el-switch__core {
|
||||
background-color: #a6a6a6;
|
||||
}
|
||||
.main-card .white-ip-dialog .el-switch__label--left {
|
||||
z-index: 9;
|
||||
left: 20px;
|
||||
}
|
||||
.main-card .white-ip-dialog .el-switch__label--right {
|
||||
z-index: 9;
|
||||
left: -3px;
|
||||
}
|
||||
.main-card .white-ip-dialog .el-switch__label.is-active {
|
||||
display: block;
|
||||
}
|
||||
.more-operation {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 0.3rem;
|
||||
cursor: pointer;
|
||||
}
|
||||
.more-operation .dot {
|
||||
width: 3px;
|
||||
height: 3px;
|
||||
border: 3px solid var(--color-primary);
|
||||
border-radius: 50%;
|
||||
margin-right: 0.05rem;
|
||||
}
|
||||
.el-popover {
|
||||
min-width: 0.5rem !important;
|
||||
}
|
||||
.el-popover .operation {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.el-popover .operation .operation-item {
|
||||
margin-top: 0.05rem;
|
||||
margin-bottom: 0.05rem;
|
||||
cursor: pointer;
|
||||
}
|
||||
.el-dialog__body {
|
||||
padding-left: 0.8rem;
|
||||
padding-right: 0.8rem;
|
||||
}
|
||||
.dialog-main {
|
||||
margin-top: 0.4rem;
|
||||
}
|
||||
.dialog-main .el-input__inner {
|
||||
height: 0.52rem;
|
||||
}
|
||||
.dialog-main .label {
|
||||
font-size: 0.16rem;
|
||||
color: #1E2736;
|
||||
margin-bottom: 0.1rem;
|
||||
}
|
||||
.dialog-main .label:not(:first-child) {
|
||||
margin-top: 0.2rem;
|
||||
}
|
||||
.dialog-main .alert-text {
|
||||
margin-top: 0.2rem;
|
||||
}
|
||||
.dialog-footer .btn-no {
|
||||
margin-left: 0.12rem;
|
||||
cursor: pointer;
|
||||
}
|
||||
.dialog-footer .btn-ok {
|
||||
cursor: pointer;
|
||||
}
|
||||
.el-checkbox__label {
|
||||
display: inline-grid;
|
||||
white-space: initial;
|
||||
word-wrap: break-word;
|
||||
overflow: hidden;
|
||||
}
|
||||
@media screen and (max-width: 750px) {
|
||||
.searchbar .el-input {
|
||||
width: auto !important;
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user