-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathapp.wxss
More file actions
41 lines (41 loc) · 1.13 KB
/
app.wxss
File metadata and controls
41 lines (41 loc) · 1.13 KB
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
37
38
39
40
41
/* 主题 /theme/theme.less */
page {
--button-info-background-color: #63b7af;
--button-info-border-color: #63b7af;
--button-primary-background-color: #6886c5;
--button-primary-border-color: #6886c5;
--button-danger-background-color: #ffacb7;
--button-danger-border-color: #ffacb7;
--button-warning-background-color: #ffe0ac;
--button-warning-border-color: #ffe0ac;
--notify-primary-background-color: #6886c5;
--notify-success-background-color: #abf0e9;
--notify-danger-background-color: #ffacb7;
--notify-warning-background-color: #ffe0ac;
--radio-transition-duration: 0.2s;
--radio-label-margin: 10px;
--radio-checked-icon-color: #63b7af;
--switch-on-background-color: #63b7af;
--tag-dander-color: #ffacb7;
--tag-primary-color: #6886c5;
--tag-success-color: #63b7af;
--tag-warning-color: #ffe0ac;
}
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
}
.text-over {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.loading {
margin-top: 50%;
width: 100%;
}