blob: fb207960cf2e9fda2c713d0586887af0061d3221 [file] [log] [blame]
qiaoweif044a742019-07-10 16:04:20 +08001body {
2 background: #F1F4F4;
3}
4
5.mainbg {
6 background: #03a9f4;
7}
8
9.lightbg {
10 background: #54C8FF;
11}
12
13.tab-bottom button.active::after {
14 background-color: transparent;
15}
16
17.maincolor {
18 color: #03a9f4;
19}
20
21.qrscanner {
22 width: 100%;
23 background: transparent none !important;
24 padding-top: 52px;
25}
26
27.qrscanner-area {
28 height: 100mm;
29 background: url(../img/scanner.svg) no-repeat center center;
30 background-size: contain;
31}
32
33.through-line {
34 left: 20%;
35 width: 60%;
36 height: 2px;
37 background: red;
38 position: absolute;
39 animation: myfirst 2s linear infinite alternate;
40}
qiaowei9579db42020-04-14 13:08:35 +080041.mainmeun-div{
42 height: 100%;
43 flex-direction: row;justify-content: center;
44 align-items: center;display: flex!important;
45 font-size: 20px;
46}
qiaoweif044a742019-07-10 16:04:20 +080047
48@keyframes myfirst {
49 0% {
50 background: #03a9f4;
51 top: 180px;
52 }
53
54 25% {
55 background: #03a9f4;
56 top: 215px;
57 }
58
59 50% {
60 background: #03a9f4;
61 top: 250px;
62 }
63
64 75% {
65 background: #03a9f4;
66 top: 285px;
67 }
68
69 100% {
70 background: #03a9f4;
71 top: 320px;
72 }
73}
74
75.button-bottom {
76 width: 128px;
77 position: absolute;
78 left: 50%;
79 bottom: 80px;
80 margin-left: -64px;
81}
82
83.icon-camera {
84 float: left;
85}
86
87.vcodedisabled {
88 color: #999 !important;
89}
90
91.login-top {
92 height: 200px;
93 background: #03a9f4;
94 color: #fff;
95 font-size: 36px;
96 display: flex;
97 flex-direction: row;
98 justify-content: center;
99 align-items: center;
100}
101
102.weui-toast_content {
103 color: #fff;
104}
105
106.center-in {
107 flex-direction: row;
108 justify-content: center;
109 align-items: center;
110 display: flex;
111}
112
113.top-title {
114 color: #fff;
115 font-size: 20px !important;
116 margin-top: 5px;
117}
118
119.user-info {
120 width: 150%;
121 position: relative;
122 left: -25%;
123 padding-left: 25%;
124 border-bottom-left-radius: 50%;
125 border-bottom-right-radius: 50%;
126 padding-bottom: 1.5rem;
127}
128
129.text-white {
130 color: #ffffff !important;
131}
132
133.text-light {
134 color: #999 !important;
135}
136
137.bg-white {
138 background-color: #ffffff;
139}
140.demos-header {
141 padding: 20px 0;
142 background-color: #03a9f4;
143}
144.demos-title {
145 text-align: center;
146 font-size: 40px;
147 color: #fff;
148 font-weight: 400;
149 margin: 0 15%;
150}
151.detail-title{
152 text-align: center;
153 font-size: 16px;
154 color: #fff;
155}