forked from Bupt-Gantch/MiniProgram
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.wxss
More file actions
36 lines (33 loc) · 820 Bytes
/
app.wxss
File metadata and controls
36 lines (33 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/**app.wxss**/
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 0rpx 0;
box-sizing: border-box;
font-family: "Microsoft Yahei";
}
::-webkit-scrollbar{
width: 0;
height: 0;
color: transparent;
}
/*swtich整体大小及背景色*/
.wx-switch-input{
/* width:82rpx !important;
height:36rpx !important; */
background: #50D2C2 !important;
/*border: #50d2c2 !important; 2018-07-18 重置开关边框颜色 */
}
/*白色样式(false的样式)*/
/* .wx-switch-input::before{
width:80rpx !important;
height: 36rpx !important;
} */
/*绿色样式(true的样式)*/
/* .wx-switch-input::after{
width: 40rpx !important;
height: 36rpx !important;
} */