|
@@ -1,11 +1,10 @@
|
|
-
|
|
|
|
.container {
|
|
.container {
|
|
position: fixed;
|
|
position: fixed;
|
|
- text-align: center;
|
|
|
|
top: 0;
|
|
top: 0;
|
|
- left: 0;
|
|
|
|
- bottom: 0;
|
|
|
|
right: 0;
|
|
right: 0;
|
|
|
|
+ bottom: 0;
|
|
|
|
+ left: 0;
|
|
|
|
+ text-align: center;
|
|
background: linear-gradient(#1abc9c, transparent), linear-gradient(90deg, skyblue, transparent),
|
|
background: linear-gradient(#1abc9c, transparent), linear-gradient(90deg, skyblue, transparent),
|
|
linear-gradient(-90deg, coral, transparent);
|
|
linear-gradient(-90deg, coral, transparent);
|
|
background-blend-mode: screen;
|
|
background-blend-mode: screen;
|
|
@@ -34,11 +33,11 @@
|
|
// background-position: center 110px;
|
|
// background-position: center 110px;
|
|
// background-size: 100%;
|
|
// background-size: 100%;
|
|
position: fixed;
|
|
position: fixed;
|
|
- text-align: center;
|
|
|
|
top: 0;
|
|
top: 0;
|
|
- left: 0;
|
|
|
|
- bottom: 0;
|
|
|
|
right: 0;
|
|
right: 0;
|
|
|
|
+ bottom: 0;
|
|
|
|
+ left: 0;
|
|
|
|
+ text-align: center;
|
|
background: linear-gradient(#1abc9c, transparent), linear-gradient(90deg, skyblue, transparent),
|
|
background: linear-gradient(#1abc9c, transparent), linear-gradient(90deg, skyblue, transparent),
|
|
linear-gradient(-90deg, coral, transparent);
|
|
linear-gradient(-90deg, coral, transparent);
|
|
background-blend-mode: screen;
|
|
background-blend-mode: screen;
|
|
@@ -85,19 +84,19 @@
|
|
}
|
|
}
|
|
|
|
|
|
.main {
|
|
.main {
|
|
- transition: all 1.5s;
|
|
|
|
- z-index: 999;
|
|
|
|
position: fixed;
|
|
position: fixed;
|
|
top: 40%;
|
|
top: 40%;
|
|
left: 50%;
|
|
left: 50%;
|
|
- transform: translate(-50%, -50%);
|
|
|
|
- width: 380px;
|
|
|
|
- color: #fff;
|
|
|
|
- justify-content: center;
|
|
|
|
- align-items: center;
|
|
|
|
|
|
+ z-index: 999;
|
|
display: flex;
|
|
display: flex;
|
|
flex-flow: column;
|
|
flex-flow: column;
|
|
|
|
+ align-items: center;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ width: 380px;
|
|
|
|
+ color: #fff;
|
|
font-size: 24px;
|
|
font-size: 24px;
|
|
|
|
+ transform: translate(-50%, -50%);
|
|
|
|
+ transition: all 1.5s;
|
|
|
|
|
|
// width: 368px;
|
|
// width: 368px;
|
|
// margin: 0 auto;
|
|
// margin: 0 auto;
|
|
@@ -110,15 +109,15 @@
|
|
letter-spacing: 5px;
|
|
letter-spacing: 5px;
|
|
}
|
|
}
|
|
|
|
|
|
- >div {
|
|
|
|
|
|
+ > div {
|
|
width: 300px;
|
|
width: 300px;
|
|
margin-bottom: 20px;
|
|
margin-bottom: 20px;
|
|
}
|
|
}
|
|
|
|
|
|
.code {
|
|
.code {
|
|
display: flex;
|
|
display: flex;
|
|
- justify-content: space-between;
|
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
|
+ justify-content: space-between;
|
|
|
|
|
|
input {
|
|
input {
|
|
width: 170px;
|
|
width: 170px;
|
|
@@ -129,25 +128,25 @@
|
|
width: 300px;
|
|
width: 300px;
|
|
height: 42px;
|
|
height: 42px;
|
|
padding: 0 15px;
|
|
padding: 0 15px;
|
|
|
|
+ color: #fff;
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ font-family: pt sans, Helvetica, Arial, sans-serif;
|
|
|
|
+ text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
|
|
background: #2d2d2d;
|
|
background: #2d2d2d;
|
|
background: rgba(45, 45, 45, 0.15);
|
|
background: rgba(45, 45, 45, 0.15);
|
|
|
|
+ border: 1px solid #3d3d3d;
|
|
|
|
+ border: 1px solid rgba(255, 255, 255, 0.15);
|
|
-moz-border-radius: 6px;
|
|
-moz-border-radius: 6px;
|
|
-webkit-border-radius: 6px;
|
|
-webkit-border-radius: 6px;
|
|
border-radius: 6px;
|
|
border-radius: 6px;
|
|
- border: 1px solid #3d3d3d;
|
|
|
|
- border: 1px solid rgba(255, 255, 255, 0.15);
|
|
|
|
|
|
+ outline: none;
|
|
-moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1) inset;
|
|
-moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1) inset;
|
|
-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1) inset;
|
|
-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1) inset;
|
|
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1) inset;
|
|
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1) inset;
|
|
- font-family: pt sans, Helvetica, Arial, sans-serif;
|
|
|
|
- font-size: 14px;
|
|
|
|
- color: #fff;
|
|
|
|
- text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
|
|
|
|
-o-transition: all 0.2s;
|
|
-o-transition: all 0.2s;
|
|
-moz-transition: all 0.2s;
|
|
-moz-transition: all 0.2s;
|
|
-webkit-transition: all 0.2s;
|
|
-webkit-transition: all 0.2s;
|
|
-ms-transition: all 0.2s;
|
|
-ms-transition: all 0.2s;
|
|
- outline: none;
|
|
|
|
|
|
|
|
&::-webkit-input-placeholder {
|
|
&::-webkit-input-placeholder {
|
|
color: #fff !important;
|
|
color: #fff !important;
|
|
@@ -166,46 +165,46 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- >button {
|
|
|
|
- outline: none;
|
|
|
|
- cursor: pointer;
|
|
|
|
|
|
+ > button {
|
|
width: 300px;
|
|
width: 300px;
|
|
height: 44px;
|
|
height: 44px;
|
|
padding: 0;
|
|
padding: 0;
|
|
|
|
+ color: #fff;
|
|
|
|
+ font-weight: 700;
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ font-size: 20px;
|
|
|
|
+ font-family: pt sans, Helvetica, Arial, sans-serif;
|
|
|
|
+ letter-spacing: 10px;
|
|
|
|
+ text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
|
|
background: #22c50f;
|
|
background: #22c50f;
|
|
|
|
+ border: 0px;
|
|
-moz-border-radius: 6px;
|
|
-moz-border-radius: 6px;
|
|
-webkit-border-radius: 6px;
|
|
-webkit-border-radius: 6px;
|
|
border-radius: 6px;
|
|
border-radius: 6px;
|
|
- border: 0px;
|
|
|
|
|
|
+ outline: none;
|
|
-moz-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.25) inset, 0 2px 7px 0 rgba(0, 0, 0, 0.2);
|
|
-moz-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.25) inset, 0 2px 7px 0 rgba(0, 0, 0, 0.2);
|
|
-webkit-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.25) inset,
|
|
-webkit-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.25) inset,
|
|
0 2px 7px 0 rgba(0, 0, 0, 0.2);
|
|
0 2px 7px 0 rgba(0, 0, 0, 0.2);
|
|
box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.25) inset, 0 2px 7px 0 rgba(0, 0, 0, 0.2);
|
|
box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.25) inset, 0 2px 7px 0 rgba(0, 0, 0, 0.2);
|
|
- font-family: pt sans, Helvetica, Arial, sans-serif;
|
|
|
|
- font-size: 14px;
|
|
|
|
- font-weight: 700;
|
|
|
|
- color: #fff;
|
|
|
|
- text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
|
|
|
|
|
|
+ cursor: pointer;
|
|
-o-transition: all 0.2s;
|
|
-o-transition: all 0.2s;
|
|
-moz-transition: all 0.2s;
|
|
-moz-transition: all 0.2s;
|
|
-webkit-transition: all 0.2s;
|
|
-webkit-transition: all 0.2s;
|
|
-ms-transition: all 0.2s;
|
|
-ms-transition: all 0.2s;
|
|
- font-size: 20px;
|
|
|
|
- letter-spacing: 10px;
|
|
|
|
}
|
|
}
|
|
|
|
|
|
button:active {
|
|
button:active {
|
|
|
|
+ border: 0 solid #ef4300;
|
|
-moz-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15) inset, 0 2px 7px 0 rgba(0, 0, 0, 0.2);
|
|
-moz-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15) inset, 0 2px 7px 0 rgba(0, 0, 0, 0.2);
|
|
-webkit-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15) inset,
|
|
-webkit-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15) inset,
|
|
0 2px 7px 0 rgba(0, 0, 0, 0.2);
|
|
0 2px 7px 0 rgba(0, 0, 0, 0.2);
|
|
box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 4px 0 rgba(0, 0, 0, 0.1);
|
|
box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 4px 0 rgba(0, 0, 0, 0.1);
|
|
- border: 0 solid #ef4300;
|
|
|
|
}
|
|
}
|
|
|
|
|
|
input:-internal-autofill-previewed,
|
|
input:-internal-autofill-previewed,
|
|
input:-internal-autofill-selected {
|
|
input:-internal-autofill-selected {
|
|
- -webkit-text-fill-color: #ffffff !important;
|
|
|
|
transition: background-color 5000s ease-in-out 0s !important;
|
|
transition: background-color 5000s ease-in-out 0s !important;
|
|
|
|
+ -webkit-text-fill-color: #ffffff !important;
|
|
}
|
|
}
|
|
|
|
|
|
// .ant-input-affix-wrapper .ant-input:not(:first-child),
|
|
// .ant-input-affix-wrapper .ant-input:not(:first-child),
|
|
@@ -220,52 +219,50 @@
|
|
box-shadow: 0 0 0px 1000px transparent inset !important;
|
|
box-shadow: 0 0 0px 1000px transparent inset !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-.btn{
|
|
|
|
- outline: none;
|
|
|
|
- cursor: pointer;
|
|
|
|
|
|
+.btn {
|
|
|
|
+ width: 35%;
|
|
|
|
+ height: 40px;
|
|
|
|
+ margin-left: 5%;
|
|
padding: 0;
|
|
padding: 0;
|
|
|
|
+ color: #fff;
|
|
|
|
+ font-weight: 700;
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ font-family: pt sans, Helvetica, Arial, sans-serif;
|
|
|
|
+ text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
|
|
background: #22c50f;
|
|
background: #22c50f;
|
|
|
|
+ border: 0px;
|
|
-moz-border-radius: 6px;
|
|
-moz-border-radius: 6px;
|
|
-webkit-border-radius: 6px;
|
|
-webkit-border-radius: 6px;
|
|
border-radius: 6px;
|
|
border-radius: 6px;
|
|
- border: 0px;
|
|
|
|
|
|
+ outline: none;
|
|
-moz-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.25) inset, 0 2px 7px 0 rgba(0, 0, 0, 0.2);
|
|
-moz-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.25) inset, 0 2px 7px 0 rgba(0, 0, 0, 0.2);
|
|
- -webkit-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.25) inset,
|
|
|
|
- 0 2px 7px 0 rgba(0, 0, 0, 0.2);
|
|
|
|
|
|
+ -webkit-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.25) inset, 0 2px 7px 0 rgba(0, 0, 0, 0.2);
|
|
box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.25) inset, 0 2px 7px 0 rgba(0, 0, 0, 0.2);
|
|
box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.25) inset, 0 2px 7px 0 rgba(0, 0, 0, 0.2);
|
|
- font-family: pt sans, Helvetica, Arial, sans-serif;
|
|
|
|
- font-weight: 700;
|
|
|
|
- color: #fff;
|
|
|
|
- text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
|
|
|
|
|
|
+ cursor: pointer;
|
|
-o-transition: all 0.2s;
|
|
-o-transition: all 0.2s;
|
|
-moz-transition: all 0.2s;
|
|
-moz-transition: all 0.2s;
|
|
-webkit-transition: all 0.2s;
|
|
-webkit-transition: all 0.2s;
|
|
-ms-transition: all 0.2s;
|
|
-ms-transition: all 0.2s;
|
|
- font-size: 14px;
|
|
|
|
- width: 35%;
|
|
|
|
- margin-left: 5%;
|
|
|
|
- height: 40px;
|
|
|
|
}
|
|
}
|
|
button:active {
|
|
button:active {
|
|
|
|
+ border: 0 solid #ef4300;
|
|
-moz-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15) inset, 0 2px 7px 0 rgba(0, 0, 0, 0.2);
|
|
-moz-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15) inset, 0 2px 7px 0 rgba(0, 0, 0, 0.2);
|
|
- -webkit-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15) inset,
|
|
|
|
- 0 2px 7px 0 rgba(0, 0, 0, 0.2);
|
|
|
|
|
|
+ -webkit-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15) inset, 0 2px 7px 0 rgba(0, 0, 0, 0.2);
|
|
box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 4px 0 rgba(0, 0, 0, 0.1);
|
|
box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 4px 0 rgba(0, 0, 0, 0.1);
|
|
- border: 0 solid #ef4300;
|
|
|
|
}
|
|
}
|
|
.company {
|
|
.company {
|
|
- transition: all 1.5s;
|
|
|
|
- z-index: 999;
|
|
|
|
position: fixed;
|
|
position: fixed;
|
|
top: 40%;
|
|
top: 40%;
|
|
left: 50%;
|
|
left: 50%;
|
|
- transform: translate(-50%, -50%);
|
|
|
|
- color: #fff;
|
|
|
|
- justify-content: center;
|
|
|
|
- align-items: center;
|
|
|
|
|
|
+ z-index: 999;
|
|
display: flex;
|
|
display: flex;
|
|
flex-flow: column;
|
|
flex-flow: column;
|
|
|
|
+ align-items: center;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ color: #fff;
|
|
font-size: 24px;
|
|
font-size: 24px;
|
|
|
|
+ transform: translate(-50%, -50%);
|
|
|
|
+ transition: all 1.5s;
|
|
|
|
|
|
h1 {
|
|
h1 {
|
|
color: #fff;
|
|
color: #fff;
|
|
@@ -275,39 +272,41 @@ button:active {
|
|
}
|
|
}
|
|
|
|
|
|
.companyAccount {
|
|
.companyAccount {
|
|
- border-radius: 8px;
|
|
|
|
- background: rgba(255, 255, 255, .8);
|
|
|
|
- box-shadow: 0 4px 20px 0 rgba(0, 60, 179, 0.12);
|
|
|
|
- margin-bottom: 10px;
|
|
|
|
width: 500px !important;
|
|
width: 500px !important;
|
|
|
|
+ margin-top: 20px;
|
|
|
|
+ margin-bottom: 10px;
|
|
padding: 48px 36px 10px;
|
|
padding: 48px 36px 10px;
|
|
text-align: left;
|
|
text-align: left;
|
|
- margin-top: 20px;
|
|
|
|
|
|
+ background: rgba(255, 255, 255, 0.8);
|
|
|
|
+ border-radius: 8px;
|
|
|
|
+ box-shadow: 0 4px 20px 0 rgba(0, 60, 179, 0.12);
|
|
|
|
|
|
- &>h3.title {
|
|
|
|
|
|
+ & > h3.title {
|
|
margin: 0;
|
|
margin: 0;
|
|
font-size: 20px;
|
|
font-size: 20px;
|
|
}
|
|
}
|
|
|
|
|
|
- &>.chooseTableBlock {
|
|
|
|
- margin-top: 20px;
|
|
|
|
- border-top: 1px solid rgba(181, 181, 181, .4);
|
|
|
|
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "Source Han Sans CN", sans-serif;
|
|
|
|
|
|
+ & > .chooseTableBlock {
|
|
max-height: 250px;
|
|
max-height: 250px;
|
|
- overflow-y: auto;
|
|
|
|
|
|
+ margin-top: 20px;
|
|
padding: 0 10px;
|
|
padding: 0 10px;
|
|
|
|
+ overflow-y: auto;
|
|
|
|
+ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue',
|
|
|
|
+ Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei UI', 'Microsoft YaHei',
|
|
|
|
+ 'Source Han Sans CN', sans-serif;
|
|
|
|
+ border-top: 1px solid rgba(181, 181, 181, 0.4);
|
|
|
|
|
|
.acTableLine {
|
|
.acTableLine {
|
|
- padding: 16px 14px;
|
|
|
|
|
|
+ position: relative;
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
- font-size: 14px;
|
|
|
|
- cursor: pointer;
|
|
|
|
- color: #68779c;
|
|
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
|
+ padding: 16px 14px;
|
|
|
|
+ color: #68779c;
|
|
|
|
+ font-size: 14px;
|
|
border: 2px solid transparent;
|
|
border: 2px solid transparent;
|
|
- position: relative;
|
|
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
|
|
+ cursor: pointer;
|
|
|
|
|
|
.actname {
|
|
.actname {
|
|
width: 250px;
|
|
width: 250px;
|
|
@@ -317,12 +316,12 @@ button:active {
|
|
|
|
|
|
.right {
|
|
.right {
|
|
display: flex;
|
|
display: flex;
|
|
- justify-content: flex-end;
|
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
|
+ justify-content: flex-end;
|
|
|
|
|
|
.actcha {
|
|
.actcha {
|
|
- color: #68779c;
|
|
|
|
margin-right: 10px;
|
|
margin-right: 10px;
|
|
|
|
+ color: #68779c;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -332,10 +331,10 @@ button:active {
|
|
}
|
|
}
|
|
|
|
|
|
&:hover {
|
|
&:hover {
|
|
- border: 2px solid #296aef;
|
|
|
|
z-index: 5;
|
|
z-index: 5;
|
|
- transition: all .2s;
|
|
|
|
|
|
+ border: 2px solid #296aef;
|
|
box-shadow: 0 0 12px rgba(0, 60, 179, 0.12);
|
|
box-shadow: 0 0 12px rgba(0, 60, 179, 0.12);
|
|
|
|
+ transition: all 0.2s;
|
|
|
|
|
|
.right .actcha {
|
|
.right .actcha {
|
|
color: #0b1531;
|
|
color: #0b1531;
|
|
@@ -347,41 +346,40 @@ button:active {
|
|
}
|
|
}
|
|
|
|
|
|
&::after {
|
|
&::after {
|
|
- content: '';
|
|
|
|
position: absolute;
|
|
position: absolute;
|
|
bottom: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
left: 0;
|
|
- background-color: rgba(181, 181, 181, .4);
|
|
|
|
- height: 1px;
|
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
|
+ height: 1px;
|
|
|
|
+ background-color: rgba(181, 181, 181, 0.4);
|
|
|
|
+ content: '';
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- &>.button {
|
|
|
|
|
|
+ & > .button {
|
|
margin-top: 20px;
|
|
margin-top: 20px;
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
.bg {
|
|
.bg {
|
|
position: fixed;
|
|
position: fixed;
|
|
- left: 0;
|
|
|
|
top: 0;
|
|
top: 0;
|
|
right: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
bottom: 0;
|
|
- padding: 0;
|
|
|
|
|
|
+ left: 0;
|
|
margin: 0;
|
|
margin: 0;
|
|
|
|
+ padding: 0;
|
|
|
|
|
|
li {
|
|
li {
|
|
position: absolute;
|
|
position: absolute;
|
|
- left: 0;
|
|
|
|
top: 0;
|
|
top: 0;
|
|
|
|
+ left: 0;
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 100%;
|
|
- transition: all 3s;
|
|
|
|
opacity: 0;
|
|
opacity: 0;
|
|
|
|
+ transition: all 3s;
|
|
|
|
|
|
&:first-child {
|
|
&:first-child {
|
|
opacity: 1;
|
|
opacity: 1;
|
|
@@ -398,14 +396,14 @@ button:active {
|
|
.footer {
|
|
.footer {
|
|
position: fixed;
|
|
position: fixed;
|
|
bottom: 50px;
|
|
bottom: 50px;
|
|
|
|
+ left: 50%;
|
|
display: flex;
|
|
display: flex;
|
|
flex-flow: column;
|
|
flex-flow: column;
|
|
- justify-content: center;
|
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
|
+ justify-content: center;
|
|
color: #fff;
|
|
color: #fff;
|
|
- left: 50%;
|
|
|
|
- transform: translateX(-50%);
|
|
|
|
font-size: 20px;
|
|
font-size: 20px;
|
|
|
|
+ transform: translateX(-50%);
|
|
transition: all 1.5s;
|
|
transition: all 1.5s;
|
|
|
|
|
|
a {
|
|
a {
|
|
@@ -413,7 +411,7 @@ button:active {
|
|
letter-spacing: 10px;
|
|
letter-spacing: 10px;
|
|
}
|
|
}
|
|
|
|
|
|
- >span {
|
|
|
|
|
|
+ > span {
|
|
span {
|
|
span {
|
|
margin: 0 3px;
|
|
margin: 0 3px;
|
|
font-size: 15px;
|
|
font-size: 15px;
|
|
@@ -423,18 +421,18 @@ button:active {
|
|
|
|
|
|
.config {
|
|
.config {
|
|
position: absolute;
|
|
position: absolute;
|
|
- bottom: 0%;
|
|
|
|
right: 0%;
|
|
right: 0%;
|
|
- width: 300px;
|
|
|
|
|
|
+ bottom: 0%;
|
|
z-index: 999;
|
|
z-index: 999;
|
|
- padding: 0;
|
|
|
|
|
|
+ width: 300px;
|
|
|
|
+ height: 300px;
|
|
margin: 0;
|
|
margin: 0;
|
|
- border-radius: 5px;
|
|
|
|
|
|
+ padding: 0;
|
|
// transform: translate(-50%, -50%);
|
|
// transform: translate(-50%, -50%);
|
|
color: #fff;
|
|
color: #fff;
|
|
font-size: 15px;
|
|
font-size: 15px;
|
|
- height: 300px;
|
|
|
|
- background-color: rgba(0, 0, 0, .6);
|
|
|
|
|
|
+ background-color: rgba(0, 0, 0, 0.6);
|
|
|
|
+ border-radius: 5px;
|
|
span {
|
|
span {
|
|
color: #fff;
|
|
color: #fff;
|
|
background-color: transparent;
|
|
background-color: transparent;
|
|
@@ -450,25 +448,25 @@ button:active {
|
|
width: 300px;
|
|
width: 300px;
|
|
height: 27px;
|
|
height: 27px;
|
|
padding: 0 15px;
|
|
padding: 0 15px;
|
|
|
|
+ color: #fff;
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ font-family: pt sans, Helvetica, Arial, sans-serif;
|
|
|
|
+ text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
|
|
background: #2d2d2d;
|
|
background: #2d2d2d;
|
|
background: rgba(45, 45, 45, 0.15);
|
|
background: rgba(45, 45, 45, 0.15);
|
|
|
|
+ border: 1px solid #3d3d3d;
|
|
|
|
+ border: 1px solid rgba(255, 255, 255, 0.15);
|
|
-moz-border-radius: 6px;
|
|
-moz-border-radius: 6px;
|
|
-webkit-border-radius: 6px;
|
|
-webkit-border-radius: 6px;
|
|
border-radius: 6px;
|
|
border-radius: 6px;
|
|
- border: 1px solid #3d3d3d;
|
|
|
|
- border: 1px solid rgba(255, 255, 255, 0.15);
|
|
|
|
|
|
+ outline: none;
|
|
-moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1) inset;
|
|
-moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1) inset;
|
|
-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1) inset;
|
|
-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1) inset;
|
|
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1) inset;
|
|
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1) inset;
|
|
- font-family: pt sans, Helvetica, Arial, sans-serif;
|
|
|
|
- font-size: 14px;
|
|
|
|
- color: #fff;
|
|
|
|
- text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
|
|
|
|
-o-transition: all 0.2s;
|
|
-o-transition: all 0.2s;
|
|
-moz-transition: all 0.2s;
|
|
-moz-transition: all 0.2s;
|
|
-webkit-transition: all 0.2s;
|
|
-webkit-transition: all 0.2s;
|
|
-ms-transition: all 0.2s;
|
|
-ms-transition: all 0.2s;
|
|
- outline: none;
|
|
|
|
|
|
|
|
&::-webkit-input-placeholder {
|
|
&::-webkit-input-placeholder {
|
|
color: #fff !important;
|
|
color: #fff !important;
|
|
@@ -489,17 +487,17 @@ button:active {
|
|
|
|
|
|
a {
|
|
a {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
- font-size: 24px;
|
|
|
|
- font-weight: bolder;
|
|
|
|
margin: 0 10px;
|
|
margin: 0 10px;
|
|
- text-decoration: none;
|
|
|
|
|
|
+ font-weight: bolder;
|
|
|
|
+ font-size: 24px;
|
|
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
|
|
+ text-decoration: none;
|
|
}
|
|
}
|
|
|
|
|
|
li {
|
|
li {
|
|
display: flex;
|
|
display: flex;
|
|
- justify-content: center;
|
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
|
+ justify-content: center;
|
|
margin-top: 5px;
|
|
margin-top: 5px;
|
|
|
|
|
|
input {
|
|
input {
|
|
@@ -525,20 +523,20 @@ button:active {
|
|
|
|
|
|
.config_qtww {
|
|
.config_qtww {
|
|
position: fixed;
|
|
position: fixed;
|
|
- right: 10px;
|
|
|
|
top: -28px;
|
|
top: -28px;
|
|
|
|
+ right: 10px;
|
|
z-index: 999;
|
|
z-index: 999;
|
|
width: 100px;
|
|
width: 100px;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
-
|
|
|
|
|
|
+
|
|
img {
|
|
img {
|
|
width: 100%;
|
|
width: 100%;
|
|
}
|
|
}
|
|
- >small{
|
|
|
|
- animation:csshover 10s ease-in infinite;
|
|
|
|
|
|
+ > small {
|
|
|
|
+ animation: csshover 10s ease-in infinite;
|
|
}
|
|
}
|
|
&:hover {
|
|
&:hover {
|
|
- >small {
|
|
|
|
|
|
+ > small {
|
|
opacity: 1;
|
|
opacity: 1;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -555,27 +553,26 @@ button:active {
|
|
}
|
|
}
|
|
|
|
|
|
.config_msg {
|
|
.config_msg {
|
|
- transition: all 0.8s;
|
|
|
|
- opacity: 0;
|
|
|
|
|
|
+ position: absolute;
|
|
|
|
+ bottom: -40px;
|
|
|
|
+ left: -30px;
|
|
float: left;
|
|
float: left;
|
|
|
|
+ box-sizing: border-box;
|
|
width: 200px;
|
|
width: 200px;
|
|
margin: 50px;
|
|
margin: 50px;
|
|
- background-color: transparent;
|
|
|
|
- border: 1px solid #fff;
|
|
|
|
|
|
+ padding: 5px 12px 5px 12px;
|
|
/*为了给after伪元素自动继承*/
|
|
/*为了给after伪元素自动继承*/
|
|
color: #fff;
|
|
color: #fff;
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
line-height: 18px;
|
|
line-height: 18px;
|
|
- padding: 5px 12px 5px 12px;
|
|
|
|
- box-sizing: border-box;
|
|
|
|
|
|
+ background-color: transparent;
|
|
|
|
+ border: 1px solid #fff;
|
|
border-radius: 6px;
|
|
border-radius: 6px;
|
|
- position: absolute;
|
|
|
|
- left: -30px;
|
|
|
|
- bottom: -40px;
|
|
|
|
transform: translateX(-100%);
|
|
transform: translateX(-100%);
|
|
|
|
+ opacity: 0;
|
|
|
|
+ transition: all 0.8s;
|
|
|
|
|
|
&::before {
|
|
&::before {
|
|
- content: '';
|
|
|
|
position: absolute;
|
|
position: absolute;
|
|
top: 50%;
|
|
top: 50%;
|
|
right: -5px;
|
|
right: -5px;
|
|
@@ -585,6 +582,7 @@ button:active {
|
|
background: inherit;
|
|
background: inherit;
|
|
/*自动继承父元素的背景*/
|
|
/*自动继承父元素的背景*/
|
|
transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
|
|
+ content: '';
|
|
// border-top: 1px solid;
|
|
// border-top: 1px solid;
|
|
// border-right: 1px solid;
|
|
// border-right: 1px solid;
|
|
}
|
|
}
|
|
@@ -594,26 +592,25 @@ button:active {
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-evenly;
|
|
justify-content: space-evenly;
|
|
|
|
|
|
- >span {
|
|
|
|
|
|
+ > span {
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@keyframes csshover {
|
|
@keyframes csshover {
|
|
- 0%{
|
|
|
|
|
|
+ 0% {
|
|
opacity: 0;
|
|
opacity: 0;
|
|
}
|
|
}
|
|
- 10%{
|
|
|
|
|
|
+ 10% {
|
|
opacity: 0.5;
|
|
opacity: 0.5;
|
|
}
|
|
}
|
|
- 50%{
|
|
|
|
|
|
+ 50% {
|
|
opacity: 1;
|
|
opacity: 1;
|
|
}
|
|
}
|
|
- 90%{
|
|
|
|
|
|
+ 90% {
|
|
opacity: 0.5;
|
|
opacity: 0.5;
|
|
}
|
|
}
|
|
- 100%{
|
|
|
|
|
|
+ 100% {
|
|
opacity: 0;
|
|
opacity: 0;
|
|
}
|
|
}
|
|
- }
|
|
|
|
-
|
|
|
|
|
|
+}
|