|
@@ -172,10 +172,11 @@ html {
|
|
|
.leftmains {
|
|
|
width: 3.5rem;
|
|
|
/* height: 100%; */
|
|
|
- background: #333333;
|
|
|
+ background: #020206;
|
|
|
position: fixed;
|
|
|
right: -4rem;
|
|
|
top: 0;
|
|
|
+ opacity: 0.8;
|
|
|
bottom: 50px;
|
|
|
z-index: 2;
|
|
|
transition: all 0.2s ease-in;
|
|
@@ -210,24 +211,25 @@ html {
|
|
|
margin: 0 auto;
|
|
|
width: 3rem;
|
|
|
/* height: 1.8rem; */
|
|
|
- line-height: 1.8rem;
|
|
|
+ line-height: 1.5rem;
|
|
|
color: #fff;
|
|
|
text-align: center;
|
|
|
font-size: 16px;
|
|
|
/* margin-top: 3rem; */
|
|
|
}
|
|
|
-.upload + .upload {
|
|
|
+
|
|
|
+.upload+.upload {
|
|
|
margin-top: 1rem;
|
|
|
}
|
|
|
|
|
|
.upload img {
|
|
|
- width: 1.5rem;
|
|
|
- height: 1.5rem;
|
|
|
+ width: 1.2rem;
|
|
|
+ height: 1.2rem;
|
|
|
}
|
|
|
|
|
|
.upload div {
|
|
|
margin-top: -0.5rem;
|
|
|
- font-size: 14px;
|
|
|
+ font-size: 12px;
|
|
|
}
|
|
|
|
|
|
.operation {
|
|
@@ -238,10 +240,14 @@ html {
|
|
|
width: 100%;
|
|
|
}
|
|
|
|
|
|
+#dormant {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+
|
|
|
.bottommains {
|
|
|
width: 100%;
|
|
|
height: 50px;
|
|
|
- background: #333333;
|
|
|
+ background: #020206;
|
|
|
position: fixed;
|
|
|
left: 0;
|
|
|
bottom: 0;
|
|
@@ -498,19 +504,28 @@ li {
|
|
|
left: 0;
|
|
|
z-index: 4;
|
|
|
}
|
|
|
+
|
|
|
* {
|
|
|
- -webkit-touch-callout: none; /*系统默认菜单被禁用*/
|
|
|
- -webkit-user-select: none; /*webkit浏览器*/
|
|
|
- -khtml-user-select: none; /*早期浏览器*/
|
|
|
- -moz-user-select: none; /*火狐*/
|
|
|
- -ms-user-select: none; /*IE10*/
|
|
|
+ -webkit-touch-callout: none;
|
|
|
+ /*系统默认菜单被禁用*/
|
|
|
+ -webkit-user-select: none;
|
|
|
+ /*webkit浏览器*/
|
|
|
+ -khtml-user-select: none;
|
|
|
+ /*早期浏览器*/
|
|
|
+ -moz-user-select: none;
|
|
|
+ /*火狐*/
|
|
|
+ -ms-user-select: none;
|
|
|
+ /*IE10*/
|
|
|
user-select: none;
|
|
|
}
|
|
|
+
|
|
|
input,
|
|
|
textarea {
|
|
|
- -webkit-user-select: auto; /*webkit浏览器*/
|
|
|
+ -webkit-user-select: auto;
|
|
|
+ /*webkit浏览器*/
|
|
|
outline: none;
|
|
|
}
|
|
|
+
|
|
|
.bottommains img {
|
|
|
pointer-events: none;
|
|
|
}
|
|
@@ -531,7 +546,8 @@ textarea {
|
|
|
display: none;
|
|
|
}
|
|
|
|
|
|
-.time-lang-container, .countdown-container{
|
|
|
+.time-lang-container,
|
|
|
+.countdown-container {
|
|
|
width: 80%;
|
|
|
height: 356px;
|
|
|
position: absolute;
|
|
@@ -545,36 +561,40 @@ textarea {
|
|
|
align-items: center;
|
|
|
}
|
|
|
|
|
|
-.time-lang-img, .countdown-img{
|
|
|
+.time-lang-img,
|
|
|
+.countdown-img {
|
|
|
width: 104px;
|
|
|
height: 140px;
|
|
|
}
|
|
|
|
|
|
-.time-lang-title, .countdown-title{
|
|
|
+.time-lang-title,
|
|
|
+.countdown-title {
|
|
|
margin-top: 0.34rem;
|
|
|
font-size: 18px;
|
|
|
font-weight: 600;
|
|
|
color: #363636;
|
|
|
}
|
|
|
|
|
|
-.time-lang-tip, .countdown-tip{
|
|
|
+.time-lang-tip,
|
|
|
+.countdown-tip {
|
|
|
margin-top: 0.28rem;
|
|
|
font-size: 14px;
|
|
|
color: #757580;
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
|
-.countdown-tip2{
|
|
|
+.countdown-tip2 {
|
|
|
margin-top: 0.16rem;
|
|
|
font-size: 14px;
|
|
|
color: #757580;
|
|
|
}
|
|
|
|
|
|
-.countdown-time{
|
|
|
+.countdown-time {
|
|
|
color: #00DB88;
|
|
|
}
|
|
|
|
|
|
-.time-lang-btn, .countdown-btn{
|
|
|
+.time-lang-btn,
|
|
|
+.countdown-btn {
|
|
|
width: 244px;
|
|
|
height: 50px;
|
|
|
line-height: 50px;
|
|
@@ -587,7 +607,7 @@ textarea {
|
|
|
color: #FFFFFF;
|
|
|
}
|
|
|
|
|
|
-.countdown-btn{
|
|
|
+.countdown-btn {
|
|
|
margin-top: 24px;
|
|
|
}
|
|
|
|
|
@@ -602,7 +622,7 @@ textarea {
|
|
|
border-radius: 0.66em;
|
|
|
}
|
|
|
|
|
|
-.apply-container{
|
|
|
+.apply-container {
|
|
|
width: 80%;
|
|
|
height: 419px;
|
|
|
position: absolute;
|
|
@@ -613,7 +633,7 @@ textarea {
|
|
|
border-radius: 0.66em;
|
|
|
}
|
|
|
|
|
|
-.apply-title{
|
|
|
+.apply-title {
|
|
|
text-align: center;
|
|
|
margin-top: 0.34rem;
|
|
|
font-size: 16px;
|
|
@@ -621,12 +641,12 @@ textarea {
|
|
|
color: #363636;
|
|
|
}
|
|
|
|
|
|
-.apply-list{
|
|
|
+.apply-list {
|
|
|
height: 290px;
|
|
|
margin-top: 16px;
|
|
|
}
|
|
|
|
|
|
-.apply-item{
|
|
|
+.apply-item {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
@@ -644,26 +664,26 @@ textarea {
|
|
|
border-radius: 10px;
|
|
|
}
|
|
|
|
|
|
-.apply-row{
|
|
|
+.apply-row {
|
|
|
flex: 1;
|
|
|
margin-left: 10px;
|
|
|
}
|
|
|
|
|
|
-.apply-row-title{
|
|
|
+.apply-row-title {
|
|
|
width: 140px;
|
|
|
- overflow:hidden;
|
|
|
- text-overflow:ellipsis;
|
|
|
- white-space:nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ white-space: nowrap;
|
|
|
font-size: 16px;
|
|
|
color: #363636;
|
|
|
}
|
|
|
|
|
|
-.apply-row-down{
|
|
|
+.apply-row-down {
|
|
|
font-size: 12px;
|
|
|
color: #757580;
|
|
|
}
|
|
|
|
|
|
-.apply-down-btn{
|
|
|
+.apply-down-btn {
|
|
|
width: 68px;
|
|
|
height: 30px;
|
|
|
line-height: 30px;
|
|
@@ -674,7 +694,7 @@ textarea {
|
|
|
color: #FFFFFF;
|
|
|
}
|
|
|
|
|
|
-.apply-list-change{
|
|
|
+.apply-list-change {
|
|
|
width: 244px;
|
|
|
height: 50px;
|
|
|
line-height: 50px;
|
|
@@ -776,6 +796,7 @@ textarea {
|
|
|
box-sizing: border-box;
|
|
|
display: none;
|
|
|
}
|
|
|
+
|
|
|
.dialog-mask {
|
|
|
background-color: rgba(0, 0, 0, 0.6);
|
|
|
position: absolute;
|
|
@@ -787,18 +808,22 @@ textarea {
|
|
|
height: 100%;
|
|
|
z-index: 0;
|
|
|
}
|
|
|
+
|
|
|
.dialog.show {
|
|
|
display: flex;
|
|
|
}
|
|
|
+
|
|
|
.dialog * {
|
|
|
box-sizing: inherit;
|
|
|
}
|
|
|
+
|
|
|
.dialog-content-border {
|
|
|
width: 70vw;
|
|
|
/* height: 70vw; */
|
|
|
z-index: 1;
|
|
|
position: relative;
|
|
|
}
|
|
|
+
|
|
|
.dialog-content {
|
|
|
width: 100%;
|
|
|
/* height: 100%; */
|
|
@@ -807,6 +832,7 @@ textarea {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
}
|
|
|
+
|
|
|
.dialog-header {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
@@ -815,11 +841,13 @@ textarea {
|
|
|
padding: 0 5vw;
|
|
|
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
|
|
|
}
|
|
|
+
|
|
|
.dialog-btn {
|
|
|
padding: 0.5rem;
|
|
|
line-height: 1;
|
|
|
color: rgba(255, 255, 255, 0.6);
|
|
|
}
|
|
|
+
|
|
|
.dialog-btn.confirm {
|
|
|
color: #fff;
|
|
|
}
|
|
@@ -828,25 +856,24 @@ textarea {
|
|
|
overflow: hidden;
|
|
|
padding: 1px;
|
|
|
border-radius: 20px;
|
|
|
- background: linear-gradient(
|
|
|
- 180deg,
|
|
|
- rgba(118, 204, 255, 1),
|
|
|
- rgba(195, 40, 255, 1)
|
|
|
- );
|
|
|
+ background: linear-gradient(180deg,
|
|
|
+ rgba(118, 204, 255, 1),
|
|
|
+ rgba(195, 40, 255, 1));
|
|
|
}
|
|
|
+
|
|
|
#set-phone-size-dialog .dialog-content {
|
|
|
overflow: hidden;
|
|
|
border-radius: 20px;
|
|
|
background-color: #000000;
|
|
|
}
|
|
|
+
|
|
|
.menu-btn {
|
|
|
margin: 0 auto;
|
|
|
width: 2.5rem;
|
|
|
- height: 1.8rem;
|
|
|
line-height: 1.8rem;
|
|
|
color: #fff;
|
|
|
text-align: center;
|
|
|
- font-size: 15px;
|
|
|
+ font-size: 12px;
|
|
|
margin-top: 1rem;
|
|
|
}
|
|
|
|
|
@@ -854,6 +881,7 @@ textarea {
|
|
|
/* margin-top: 2vw; */
|
|
|
padding: 4vw 0;
|
|
|
}
|
|
|
+
|
|
|
.phone-size-item {
|
|
|
height: 11.7333vw !important;
|
|
|
/* text-align: center; */
|
|
@@ -863,6 +891,7 @@ textarea {
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
}
|
|
|
+
|
|
|
.phone-size-item.active {
|
|
|
color: #fff;
|
|
|
font-size: 4.2667vw;
|
|
@@ -871,14 +900,17 @@ textarea {
|
|
|
background-position: center center;
|
|
|
background-repeat: no-repeat;
|
|
|
}
|
|
|
+
|
|
|
#box {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
}
|
|
|
+
|
|
|
#playCanvas {
|
|
|
flex: none;
|
|
|
}
|
|
|
+
|
|
|
#playCanvas.vertical {
|
|
|
position: relative;
|
|
|
transform: rotate(0deg);
|
|
@@ -886,6 +918,7 @@ textarea {
|
|
|
width: 100vw;
|
|
|
height: calc(100vh - 50px);
|
|
|
}
|
|
|
+
|
|
|
#playCanvas.horizontal {
|
|
|
position: relative;
|
|
|
transform: rotate(90deg);
|
|
@@ -893,6 +926,7 @@ textarea {
|
|
|
width: calc(100vh - 50px);
|
|
|
height: 100vw;
|
|
|
}
|
|
|
+
|
|
|
.count-view {
|
|
|
min-width: 5.16rem;
|
|
|
height: 1.63rem;
|
|
@@ -911,16 +945,19 @@ textarea {
|
|
|
z-index: 10000;
|
|
|
display: none;
|
|
|
}
|
|
|
+
|
|
|
.fnca {
|
|
|
display: flex;
|
|
|
flex-wrap: nowrap;
|
|
|
justify-content: space-around;
|
|
|
align-items: center;
|
|
|
}
|
|
|
+
|
|
|
.wh22 {
|
|
|
width: 0.99rem;
|
|
|
height: 0.99rem;
|
|
|
}
|
|
|
+
|
|
|
.line {
|
|
|
width: 1px;
|
|
|
height: 0.81rem;
|
|
@@ -928,6 +965,7 @@ textarea {
|
|
|
border-radius: 1px;
|
|
|
opacity: 0.3;
|
|
|
}
|
|
|
+
|
|
|
/* .dialog-jifei {
|
|
|
width: 13.26rem;
|
|
|
height: 13.17rem;
|
|
@@ -944,12 +982,14 @@ textarea {
|
|
|
height: 5.88rem;
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
+
|
|
|
.fs16 {
|
|
|
font-size: 0.72rem;
|
|
|
font-weight: 500;
|
|
|
color: #363636;
|
|
|
text-align: center;
|
|
|
}
|
|
|
+
|
|
|
.fs14 {
|
|
|
font-size: 0.63rem;
|
|
|
color: #757580;
|
|
@@ -957,9 +997,11 @@ textarea {
|
|
|
margin-top: 0.45rem;
|
|
|
text-align: center;
|
|
|
}
|
|
|
+
|
|
|
.c00DB88 {
|
|
|
color: #00DB88;
|
|
|
}
|
|
|
+
|
|
|
.jishi-close-icon {
|
|
|
width: 9.375rem;
|
|
|
height: 1.81rem;
|