diff --git a/view/yinmeng/activity/act-sail/css/more.css b/view/yinmeng/activity/act-sail/css/more.css index eb02ee1..21869bd 100644 --- a/view/yinmeng/activity/act-sail/css/more.css +++ b/view/yinmeng/activity/act-sail/css/more.css @@ -15,6 +15,10 @@ body { height: calc(100vh); } .more { + width: 10rem; + height: 100%; + background: url("../images/more.png"); + background-size: 100% 100%; position: relative; } .more .wanfa { width: 1.68rem; diff --git a/view/yinmeng/activity/act-sail/css/more.scss b/view/yinmeng/activity/act-sail/css/more.scss index 7ae03b3..e909f43 100644 --- a/view/yinmeng/activity/act-sail/css/more.scss +++ b/view/yinmeng/activity/act-sail/css/more.scss @@ -32,11 +32,11 @@ body { } .more { - // width: px2rem(750, ); - // // height: px2rem(1030, ); - // height: 100%; - // background: url('../images/more.png'); - // background-size: 100% 100%; + width: px2rem(750, ); + // height: px2rem(1030, ); + height: 100%; + background: url('../images/more.png'); + background-size: 100% 100%; position: relative; .wanfa { diff --git a/view/yinmeng/activity/act-sail/css/play_e.css b/view/yinmeng/activity/act-sail/css/play_e.css index dc692e6..73513a5 100644 --- a/view/yinmeng/activity/act-sail/css/play_e.css +++ b/view/yinmeng/activity/act-sail/css/play_e.css @@ -15,6 +15,10 @@ body { height: calc(100vh); } .play { + width: 10rem; + height: 100%; + background: url("../images/play_explain.png"); + background-size: 100% 100%; /* <360px */ } @media screen and (max-width: 360px) { .play ul { diff --git a/view/yinmeng/activity/act-sail/css/play_e.scss b/view/yinmeng/activity/act-sail/css/play_e.scss index 27c06c0..503c5e6 100644 --- a/view/yinmeng/activity/act-sail/css/play_e.scss +++ b/view/yinmeng/activity/act-sail/css/play_e.scss @@ -33,11 +33,11 @@ body { } .play { - // width: px2rem(750, ); - // // height: px2rem(1030, ); - // height: 100%; - // background: url('../images/play_explain.png'); - // background-size: 100% 100%; + width: px2rem(750, ); + // height: px2rem(1030, ); + height: 100%; + background: url('../images/play_explain.png'); + background-size: 100% 100%; /* <360px */ @media screen and (max-width:360px) { diff --git a/view/yinmeng/activity/act-sail/css/play_i.css b/view/yinmeng/activity/act-sail/css/play_i.css index 04082d1..730abd9 100644 --- a/view/yinmeng/activity/act-sail/css/play_i.css +++ b/view/yinmeng/activity/act-sail/css/play_i.css @@ -15,6 +15,10 @@ body { height: calc(100vh); } .play { + width: 10rem; + height: 100%; + background: url("../images/play_intro.png"); + background-size: 100% 100%; /* <375px */ } .play .introduce { width: 8.0133333333rem; diff --git a/view/yinmeng/activity/act-sail/css/play_i.scss b/view/yinmeng/activity/act-sail/css/play_i.scss index 290a267..1f53729 100644 --- a/view/yinmeng/activity/act-sail/css/play_i.scss +++ b/view/yinmeng/activity/act-sail/css/play_i.scss @@ -33,11 +33,11 @@ body { } .play { - // width: px2rem(750, ); - // // height: px2rem(1030, ); - // height: 100%; - // background: url('../images/play_intro.png'); - // background-size: 100% 100%; + width: px2rem(750, ); + // height: px2rem(1030, ); + height: 100%; + background: url('../images/play_intro.png'); + background-size: 100% 100%; /* <375px */ // @media screen and (max-width:375px) { diff --git a/view/yinmeng/activity/act-sail/css/win.css b/view/yinmeng/activity/act-sail/css/win.css index ffbb199..cdcf943 100644 --- a/view/yinmeng/activity/act-sail/css/win.css +++ b/view/yinmeng/activity/act-sail/css/win.css @@ -15,6 +15,11 @@ body { height: calc(100vh); } .record { + width: 10rem; + height: 100%; + background: url("../images/win_record.png"); + background-size: 100% 100%; + position: relative; /* <360px */ } @media screen and (max-width: 360px) { .record ul { diff --git a/view/yinmeng/activity/act-sail/css/win.scss b/view/yinmeng/activity/act-sail/css/win.scss index 954d0af..efa2d9d 100644 --- a/view/yinmeng/activity/act-sail/css/win.scss +++ b/view/yinmeng/activity/act-sail/css/win.scss @@ -32,12 +32,12 @@ body { } .record { - // width: px2rem(750, ); - // // height: px2rem(1030, ); - // height: 100%; - // background: url('../images/win_record.png'); - // background-size: 100% 100%; - // position: relative; + width: px2rem(750, ); + // height: px2rem(1030, ); + height: 100%; + background: url('../images/win_record.png'); + background-size: 100% 100%; + position: relative; /* <360px */ @media screen and (max-width:360px) { diff --git a/view/yinmeng/home/css/.sass-cache/500788dcecb45996c9f8ce706c012ec10944be24/index.scssc b/view/yinmeng/home/css/.sass-cache/500788dcecb45996c9f8ce706c012ec10944be24/index.scssc deleted file mode 100644 index da65ad3..0000000 Binary files a/view/yinmeng/home/css/.sass-cache/500788dcecb45996c9f8ce706c012ec10944be24/index.scssc and /dev/null differ