blob: b8def153a3f9ec27a4fbbaf93231f74c700e6f22 [file] [log] [blame]
binquan.qiu7f2665f2020-03-27 17:19:57 +08001@import '/weui/weui-wxss/dist/style/weui.wxss';
2/**app.wxss**/
3
4
5.container{
6 width:100%;
7 height:100%;
8}
9image {
10 z-index: 2;
11}
12.center{
13 display: flex;
14 justify-content: center;/*内容居中*/
15 vertical-align: center;/*垂直居中*/
16 align-items: center;/*子view居中*/
17}
18.input-desc {
19 width: 25%;
20 margin-left: 30rpx;
21}
22
23.inline-item {
24 height: 2.3rem;
25 background-color: white;
26 display: flex;
27 border-top: 1px solid rgb(235, 235, 235);
28 font-size: 25rpx;
29
30}
31
32.global-background{
33 background-color: rgb(240, 240, 240);
34 width:100%;
35 height: 100%;
36
37 position: absolute;
38 z-index: -1;
39}
40.page-top {
41 height: 30%;
42 width: 100%;
43 position: relative;
44 background-color: rgb(21, 106, 180);
45}
46
47.arrow-icon{
48 font-size:35rpx;
49 display: block;
50 color:rgb(150, 150, 150);
51}
52
53.input-bar {
54 height: 2rem;
55 border: 1px solid rgb(240, 240, 240);
56 border-style: solid none none none;
57 background-color: white;
58}
59.checkbox{
60 transform: scale(0.6,0.6);
61}
62.long-btn {
63 margin-top: 30rpx;
64 background-color: rgb(21, 106, 180);
65 color: white;
66
67}
68
binquan.qiuf9647a22020-05-08 15:43:24 +080069.long-btn-warn {
70 margin-top: 30rpx;
71 background-color: red;
72 color: white;
73
74}
75
binquan.qiu7f2665f2020-03-27 17:19:57 +080076
77.authcode {
78 color: rgb(21, 106, 180);
79 width: 25%;
80 border-left: 1px solid rgb(235, 235, 235);
81 display: flex;
82
binquan.qiuf9647a22020-05-08 15:43:24 +080083}
84.policy{
85 color: rgb(82, 178, 243);
binquan.qiu7f2665f2020-03-27 17:19:57 +080086}