blob: 91a9b2d28709b41550b204221769563014e8cdef [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
69
70.authcode {
71 color: rgb(21, 106, 180);
72 width: 25%;
73 border-left: 1px solid rgb(235, 235, 235);
74 display: flex;
75
76}