update i18n
This commit is contained in:
@ -105,7 +105,7 @@
|
||||
</div>
|
||||
</section>
|
||||
<div style="padding: 20px 0">
|
||||
<div class="pointTit">从业时间</div>
|
||||
<div class="pointTit">{{ t("admin.form.workingTime") }}</div>
|
||||
</div>
|
||||
<section>
|
||||
<div>
|
||||
@ -517,6 +517,7 @@ function getDataList() {
|
||||
color: #666666;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.el-tabs__item:hover {
|
||||
opacity: 0.8;
|
||||
}
|
||||
@ -527,6 +528,7 @@ function getDataList() {
|
||||
font-weight: bold;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
.el-tabs__active-bar {
|
||||
background-color: #333333;
|
||||
height: 4px;
|
||||
@ -536,18 +538,22 @@ function getDataList() {
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
.head {
|
||||
padding: 15px 0px;
|
||||
|
||||
span {
|
||||
font-size: 16px;
|
||||
font-family: Source Han Sans CN;
|
||||
font-weight: 400;
|
||||
color: #666666;
|
||||
}
|
||||
|
||||
.one {
|
||||
color: #333333;
|
||||
}
|
||||
}
|
||||
|
||||
.r {
|
||||
display: inline-block;
|
||||
width: 325px;
|
||||
@ -576,6 +582,7 @@ function getDataList() {
|
||||
font-family: Source Han Sans CN;
|
||||
font-weight: 500;
|
||||
color: #333333;
|
||||
|
||||
&:before {
|
||||
content: "";
|
||||
top: 8px;
|
||||
@ -594,6 +601,7 @@ function getDataList() {
|
||||
width: 100%;
|
||||
background-color: #fff;
|
||||
margin-top: -20px;
|
||||
|
||||
div {
|
||||
text-align: center;
|
||||
float: right;
|
||||
@ -606,16 +614,19 @@ function getDataList() {
|
||||
font-weight: 400;
|
||||
line-height: 36px;
|
||||
box-sizing: border-box;
|
||||
|
||||
&:hover {
|
||||
opacity: 0.7;
|
||||
}
|
||||
}
|
||||
|
||||
.share {
|
||||
color: #333333;
|
||||
background: #f2f6ff;
|
||||
border: 1px solid #dcdcdc;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.order {
|
||||
background: #0054ff;
|
||||
color: #ffffff;
|
||||
@ -628,6 +639,7 @@ function getDataList() {
|
||||
padding: 20px;
|
||||
background-color: #fff;
|
||||
margin-bottom: 10px;
|
||||
|
||||
.tit {
|
||||
margin-left: -8px;
|
||||
font-size: 16px;
|
||||
@ -635,6 +647,7 @@ function getDataList() {
|
||||
font-weight: bold;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
.line {
|
||||
margin: 10px 0;
|
||||
font-size: 14px;
|
||||
@ -648,12 +661,14 @@ function getDataList() {
|
||||
padding: 20px;
|
||||
background-color: #fff;
|
||||
margin-bottom: 10px;
|
||||
|
||||
.tit {
|
||||
font-size: 16px;
|
||||
font-family: Source Han Sans CN;
|
||||
font-weight: bold;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
.line {
|
||||
padding-left: 8px;
|
||||
margin: 10px 0;
|
||||
|
Reference in New Issue
Block a user