|
|
@@ -46,15 +46,20 @@
|
|
|
}
|
|
|
|
|
|
* {
|
|
|
- -webkit-touch-callout: none; /*系统默认菜单被禁用*/
|
|
|
+ -webkit-touch-callout: none;
|
|
|
+ /*系统默认菜单被禁用*/
|
|
|
|
|
|
- -webkit-user-select: none; /*webkit浏览器*/
|
|
|
+ -webkit-user-select: none;
|
|
|
+ /*webkit浏览器*/
|
|
|
|
|
|
- -khtml-user-select: none; /*早期浏览器*/
|
|
|
+ -khtml-user-select: none;
|
|
|
+ /*早期浏览器*/
|
|
|
|
|
|
- -moz-user-select: none; /*火狐*/
|
|
|
+ -moz-user-select: none;
|
|
|
+ /*火狐*/
|
|
|
|
|
|
- -ms-user-select: none; /*IE10*/
|
|
|
+ -ms-user-select: none;
|
|
|
+ /*IE10*/
|
|
|
|
|
|
user-select: none;
|
|
|
}
|
|
|
@@ -74,6 +79,7 @@ textarea {
|
|
|
.van-divider::before {
|
|
|
height: 5px;
|
|
|
}
|
|
|
+
|
|
|
html,
|
|
|
body {
|
|
|
padding: 0;
|
|
|
@@ -86,10 +92,12 @@ body {
|
|
|
background-color: #272b2e;
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
}
|
|
|
+
|
|
|
body {
|
|
|
height: var(--app-height);
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
+
|
|
|
#app,
|
|
|
.scroll-wrapper {
|
|
|
padding: 0;
|
|
|
@@ -100,14 +108,17 @@ body {
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
}
|
|
|
+
|
|
|
.scroll-wrapper {
|
|
|
overflow: auto;
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
}
|
|
|
+
|
|
|
::-webkit-scrollbar {
|
|
|
display: none;
|
|
|
opacity: 0;
|
|
|
}
|
|
|
+
|
|
|
input:-webkit-autofill {
|
|
|
box-shadow: 0 0 0px 1000px @bg inset;
|
|
|
-webkit-text-fill-color: @text0;
|
|
|
@@ -120,16 +131,20 @@ input:-webkit-autofill {
|
|
|
.flex1 {
|
|
|
flex-grow: 1;
|
|
|
}
|
|
|
+
|
|
|
.van-dialog {
|
|
|
border-radius: 8px;
|
|
|
+
|
|
|
.van-dialog__header {
|
|
|
font-size: 16px;
|
|
|
font-weight: bold;
|
|
|
padding-top: 20px;
|
|
|
}
|
|
|
+
|
|
|
.van-hairline--left::after {
|
|
|
border-color: #f2f4f5;
|
|
|
}
|
|
|
+
|
|
|
.van-hairline--top::after {
|
|
|
border-color: #f2f4f5;
|
|
|
}
|
|
|
@@ -138,6 +153,7 @@ input:-webkit-autofill {
|
|
|
padding: 20px 40px 30px;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
// .van-dialog__footer {
|
|
|
// .van-button--default {
|
|
|
// // color: #626366;
|
|
|
@@ -160,18 +176,21 @@ input:-webkit-autofill {
|
|
|
}
|
|
|
|
|
|
.van-tab {
|
|
|
- color: @text3 !important;
|
|
|
+ color: @text3 !important;
|
|
|
font-size: @font2;
|
|
|
+
|
|
|
&.van-tab--active {
|
|
|
- color: @prim !important;
|
|
|
+ color: @prim !important;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
+
|
|
|
padding: 0 0 !important;
|
|
|
flex-shrink: 0 !important;
|
|
|
flex-grow: 0 !important;
|
|
|
margin-right: 50px;
|
|
|
word-break: keep-all;
|
|
|
}
|
|
|
+
|
|
|
.van-tabs__nav--line.van-tabs__nav--complete {
|
|
|
padding-left: 16px !important;
|
|
|
padding-right: 16px !important;
|
|
|
@@ -182,20 +201,24 @@ input:-webkit-autofill {
|
|
|
.van-tabs__line {
|
|
|
bottom: 20px;
|
|
|
}
|
|
|
+
|
|
|
.van-sticky--fixed {
|
|
|
background-color: @bg;
|
|
|
}
|
|
|
+
|
|
|
.van-tab--active {
|
|
|
.tab {
|
|
|
.van-icon-arrow-up {
|
|
|
color: #646566;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
&.asc {
|
|
|
.tab {
|
|
|
.van-icon-arrow-up {
|
|
|
color: @prim;
|
|
|
}
|
|
|
+
|
|
|
.van-icon-arrow-down {
|
|
|
color: #646566;
|
|
|
}
|
|
|
@@ -216,6 +239,7 @@ input:-webkit-autofill {
|
|
|
.van-tabs.dark {
|
|
|
background-color: #181818;
|
|
|
}
|
|
|
+
|
|
|
.van-nav-bar.dark {
|
|
|
background-color: #181818;
|
|
|
}
|
|
|
@@ -237,10 +261,12 @@ input:-webkit-autofill {
|
|
|
// background-size: content;
|
|
|
// background-attachment: fixed;
|
|
|
}
|
|
|
+
|
|
|
.van-key--blue {
|
|
|
- background-color: @prim!important;
|
|
|
+ background-color: @prim !important;
|
|
|
font-size: 16px;
|
|
|
}
|
|
|
+
|
|
|
.splash-screen {
|
|
|
position: fixed;
|
|
|
width: 100vw;
|
|
|
@@ -259,6 +285,7 @@ input:-webkit-autofill {
|
|
|
.activeAvatar {
|
|
|
// overflow: initial !important;
|
|
|
padding: 0.5%;
|
|
|
+
|
|
|
// background-color: #fff;
|
|
|
img {
|
|
|
border-radius: 100px;
|
|
|
@@ -275,7 +302,9 @@ input:-webkit-autofill {
|
|
|
box-sizing: border-box;
|
|
|
// box-shadow: 0px 0px 6px 0px rgba(38, 245, 13, 0.6);
|
|
|
}
|
|
|
+
|
|
|
position: relative;
|
|
|
+
|
|
|
&::after {
|
|
|
content: '';
|
|
|
background-image: url(https://cdn.raex.vip/png-touxiangkuang.png);
|
|
|
@@ -291,9 +320,11 @@ input:-webkit-autofill {
|
|
|
|
|
|
.darkTabs {
|
|
|
background-color: #222426;
|
|
|
+
|
|
|
.van-tab.van-tab--active {
|
|
|
color: #43ce00 !important;
|
|
|
}
|
|
|
+
|
|
|
.van-tabs__line {
|
|
|
background-color: #43ce00 !important;
|
|
|
width: 16px;
|
|
|
@@ -305,9 +336,11 @@ input:-webkit-autofill {
|
|
|
.van-tab.van-tab--active {
|
|
|
color: #00fe1e !important;
|
|
|
}
|
|
|
+
|
|
|
.van-tabs__line {
|
|
|
background-color: #00fe1e !important;
|
|
|
}
|
|
|
+
|
|
|
.van-tabs__nav--line.van-tabs__nav--complete {
|
|
|
border-top-width: 0;
|
|
|
}
|
|
|
@@ -320,28 +353,34 @@ input:-webkit-autofill {
|
|
|
padding: 0 16px;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.saleSheet {
|
|
|
- min-height: 80vh;
|
|
|
- max-height: 80vh;
|
|
|
+ min-height: calc(92vh - 1.5px);
|
|
|
+ max-height: calc(92vh - 1.5px);
|
|
|
+
|
|
|
.van-action-sheet__header {
|
|
|
border-bottom-width: 0px;
|
|
|
font-size: 16px;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
+
|
|
|
.van-action-sheet__description {
|
|
|
text-align: left;
|
|
|
padding: 0px 16px 0;
|
|
|
+
|
|
|
&::after {
|
|
|
content: none;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.padding-safe-top {
|
|
|
padding-top: var(--safe-top);
|
|
|
}
|
|
|
|
|
|
.van-dialog {
|
|
|
width: 260px;
|
|
|
+
|
|
|
.van-dialog__message--has-title {
|
|
|
color: #939599;
|
|
|
padding: 16px 23px 20px;
|
|
|
@@ -355,8 +394,10 @@ input:-webkit-autofill {
|
|
|
.risk {
|
|
|
background-color: transparent;
|
|
|
width: auto;
|
|
|
+
|
|
|
.van-action-bar {
|
|
|
padding: 10px 16px;
|
|
|
+
|
|
|
.van-action-bar-button {
|
|
|
border-radius: 4px;
|
|
|
}
|
|
|
@@ -366,4 +407,4 @@ input:-webkit-autofill {
|
|
|
.preSticky {
|
|
|
position: relative;
|
|
|
z-index: 99;
|
|
|
-}
|
|
|
+}
|