common.less
1.3 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
body, textarea, select, input, button {
// font-size: 12px;
// color: #333;
// font-family: Arial, Helvetica, sans-serif;
// background-color: #f5f5f5;
}
.wrap-v1 {
width: 1100px;
margin: 0 auto;
}
.wrap-v2 {
width: 980px;
margin: 0 auto;
}
.sprite_01 {
background: url(../img/sprite_01.png) no-repeat 0 9999px;
}
.sprite_02 {
background: url(../img/sprite_02.png) no-repeat 0 9999px;
}
.sprite_cover {
background: url(../img/sprite_cover.png) no-repeat 0 9999px;
}
.sprite_icon {
background: url(../img/sprite_icon.png) no-repeat 0 9999px;
}
.sprite_icon2 {
background: url(../img/sprite_icon2.png) no-repeat 0 9999px;
}
.sprite_icon3 {
background: url(../img/sprite_icon3.png) no-repeat 0 9999px;
}
.sprite_button {
background: url(../img/sprite_button.png) no-repeat 0 9999px;
}
.sprite_button2 {
background: url(../img/sprite_button2.png) no-repeat 0 9999px;
}
.sprite_table {
background: url(../img/sprite_table.png) no-repeat 0 9999px;
}
.sprite_playbar {
background: url(../img/playbar_sprite.png) no-repeat 0 9999px;
}
.sprite_playlist {
background: url(../img/playlist_sprite.png) no-repeat 0 9999px;
}
.ant-message .ant-message-notice-content {
// position: fixed;
// left: 50%;
// transform: translateX(-50%);
// bottom: 60px;
// background-color: rgba(0, 0, 0, .7);
// color: #fff;
}