|
@@ -38,30 +38,30 @@
|
38
|
38
|
}
|
39
|
39
|
|
40
|
40
|
.login-main .login-bottom .center .item .icon-1 {
|
41
|
|
- background: url("[[@{/}]]images/icon-login.png") no-repeat 1px 0;
|
|
41
|
+ background: url("static/images/icon-login.png") no-repeat 1px 0;
|
42
|
42
|
}
|
43
|
43
|
|
44
|
44
|
.login-main .login-bottom .center .item .icon-2 {
|
45
|
|
- background: url("[[@{/}]]images/icon-login.png") no-repeat -54px 0;
|
|
45
|
+ background: url("static/images/icon-login.png") no-repeat -54px 0;
|
46
|
46
|
}
|
47
|
47
|
|
48
|
48
|
.login-main .login-bottom .center .item .icon-3 {
|
49
|
|
- background: url("[[@{/}]]images/icon-login.png") no-repeat -106px 0;
|
|
49
|
+ background: url("static/images/icon-login.png") no-repeat -106px 0;
|
50
|
50
|
}
|
51
|
51
|
|
52
|
52
|
.login-main .login-bottom .center .item .icon-4 {
|
53
|
|
- background: url("[[@{/}]]images/icon-login.png") no-repeat 0 -43px;
|
|
53
|
+ background: url("static/images/icon-login.png") no-repeat 0 -43px;
|
54
|
54
|
position: absolute;
|
55
|
55
|
right: -10px;
|
56
|
56
|
cursor: pointer;
|
57
|
57
|
}
|
58
|
58
|
|
59
|
59
|
.login-main .login-bottom .center .item .icon-5 {
|
60
|
|
- background: url("[[@{/}]]images/icon-login.png") no-repeat -55px -43px;
|
|
60
|
+ background: url("static/images/icon-login.png") no-repeat -55px -43px;
|
61
|
61
|
}
|
62
|
62
|
|
63
|
63
|
.login-main .login-bottom .center .item .icon-6 {
|
64
|
|
- background: url("[[@{/}]]images/icon-login.png") no-repeat 0 -93px;
|
|
64
|
+ background: url("static/images/icon-login.png") no-repeat 0 -93px;
|
65
|
65
|
position: absolute;
|
66
|
66
|
right: -10px;
|
67
|
67
|
margin-top: 8px;
|
|
@@ -85,7 +85,7 @@
|
85
|
85
|
width: 14px;
|
86
|
86
|
height: 14px;
|
87
|
87
|
border: none;
|
88
|
|
- background: url("[[@{/}]]images/icon-login.png") no-repeat -111px -48px;
|
|
88
|
+ background: url("static/images/icon-login.png") no-repeat -111px -48px;
|
89
|
89
|
}
|
90
|
90
|
|
91
|
91
|
.login-main .login-bottom .center .item .icon {
|