|
1 | 1 | .bg-1 {
|
2 |
| - background-image: url("../../test/cases/img/logo.png"); |
| 2 | + background-image: url("img/logo.png"); |
3 | 3 | background-size: 150px 88px;
|
4 | 4 | background-repeat: no-repeat;
|
5 | 5 | }
|
6 | 6 | .bg-2 {
|
7 |
| - background-image: url("../../test/cases/img/rider.png"); |
| 7 | + background-image: url("img/rider.png"); |
8 | 8 | background-size: 136px 136px;
|
9 | 9 | background-repeat: no-repeat;
|
10 | 10 | }
|
11 | 11 | @media (min-resolution: 2dppx), (min-resolution: 192dpi) {
|
12 | 12 | .bg-2 {
|
13 |
| - background-image: url("../../test/cases/img/rider@2x.png"); |
| 13 | + background-image: url("img/rider@2x.png"); |
14 | 14 | }
|
15 | 15 | }
|
16 | 16 | .bg-3 {
|
17 |
| - background-image: url("../../test/cases/img/rider.png"); |
| 17 | + background-image: url("img/rider.png"); |
18 | 18 | background-size: 20px 30px;
|
19 | 19 | background-repeat: no-repeat;
|
20 | 20 | }
|
21 | 21 | @media (min-resolution: 2dppx), (min-resolution: 192dpi) {
|
22 | 22 | .bg-3 {
|
23 |
| - background-image: url("../../test/cases/img/rider@2x.png"); |
| 23 | + background-image: url("img/rider@2x.png"); |
24 | 24 | }
|
25 | 25 | }
|
26 | 26 | .bg-4 {
|
27 |
| - background-image: url("../../test/cases/img/rider.png"); |
| 27 | + background-image: url("img/rider.png"); |
28 | 28 | background-size: 20px 136px;
|
29 | 29 | background-repeat: no-repeat;
|
30 | 30 | }
|
31 | 31 | @media (min-resolution: 2dppx), (min-resolution: 192dpi) {
|
32 | 32 | .bg-4 {
|
33 |
| - background-image: url("../../test/cases/img/rider@2x.png"); |
| 33 | + background-image: url("img/rider@2x.png"); |
34 | 34 | }
|
35 | 35 | }
|
36 | 36 | .ir-1 {
|
37 | 37 | color: transparent;
|
38 | 38 | font: 0/0 a;
|
39 | 39 | text-shadow: none;
|
40 |
| - background-image: url("../../test/cases/img/rider.png"); |
| 40 | + background-image: url("img/rider.png"); |
41 | 41 | background-size: 136px 136px;
|
42 | 42 | background-repeat: no-repeat;
|
43 | 43 | }
|
44 | 44 | @media (min-resolution: 2dppx), (min-resolution: 192dpi) {
|
45 | 45 | .ir-1 {
|
46 |
| - background-image: url("../../test/cases/img/rider@2x.png"); |
| 46 | + background-image: url("img/rider@2x.png"); |
47 | 47 | }
|
48 | 48 | }
|
49 | 49 | .ir-2 {
|
50 | 50 | color: transparent;
|
51 | 51 | font: 0/0 a;
|
52 | 52 | text-shadow: none;
|
53 | 53 | background-position: -10px -20px;
|
54 |
| - background-image: url("../../test/cases/img/rider.png"); |
| 54 | + background-image: url("img/rider.png"); |
55 | 55 | background-size: 136px 136px;
|
56 | 56 | background-repeat: no-repeat;
|
57 | 57 | }
|
58 | 58 | @media (min-resolution: 2dppx), (min-resolution: 192dpi) {
|
59 | 59 | .ir-2 {
|
60 |
| - background-image: url("../../test/cases/img/rider@2x.png"); |
| 60 | + background-image: url("img/rider@2x.png"); |
61 | 61 | }
|
62 | 62 | }
|
63 | 63 | .ir-3 {
|
64 | 64 | color: transparent;
|
65 | 65 | font: 0/0 a;
|
66 | 66 | text-shadow: none;
|
67 | 67 | background-position-y: -20px;
|
68 |
| - background-image: url("../../test/cases/img/rider.png"); |
| 68 | + background-image: url("img/rider.png"); |
69 | 69 | background-size: 136px 136px;
|
70 | 70 | background-repeat: no-repeat;
|
71 | 71 | }
|
72 | 72 | @media (min-resolution: 2dppx), (min-resolution: 192dpi) {
|
73 | 73 | .ir-3 {
|
74 |
| - background-image: url("../../test/cases/img/rider@2x.png"); |
| 74 | + background-image: url("img/rider@2x.png"); |
75 | 75 | }
|
76 | 76 | }
|
77 | 77 | .ir-4 {
|
78 | 78 | color: transparent;
|
79 | 79 | font: 0/0 a;
|
80 | 80 | text-shadow: none;
|
81 | 81 | background-position-x: -30px;
|
82 |
| - background-image: url("../../test/cases/img/rider.png"); |
| 82 | + background-image: url("img/rider.png"); |
83 | 83 | background-size: 136px 136px;
|
84 | 84 | background-repeat: no-repeat;
|
85 | 85 | }
|
86 | 86 | @media (min-resolution: 2dppx), (min-resolution: 192dpi) {
|
87 | 87 | .ir-4 {
|
88 |
| - background-image: url("../../test/cases/img/rider@2x.png"); |
| 88 | + background-image: url("img/rider@2x.png"); |
89 | 89 | }
|
90 | 90 | }
|
91 | 91 | .ir-5 {
|
92 | 92 | color: transparent;
|
93 | 93 | font: 0/0 a;
|
94 | 94 | text-shadow: none;
|
95 | 95 | background-position: 0 -30px;
|
96 |
| - background-image: url("../../test/cases/img/rider.png"); |
| 96 | + background-image: url("img/rider.png"); |
97 | 97 | background-size: 100px 200px;
|
98 | 98 | background-repeat: no-repeat;
|
99 | 99 | }
|
100 | 100 | @media (min-resolution: 2dppx), (min-resolution: 192dpi) {
|
101 | 101 | .ir-5 {
|
102 |
| - background-image: url("../../test/cases/img/rider@2x.png"); |
| 102 | + background-image: url("img/rider@2x.png"); |
103 | 103 | }
|
104 | 104 | }
|
105 | 105 | .ir-6 {
|
106 | 106 | color: transparent;
|
107 | 107 | font: 0/0 a;
|
108 | 108 | text-shadow: none;
|
109 | 109 | background-position: 0;
|
110 |
| - background-image: url("../../test/cases/img/rider.png"); |
| 110 | + background-image: url("img/rider.png"); |
111 | 111 | background-size: 100px 200px;
|
112 | 112 | background-repeat: no-repeat;
|
113 | 113 | }
|
114 | 114 | @media (min-resolution: 2dppx), (min-resolution: 192dpi) {
|
115 | 115 | .ir-6 {
|
116 |
| - background-image: url("../../test/cases/img/rider@2x.png"); |
| 116 | + background-image: url("img/rider@2x.png"); |
117 | 117 | }
|
118 | 118 | }
|
| 119 | +.bg2x-1 { |
| 120 | + background-image: url("img/logo.png"); |
| 121 | + background-size: 75px 44px; |
| 122 | + background-repeat: no-repeat; |
| 123 | +} |
| 124 | +.bg2x-2 { |
| 125 | + background-image: url("img/logo.png"); |
| 126 | + background-size: 10px 44px; |
| 127 | + background-repeat: no-repeat; |
| 128 | +} |
| 129 | +.bg2x-3 { |
| 130 | + background-image: url("img/logo.png"); |
| 131 | + background-size: 10px 5px; |
| 132 | + background-repeat: no-repeat; |
| 133 | +} |
| 134 | +.bg2x-4 { |
| 135 | + background-image: url("img/rider@2x.png"); |
| 136 | + background-size: 136px 136px; |
| 137 | + background-repeat: no-repeat; |
| 138 | +} |
| 139 | +.bg3x-1 { |
| 140 | + background-image: url("img/logo.png"); |
| 141 | + background-size: 50px 29px; |
| 142 | + background-repeat: no-repeat; |
| 143 | +} |
| 144 | +.bg-dppx-1 { |
| 145 | + background-image: url("img/logo.png"); |
| 146 | + background-size: 75px 44px; |
| 147 | + background-repeat: no-repeat; |
| 148 | +} |
| 149 | +.bg-dppx-2 { |
| 150 | + background-image: url("img/logo.png"); |
| 151 | + background-size: 37px 22px; |
| 152 | + background-repeat: no-repeat; |
| 153 | +} |
0 commit comments