diff --git a/ftIcon/action2/css/index.css b/ftIcon/action2/css/index.css index 8a49143..b629545 100644 --- a/ftIcon/action2/css/index.css +++ b/ftIcon/action2/css/index.css @@ -2,15 +2,6 @@ background: url(../images/en/act-room-bg2.png) no-repeat; background-size: 100% 100%; } -.act-room-bg2 { - width: 10rem; - height: 5.577rem; - background: url(../images/act-room-bg2.png) no-repeat; - background-size: 100% 100%; -} -.act-room-bg2 > p { - display: none; -} .act-room-bg { width: 10rem; height: 5.577rem; @@ -35,3 +26,12 @@ .act-room-bg .act-p2 span { color: #FFF337; } +.act-room-bg2 { + width: 10rem; + height: 5.577rem; + background: url(../images/act-room-bg2.png) no-repeat; + background-size: 100% 100%; +} +.act-room-bg2 > p { + display: none; +} diff --git a/ftIcon/action2/css/index.less b/ftIcon/action2/css/index.less index 4603073..6f2ead2 100644 --- a/ftIcon/action2/css/index.less +++ b/ftIcon/action2/css/index.less @@ -5,15 +5,7 @@ } } -.act-room-bg2{ - width: 10rem; - height: 5.577rem; - background: url(../images/act-room-bg2.png)no-repeat; - background-size: 100% 100%; - >p{ - display: none; - } -} + .act-room-bg{ width: 10rem; height: 5.577rem; @@ -38,3 +30,13 @@ } } } + +.act-room-bg2{ + width: 10rem; + height: 5.577rem; + background: url(../images/act-room-bg2.png)no-repeat; + background-size: 100% 100%; + >p{ + display: none; + } +} \ No newline at end of file