|
@@ -1,9 +1,38 @@
|
|
.hiteachAuth-list {
|
|
.hiteachAuth-list {
|
|
- .no-data-text{
|
|
|
|
|
|
+ .title-item {
|
|
|
|
+ margin-right: 30px;
|
|
|
|
+ position: relative;
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ cursor: pointer;
|
|
|
|
+ }
|
|
|
|
+ .title-checked {
|
|
|
|
+ font-weight: 900;
|
|
|
|
+
|
|
|
|
+ .title-checked-line {
|
|
|
|
+ border-bottom: 2px solid #1cc0f3;
|
|
|
|
+ animation: 0.1s expand;
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 2px;
|
|
|
|
+ top: 32px;
|
|
|
|
+ left: 0px;
|
|
|
|
+ position: absolute;
|
|
|
|
+ }
|
|
|
|
+ @keyframes expand {
|
|
|
|
+ 0% {
|
|
|
|
+ width: 0px;
|
|
|
|
+ }
|
|
|
|
+ 100% {
|
|
|
|
+ width: 100%;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .no-data-text {
|
|
text-align: center;
|
|
text-align: center;
|
|
- padding:40px;
|
|
|
|
|
|
+ padding: 40px;
|
|
}
|
|
}
|
|
.ivu-select-dropdown {
|
|
.ivu-select-dropdown {
|
|
|
|
+ margin-left: 80px;
|
|
border-radius: 4px !important;
|
|
border-radius: 4px !important;
|
|
width: auto;
|
|
width: auto;
|
|
background: #000;
|
|
background: #000;
|
|
@@ -27,26 +56,10 @@
|
|
font-size: 10px;
|
|
font-size: 10px;
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
}
|
|
}
|
|
- background: -webkit-linear-gradient(
|
|
|
|
- 360deg,
|
|
|
|
- rgba(30, 30, 30, 0) 0%,
|
|
|
|
- rgb(30, 30, 30)
|
|
|
|
- );
|
|
|
|
- background: -webkit-linear-gradient(
|
|
|
|
- 360deg,
|
|
|
|
- rgba(30, 30, 30, 0) 0%,
|
|
|
|
- rgb(30, 30, 30)
|
|
|
|
- );
|
|
|
|
- background: -webkit-linear-gradient(
|
|
|
|
- 360deg,
|
|
|
|
- rgba(30, 30, 30, 0) 0%,
|
|
|
|
- rgb(30, 30, 30)
|
|
|
|
- );
|
|
|
|
- background: -webkit-linear-gradient(
|
|
|
|
- 360deg,
|
|
|
|
- rgba(30, 30, 30, 0) 0%,
|
|
|
|
- rgb(30, 30, 30)
|
|
|
|
- );
|
|
|
|
|
|
+ background: -webkit-linear-gradient(360deg, rgba(30, 30, 30, 0) 0%, rgb(30, 30, 30));
|
|
|
|
+ background: -webkit-linear-gradient(360deg, rgba(30, 30, 30, 0) 0%, rgb(30, 30, 30));
|
|
|
|
+ background: -webkit-linear-gradient(360deg, rgba(30, 30, 30, 0) 0%, rgb(30, 30, 30));
|
|
|
|
+ background: -webkit-linear-gradient(360deg, rgba(30, 30, 30, 0) 0%, rgb(30, 30, 30));
|
|
padding: 10px 30px;
|
|
padding: 10px 30px;
|
|
}
|
|
}
|
|
.hiteach-info {
|
|
.hiteach-info {
|
|
@@ -57,7 +70,7 @@
|
|
position: relative;
|
|
position: relative;
|
|
top: 0px;
|
|
top: 0px;
|
|
left: 0px;
|
|
left: 0px;
|
|
- margin-right:4px;
|
|
|
|
|
|
+ margin-right: 4px;
|
|
display: inline-block;
|
|
display: inline-block;
|
|
font-size: 8px !important;
|
|
font-size: 8px !important;
|
|
font-weight: bolder;
|
|
font-weight: bolder;
|
|
@@ -74,13 +87,13 @@
|
|
margin-top: -5px;
|
|
margin-top: -5px;
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
}
|
|
}
|
|
- .info-num-small{
|
|
|
|
|
|
+ .info-num-small {
|
|
font-size: 30px;
|
|
font-size: 30px;
|
|
display: inline-block;
|
|
display: inline-block;
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
position: relative;
|
|
position: relative;
|
|
line-height: 25px;
|
|
line-height: 25px;
|
|
- left:15px;
|
|
|
|
|
|
+ left: 15px;
|
|
top: 6px;
|
|
top: 6px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -88,7 +101,7 @@
|
|
.action-btn {
|
|
.action-btn {
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
border-radius: 5px;
|
|
border-radius: 5px;
|
|
- margin-top: 15px;
|
|
|
|
|
|
+ margin-top: 35px;
|
|
padding: 5px 12px;
|
|
padding: 5px 12px;
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
display: inline-block;
|
|
display: inline-block;
|
|
@@ -101,10 +114,8 @@
|
|
&:hover {
|
|
&:hover {
|
|
background-color: darken(#1cc0f3, 10%);
|
|
background-color: darken(#1cc0f3, 10%);
|
|
}
|
|
}
|
|
-
|
|
|
|
}
|
|
}
|
|
.hiteach-list {
|
|
.hiteach-list {
|
|
-
|
|
|
|
padding-bottom: 80px;
|
|
padding-bottom: 80px;
|
|
overflow: auto;
|
|
overflow: auto;
|
|
border-top: 1px solid rgba(98, 97, 101, 0.4);
|
|
border-top: 1px solid rgba(98, 97, 101, 0.4);
|
|
@@ -121,7 +132,7 @@
|
|
z-index: 2;
|
|
z-index: 2;
|
|
font-size: 30px;
|
|
font-size: 30px;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
- &:hover{
|
|
|
|
|
|
+ &:hover {
|
|
color: #1cc0f3;
|
|
color: #1cc0f3;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -177,7 +188,7 @@
|
|
border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
}
|
|
.pclist {
|
|
.pclist {
|
|
- margin-left: 40px;
|
|
|
|
|
|
+ margin-left: 12%;
|
|
@keyframes Itemfadein {
|
|
@keyframes Itemfadein {
|
|
0% {
|
|
0% {
|
|
opacity: 0;
|
|
opacity: 0;
|
|
@@ -197,37 +208,17 @@
|
|
.action-btn {
|
|
.action-btn {
|
|
display: block;
|
|
display: block;
|
|
}
|
|
}
|
|
- background: -webkit-linear-gradient(
|
|
|
|
- 360deg,
|
|
|
|
- rgba(30, 30, 30, 0) 0%,
|
|
|
|
- rgba(110, 110, 110, 0.2) 50%,
|
|
|
|
- rgba(110, 110, 110, 0.4) 100%
|
|
|
|
- );
|
|
|
|
- background: -webkit-linear-gradient(
|
|
|
|
- 360deg,
|
|
|
|
- rgba(30, 30, 30, 0) 0%,
|
|
|
|
- rgba(110, 110, 110, 0.2) 50%,
|
|
|
|
- rgba(110, 110, 110, 0.4) 100%
|
|
|
|
- );
|
|
|
|
- background: -webkit-linear-gradient(
|
|
|
|
- 360deg,
|
|
|
|
- rgba(30, 30, 30, 0) 0%,
|
|
|
|
- rgba(110, 110, 110, 0.2) 50%,
|
|
|
|
- rgba(110, 110, 110, 0.4) 100%
|
|
|
|
- );
|
|
|
|
- background: -webkit-linear-gradient(
|
|
|
|
- 360deg,
|
|
|
|
- rgba(30, 30, 30, 0) 0%,
|
|
|
|
- rgba(110, 110, 110, 0.2) 50%,
|
|
|
|
- rgba(110, 110, 110, 0.4) 100%
|
|
|
|
- );
|
|
|
|
|
|
+ background: -webkit-linear-gradient(360deg, rgba(30, 30, 30, 0) 0%, rgba(110, 110, 110, 0.2) 50%, rgba(110, 110, 110, 0.4) 100%);
|
|
|
|
+ background: -webkit-linear-gradient(360deg, rgba(30, 30, 30, 0) 0%, rgba(110, 110, 110, 0.2) 50%, rgba(110, 110, 110, 0.4) 100%);
|
|
|
|
+ background: -webkit-linear-gradient(360deg, rgba(30, 30, 30, 0) 0%, rgba(110, 110, 110, 0.2) 50%, rgba(110, 110, 110, 0.4) 100%);
|
|
|
|
+ background: -webkit-linear-gradient(360deg, rgba(30, 30, 30, 0) 0%, rgba(110, 110, 110, 0.2) 50%, rgba(110, 110, 110, 0.4) 100%);
|
|
}
|
|
}
|
|
&:first-child {
|
|
&:first-child {
|
|
border-bottom: none;
|
|
border-bottom: none;
|
|
}
|
|
}
|
|
padding: 20px;
|
|
padding: 20px;
|
|
|
|
|
|
- padding-left: 65px;
|
|
|
|
|
|
+ padding-left: 28px;
|
|
list-style: none;
|
|
list-style: none;
|
|
.pc-title {
|
|
.pc-title {
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
@@ -240,19 +231,18 @@
|
|
.action-btn {
|
|
.action-btn {
|
|
display: none;
|
|
display: none;
|
|
position: absolute;
|
|
position: absolute;
|
|
- bottom: 36px;
|
|
|
|
|
|
+ bottom: 35%;
|
|
border-radius: 4px !important;
|
|
border-radius: 4px !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- .remove-pc{
|
|
|
|
|
|
+ .remove-pc {
|
|
animation: 2s removeOut;
|
|
animation: 2s removeOut;
|
|
-
|
|
|
|
|
|
+
|
|
@keyframes removeOut {
|
|
@keyframes removeOut {
|
|
- 0%{
|
|
|
|
|
|
+ 0% {
|
|
transform: translate(0px);
|
|
transform: translate(0px);
|
|
-
|
|
|
|
}
|
|
}
|
|
- 100%{
|
|
|
|
|
|
+ 100% {
|
|
transform: translate(130px);
|
|
transform: translate(130px);
|
|
opacity: 0;
|
|
opacity: 0;
|
|
}
|
|
}
|
|
@@ -265,7 +255,7 @@
|
|
}
|
|
}
|
|
.hicon-wrap {
|
|
.hicon-wrap {
|
|
padding: 32px;
|
|
padding: 32px;
|
|
- padding-left: 12px;
|
|
|
|
|
|
+ padding-left: 30%;
|
|
* {
|
|
* {
|
|
font-size: 50px;
|
|
font-size: 50px;
|
|
}
|
|
}
|