Commit 56137357 by libai

ft活动上线

parent 27012b0e
.bg-en .act-room-bg1 { .bg-en .act-room-bg1 {
background: url(../images/act-room-bg.png) no-repeat; background: url(../images/act-room-bg.png) no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
width: 10rem;
} }
.act-room-bg1 { .act-room-bg1 {
width: 8rem; width: 8rem;
height: 10.375rem; height: 10.375rem;
background: url(../images/act-room-bg.png?v=2024081301) no-repeat; background: url(../images/act-room-bg.png?v=2024081301) no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
position: absolute; position: relative;
right: -2.9rem; float: right;
top: -3.9rem; transform: scale(0.7);
transform: scale(0.25); top: -1.5rem;
left: 1rem;
} }
.act-room-bg1 .num-box { .act-room-bg1 .num-box {
position: absolute; position: absolute;
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
.act-room-bg1{ .act-room-bg1{
background: url(../images/act-room-bg.png)no-repeat; background: url(../images/act-room-bg.png)no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
width: 10rem;
} }
} }
.act-room-bg1{ .act-room-bg1{
...@@ -9,10 +10,11 @@ ...@@ -9,10 +10,11 @@
height: 10.375rem; height: 10.375rem;
background: url(../images/act-room-bg.png?v=2024081301) no-repeat; background: url(../images/act-room-bg.png?v=2024081301) no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
position: absolute; position: relative;
right: -2.9rem; float: right;
top: -3.9rem; transform: scale(0.7);
transform: scale(0.25); top: -1.5rem;
left: 1rem;
.num-box{ .num-box{
position: absolute; position: absolute;
right: 0.2rem; right: 0.2rem;
......
...@@ -52,7 +52,7 @@ $(function(){ ...@@ -52,7 +52,7 @@ $(function(){
"type":1, "type":1,
// "width":314, // "width":314,
"width":120, "width":120,
"height":87.6, "height":88,
'unit':2, 'unit':2,
"position":1 "position":1
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment