Compare commits
10 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
fec9ac7a45 | ||
![]() |
14db22d7e6 | ||
![]() |
aa30bc011a | ||
![]() |
d575f38a9e | ||
![]() |
f8d4aaa1cc | ||
![]() |
1d4c97fc9a | ||
![]() |
d628f2dc88 | ||
![]() |
f6e9654491 | ||
![]() |
3a281a8f1a | ||
![]() |
1783f05973 |
731
view/yinmeng/activity/2024-cityLove/css/index.css
Normal file
@@ -0,0 +1,731 @@
|
||||
html,
|
||||
body {
|
||||
width: 100%;
|
||||
background: #F9E4D6;
|
||||
}
|
||||
|
||||
.rabbit {
|
||||
z-index: 999;
|
||||
width: 0.8rem;
|
||||
height: 0.8rem;
|
||||
}
|
||||
|
||||
.back {
|
||||
position: fixed;
|
||||
top: 0.93333rem;
|
||||
left: 0.45333rem;
|
||||
z-index: 99;
|
||||
width: 0.82667rem;
|
||||
height: 0.82667rem;
|
||||
}
|
||||
|
||||
.back img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.back p {
|
||||
color: #fff;
|
||||
font-size: 0.42667rem;
|
||||
position: absolute;
|
||||
width: 9rem;
|
||||
left: 0;
|
||||
top: 0;
|
||||
height: 100%;
|
||||
text-align: center;
|
||||
line-height: 0.82667rem;
|
||||
}
|
||||
|
||||
.header {
|
||||
width: 10rem;
|
||||
height: 11.6rem;
|
||||
background: url(../images/header.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
position: relative;
|
||||
margin: 0 auto 0rem;
|
||||
}
|
||||
|
||||
.header .rule_icon {
|
||||
position: absolute;
|
||||
width: 1.76rem;
|
||||
height: 0.97333rem;
|
||||
right: 0;
|
||||
top: 4.6rem;
|
||||
}
|
||||
|
||||
.header .tab {
|
||||
width: 7.89333rem;
|
||||
height: 1.36rem;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
top: 7.64rem;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.header .tab div {
|
||||
width: 3.46667rem;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.header .tab .tab1 {
|
||||
background: url(../images/tab1.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
.header .tab .tab2 {
|
||||
background: url(../images/tab2.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
.header .tab .act1 {
|
||||
background: url(../images/tabAct1.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
.header .tab .act2 {
|
||||
background: url(../images/tabAct2.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
.page1 .page1Box1 {
|
||||
width: 10rem;
|
||||
height: 9.74667rem;
|
||||
display: block;
|
||||
margin: -2.6rem auto 0rem;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.page1 .page1Box2 {
|
||||
width: 10rem;
|
||||
height: 12.44rem;
|
||||
display: block;
|
||||
margin: -1.1rem auto 0rem;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.page1 .page1Box3 {
|
||||
width: 10rem;
|
||||
height: 12.28rem;
|
||||
display: block;
|
||||
margin: -1.1rem auto 0rem;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.page1 .page1Box4 {
|
||||
width: 10rem;
|
||||
height: 15rem;
|
||||
margin: -1.1rem auto 0rem;
|
||||
position: relative;
|
||||
background: url(../images/page1Box4.png) no-repeat 100% 100%;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
.page1 .page1Box4 .left {
|
||||
width: 3.48rem;
|
||||
height: 0.84rem;
|
||||
line-height: 0.81333rem;
|
||||
background: url(../images/page1Box4_left.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
color: #FF5B8D;
|
||||
font-size: 0.28rem;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 2.69333rem;
|
||||
text-indent: 2.55rem;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.page1 .page1Box4 .right {
|
||||
width: 3.48rem;
|
||||
height: 0.84rem;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 2.69333rem;
|
||||
}
|
||||
|
||||
.page1 .page1Box4 .dayLimit {
|
||||
width: 0.76rem;
|
||||
height: 0.36rem;
|
||||
line-height: 0.36rem;
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
font-size: 0.16rem;
|
||||
font-weight: 500;
|
||||
position: absolute;
|
||||
top: 4.10667rem;
|
||||
background: url(../images/dayLimit.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
text-indent: 0.05rem;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.page1 .page1Box4 .dayLimit1 {
|
||||
left: 2.81333rem;
|
||||
}
|
||||
|
||||
.page1 .page1Box4 .dayLimit2 {
|
||||
left: 5.49333rem;
|
||||
}
|
||||
|
||||
.page1 .page1Box4 .dayLimit3 {
|
||||
left: 8.22667rem;
|
||||
}
|
||||
|
||||
.page1 .page1Box4 .convert {
|
||||
width: 1.73333rem;
|
||||
height: 0.61333rem;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.page1 .page1Box4 .convert1 {
|
||||
left: 1.37333rem;
|
||||
top: 6.33333rem;
|
||||
}
|
||||
|
||||
.page1 .page1Box4 .convert2 {
|
||||
left: 4.04rem;
|
||||
top: 6.33333rem;
|
||||
}
|
||||
|
||||
.page1 .page1Box4 .convert3 {
|
||||
left: 6.8rem;
|
||||
top: 6.33333rem;
|
||||
}
|
||||
|
||||
.page1 .page1Box4 .convert4 {
|
||||
left: 1.37333rem;
|
||||
top: 9.45333rem;
|
||||
}
|
||||
|
||||
.page1 .page1Box4 .convert5 {
|
||||
left: 4.04rem;
|
||||
top: 9.45333rem;
|
||||
}
|
||||
|
||||
.page1 .page1Box4 .convert6 {
|
||||
left: 6.8rem;
|
||||
top: 9.45333rem;
|
||||
}
|
||||
|
||||
.page1 .page1Box4 .convert7 {
|
||||
left: 2.8rem;
|
||||
top: 12.65333rem;
|
||||
}
|
||||
|
||||
.page1 .page1Box4 .convert8 {
|
||||
left: 5.45333rem;
|
||||
top: 12.65333rem;
|
||||
}
|
||||
|
||||
.page2 {
|
||||
display: none;
|
||||
width: 10rem;
|
||||
height: 20.56rem;
|
||||
background: url(../images/page2.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
position: relative;
|
||||
margin: -2.6rem auto 1.33333rem;
|
||||
}
|
||||
|
||||
.page2 .first .left_ts {
|
||||
width: 2.16rem;
|
||||
height: 2.13333rem;
|
||||
position: absolute;
|
||||
left: 2.16rem;
|
||||
top: 2.68rem;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.page2 .first .right_ts {
|
||||
width: 2.16rem;
|
||||
height: 2.13333rem;
|
||||
position: absolute;
|
||||
right: 2.16rem;
|
||||
top: 2.68rem;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.page2 .first .left_tx {
|
||||
width: 1.76rem;
|
||||
height: 1.76rem;
|
||||
border-radius: 50%;
|
||||
position: absolute;
|
||||
left: 2.33333rem;
|
||||
top: 2.89333rem;
|
||||
}
|
||||
|
||||
.page2 .first .right_tx {
|
||||
width: 1.76rem;
|
||||
height: 1.76rem;
|
||||
border-radius: 50%;
|
||||
position: absolute;
|
||||
right: 2.33333rem;
|
||||
top: 2.89333rem;
|
||||
}
|
||||
|
||||
.page2 .first .score {
|
||||
width: 1.5rem;
|
||||
text-align: center;
|
||||
-webkit-text-stroke: 0.01333rem #FE5A9F;
|
||||
/* Safari */
|
||||
font-size: 0.28rem;
|
||||
color: #fff;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
top: 3.82667rem;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.page2 .first .leftNick {
|
||||
width: 2.16rem;
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
position: absolute;
|
||||
left: 2.24rem;
|
||||
top: 5rem;
|
||||
color: #B8004E;
|
||||
font-weight: bold;
|
||||
font-size: 0.28rem;
|
||||
}
|
||||
|
||||
.page2 .first .rightNick {
|
||||
width: 2.16rem;
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
position: absolute;
|
||||
right: 2.24rem;
|
||||
top: 5rem;
|
||||
color: #B8004E;
|
||||
font-weight: bold;
|
||||
font-size: 0.28rem;
|
||||
}
|
||||
|
||||
.page2 .notFirst {
|
||||
width: 8.88rem;
|
||||
height: 12rem;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
top: 7.13333rem;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.page2 .notFirst::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.page2 .notFirst li {
|
||||
width: 8.88rem;
|
||||
height: 1.82667rem;
|
||||
background: url(../images/listBg.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.page2 .notFirst li .num {
|
||||
width: 0.66667rem;
|
||||
height: 100%;
|
||||
line-height: 1.82667rem;
|
||||
text-align: center;
|
||||
color: #B16B74;
|
||||
font-size: 0.30667rem;
|
||||
font-weight: 500;
|
||||
float: left;
|
||||
margin-left: 0.52rem;
|
||||
margin-right: 0.2rem;
|
||||
}
|
||||
|
||||
.page2 .notFirst li .left_tx {
|
||||
width: 1.09333rem;
|
||||
height: 1.09333rem;
|
||||
border-radius: 1.09333rem;
|
||||
float: left;
|
||||
margin-top: 0.38667rem;
|
||||
border: 0.02667rem solid #FFABC7;
|
||||
margin-right: 0.18667rem;
|
||||
}
|
||||
|
||||
.page2 .notFirst li .right_tx {
|
||||
width: 1.09333rem;
|
||||
height: 1.09333rem;
|
||||
border-radius: 1.09333rem;
|
||||
float: left;
|
||||
margin-top: 0.38667rem;
|
||||
border: 0.02667rem solid #FFABC7;
|
||||
}
|
||||
|
||||
.page2 .notFirst li .love {
|
||||
width: 1.02667rem;
|
||||
height: 0.90667rem;
|
||||
position: absolute;
|
||||
left: 2.10667rem;
|
||||
top: 0.50667rem;
|
||||
}
|
||||
|
||||
.page2 .notFirst li .nickLeft {
|
||||
width: 2.2rem;
|
||||
color: #FF658E;
|
||||
font-size: 0.28rem;
|
||||
font-weight: 500;
|
||||
position: absolute;
|
||||
left: 4rem;
|
||||
top: 0.58667rem;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.page2 .notFirst li .nickRight {
|
||||
width: 2.2rem;
|
||||
color: #FF658E;
|
||||
font-size: 0.28rem;
|
||||
font-weight: 500;
|
||||
position: absolute;
|
||||
left: 4rem;
|
||||
top: 0.98667rem;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.page2 .notFirst li .score {
|
||||
float: right;
|
||||
height: 100%;
|
||||
line-height: 1.82667rem;
|
||||
color: #FE5F93;
|
||||
font-size: 0.32rem;
|
||||
margin-right: 1rem;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.page2 .my {
|
||||
width: 10rem;
|
||||
height: 3.16rem;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
background: url(../images/my.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background: url(../images/my2.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
transition: all .3s;
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
.page2 .my .more {
|
||||
width: 1.24rem;
|
||||
height: 1.24rem;
|
||||
position: absolute;
|
||||
right: 0.09333rem;
|
||||
top: -0.41333rem;
|
||||
}
|
||||
|
||||
.page2 .my ul {
|
||||
width: 8.88rem;
|
||||
height: 1.82667rem;
|
||||
margin: 1.10667rem auto 0;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
.page2 .my ul::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.page2 .my ul li {
|
||||
width: 100%;
|
||||
height: 1.82667rem;
|
||||
background: url(../images/myList.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
position: relative;
|
||||
margin-bottom: 0.10667rem;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.page2 .my ul li .num {
|
||||
width: 0.66667rem;
|
||||
height: 100%;
|
||||
line-height: 1.82667rem;
|
||||
text-align: center;
|
||||
color: #B16B74;
|
||||
font-size: 0.30667rem;
|
||||
font-weight: 500;
|
||||
float: left;
|
||||
margin-left: 0.52rem;
|
||||
margin-right: 0.2rem;
|
||||
}
|
||||
|
||||
.page2 .my ul li .left_tx {
|
||||
width: 1.09333rem;
|
||||
height: 1.09333rem;
|
||||
border-radius: 1.09333rem;
|
||||
float: left;
|
||||
margin-top: 0.38667rem;
|
||||
border: 0.02667rem solid #FFABC7;
|
||||
margin-right: 0.18667rem;
|
||||
}
|
||||
|
||||
.page2 .my ul li .right_tx {
|
||||
width: 1.09333rem;
|
||||
height: 1.09333rem;
|
||||
border-radius: 1.09333rem;
|
||||
float: left;
|
||||
margin-top: 0.38667rem;
|
||||
border: 0.02667rem solid #FFABC7;
|
||||
}
|
||||
|
||||
.page2 .my ul li .love {
|
||||
width: 1.02667rem;
|
||||
height: 0.90667rem;
|
||||
position: absolute;
|
||||
left: 2.10667rem;
|
||||
top: 0.50667rem;
|
||||
}
|
||||
|
||||
.page2 .my ul li .nickLeft {
|
||||
width: 2.2rem;
|
||||
color: #FF658E;
|
||||
font-size: 0.28rem;
|
||||
font-weight: 500;
|
||||
position: absolute;
|
||||
left: 4rem;
|
||||
top: 0.58667rem;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.page2 .my ul li .nickRight {
|
||||
width: 2.2rem;
|
||||
color: #FF658E;
|
||||
font-size: 0.28rem;
|
||||
font-weight: 500;
|
||||
position: absolute;
|
||||
left: 4rem;
|
||||
top: 0.98667rem;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.page2 .my ul li .score {
|
||||
float: right;
|
||||
height: 100%;
|
||||
line-height: 1.82667rem;
|
||||
color: #FE5F93;
|
||||
font-size: 0.32rem;
|
||||
margin-right: 1rem;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.page2 .my ul .null {
|
||||
background: none;
|
||||
text-align: center;
|
||||
line-height: 1.82667rem;
|
||||
color: #FF658E;
|
||||
font-size: 0.4rem;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.rule {
|
||||
position: fixed;
|
||||
z-index: 99;
|
||||
left: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
background: rgba(0, 0, 0, 0.6);
|
||||
display: none;
|
||||
}
|
||||
|
||||
.rule .rule_in {
|
||||
width: 9.10667rem;
|
||||
height: 13.18667rem;
|
||||
background: url(../images/ruleBg.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.rule .rule_in .tab {
|
||||
width: 6.64rem;
|
||||
height: 1.22667rem;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin: 2.4rem auto 0.25333rem;
|
||||
}
|
||||
|
||||
.rule .rule_in .tab div {
|
||||
width: 3.13333rem;
|
||||
height: 1.22667rem;
|
||||
}
|
||||
|
||||
.rule .rule_in .tab .tab1 {
|
||||
background: url(../images/ruleTab1.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
.rule .rule_in .tab .tab2 {
|
||||
background: url(../images/ruleTab2.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
.rule .rule_in .tab .act1 {
|
||||
background: url(../images/ruleTabAct1.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
.rule .rule_in .tab .act2 {
|
||||
background: url(../images/ruleTabAct2.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
.rule .rule_in .box {
|
||||
width: 7.81333rem;
|
||||
height: 8.5rem;
|
||||
margin: 0 auto 0;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.rule .rule_in .box::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.rule .rule_in .box img {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.rule .rule_in .box .img2 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.rule .rule_in .box2 {
|
||||
width: 8.29333rem;
|
||||
}
|
||||
|
||||
.end {
|
||||
position: fixed;
|
||||
z-index: 99;
|
||||
left: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
background: rgba(0, 0, 0, 0.6);
|
||||
display: none;
|
||||
}
|
||||
|
||||
.end .end_in {
|
||||
width: 7rem;
|
||||
height: 5.48rem;
|
||||
background: url(../images/endBg.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.end .but {
|
||||
width: 3.14667rem;
|
||||
height: 1.22667rem;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
bottom: 0.81333rem;
|
||||
}
|
||||
|
||||
.records {
|
||||
position: fixed;
|
||||
z-index: 99;
|
||||
left: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
background: rgba(0, 0, 0, 0.6);
|
||||
display: none;
|
||||
}
|
||||
|
||||
.records .records_in {
|
||||
width: 9.61333rem;
|
||||
height: 8.48rem;
|
||||
background: url(../images/recordsBg.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.records .records_in .title {
|
||||
width: 5.4rem;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
color: #8956AA;
|
||||
font-weight: 500;
|
||||
font-size: 0.36rem;
|
||||
margin: 2.49333rem auto 0.48rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.records .records_in .title div {
|
||||
width: 2.7rem;
|
||||
}
|
||||
|
||||
.records .records_in ul {
|
||||
width: 5.4rem;
|
||||
height: 3.4rem;
|
||||
margin: 0 auto;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.records .records_in ul::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.records .records_in ul li {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
text-align: right;
|
||||
margin-bottom: 0.28rem;
|
||||
}
|
||||
|
||||
.records .records_in ul li div {
|
||||
width: 2.7rem;
|
||||
box-sizing: border-box;
|
||||
padding-right: 0.64rem;
|
||||
color: #8956AA;
|
||||
font-size: 0.26667rem;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.records .records_in ul li div p {
|
||||
margin-bottom: 0.06667rem;
|
||||
}
|
||||
|
||||
.records .records_in ul li div b {
|
||||
font-size: 0.21333rem;
|
||||
}
|
||||
|
||||
.records .records_in ul li .div2 {
|
||||
text-align: center;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.records .records_in ul .null .nulls {
|
||||
text-align: center;
|
||||
text-indent: 0.6rem;
|
||||
}
|
745
view/yinmeng/activity/2024-cityLove/css/index.scss
Normal file
@@ -0,0 +1,745 @@
|
||||
@function px2rem($px) {
|
||||
@return $px / 75+rem;
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
width: 100%;
|
||||
background: #F9E4D6;
|
||||
}
|
||||
|
||||
.rabbit {
|
||||
z-index: 999;
|
||||
width: px2rem(60);
|
||||
height: px2rem(60);
|
||||
}
|
||||
|
||||
// 返回按钮
|
||||
.back {
|
||||
position: fixed;
|
||||
top: px2rem(70);
|
||||
left: px2rem(34);
|
||||
z-index: 99;
|
||||
width: px2rem(62);
|
||||
height: px2rem(62);
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
p {
|
||||
color: #fff;
|
||||
font-size: px2rem(32);
|
||||
position: absolute;
|
||||
width: 9rem;
|
||||
left: 0;
|
||||
top: 0;
|
||||
height: 100%;
|
||||
text-align: center;
|
||||
line-height: px2rem(62);
|
||||
}
|
||||
}
|
||||
|
||||
.header {
|
||||
width: px2rem(750);
|
||||
height: px2rem(870);
|
||||
background: url(../images/header.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
position: relative;
|
||||
margin: 0 auto px2rem(0);
|
||||
|
||||
.rule_icon {
|
||||
position: absolute;
|
||||
width: px2rem(132);
|
||||
height: px2rem(73);
|
||||
right: 0;
|
||||
top: 4.6rem;
|
||||
}
|
||||
|
||||
.tab {
|
||||
width: px2rem(592);
|
||||
height: px2rem(102);
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
top: px2rem(573);
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
div {
|
||||
width: px2rem(260);
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.tab1 {
|
||||
background: url(../images/tab1.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
.tab2 {
|
||||
background: url(../images/tab2.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
.act1 {
|
||||
background: url(../images/tabAct1.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
.act2 {
|
||||
background: url(../images/tabAct2.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.page1 {
|
||||
// display: none;
|
||||
|
||||
.page1Box1 {
|
||||
width: px2rem(750);
|
||||
height: px2rem(731);
|
||||
display: block;
|
||||
margin: -2.6rem auto 0rem;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.page1Box2 {
|
||||
width: px2rem(750);
|
||||
height: px2rem(933);
|
||||
display: block;
|
||||
margin: -1.1rem auto 0rem;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.page1Box3 {
|
||||
width: px2rem(750);
|
||||
height: px2rem(921);
|
||||
display: block;
|
||||
margin: -1.1rem auto 0rem;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.page1Box4 {
|
||||
width: px2rem(750);
|
||||
height: px2rem(1125);
|
||||
margin: -1.1rem auto 0rem;
|
||||
position: relative;
|
||||
background: url(../images/page1Box4.png) no-repeat 100% 100%;
|
||||
background-size: 100% 100%;
|
||||
|
||||
.left {
|
||||
width: px2rem(261);
|
||||
height: px2rem(63);
|
||||
line-height: px2rem(61);
|
||||
background: url(../images/page1Box4_left.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
color: #FF5B8D;
|
||||
font-size: px2rem(21);
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: px2rem(202);
|
||||
text-indent: 2.55rem;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.right {
|
||||
width: px2rem(261);
|
||||
height: px2rem(63);
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: px2rem(202);
|
||||
}
|
||||
|
||||
.dayLimit {
|
||||
width: px2rem(57);
|
||||
height: px2rem(27);
|
||||
line-height: px2rem(27);
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
font-size: px2rem(12);
|
||||
font-weight: 500;
|
||||
position: absolute;
|
||||
top: px2rem(308);
|
||||
background: url(../images/dayLimit.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
text-indent: 0.05rem;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.dayLimit1 {
|
||||
left: px2rem(211);
|
||||
}
|
||||
|
||||
.dayLimit2 {
|
||||
left: px2rem(412);
|
||||
}
|
||||
|
||||
.dayLimit3 {
|
||||
left: px2rem(617);
|
||||
}
|
||||
|
||||
.convert {
|
||||
width: px2rem(130);
|
||||
height: px2rem(46);
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.convert1 {
|
||||
left: px2rem(103);
|
||||
top: px2rem(475);
|
||||
}
|
||||
|
||||
.convert2 {
|
||||
left: px2rem(303);
|
||||
top: px2rem(475);
|
||||
}
|
||||
|
||||
.convert3 {
|
||||
left: px2rem(510);
|
||||
top: px2rem(475);
|
||||
}
|
||||
|
||||
.convert4 {
|
||||
left: px2rem(103);
|
||||
top: px2rem(709);
|
||||
}
|
||||
|
||||
.convert5 {
|
||||
left: px2rem(303);
|
||||
top: px2rem(709);
|
||||
}
|
||||
|
||||
.convert6 {
|
||||
left: px2rem(510);
|
||||
top: px2rem(709);
|
||||
}
|
||||
|
||||
.convert7 {
|
||||
left: px2rem(210);
|
||||
top: px2rem(949);
|
||||
}
|
||||
|
||||
.convert8 {
|
||||
left: px2rem(409);
|
||||
top: px2rem(949);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.page2 {
|
||||
display: none;
|
||||
width: px2rem(750);
|
||||
height: px2rem(1542);
|
||||
background: url(../images/page2.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
position: relative;
|
||||
margin: -2.6rem auto px2rem(100);
|
||||
|
||||
.first {
|
||||
.left_ts {
|
||||
width: px2rem(162);
|
||||
height: px2rem(160);
|
||||
position: absolute;
|
||||
left: px2rem(162);
|
||||
top: px2rem(201);
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.right_ts {
|
||||
width: px2rem(162);
|
||||
height: px2rem(160);
|
||||
position: absolute;
|
||||
right: px2rem(162);
|
||||
top: px2rem(201);
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.left_tx {
|
||||
width: px2rem(132);
|
||||
height: px2rem(132);
|
||||
border-radius: 50%;
|
||||
position: absolute;
|
||||
left: px2rem(175);
|
||||
top: px2rem(217);
|
||||
}
|
||||
|
||||
.right_tx {
|
||||
width: px2rem(132);
|
||||
height: px2rem(132);
|
||||
border-radius: 50%;
|
||||
position: absolute;
|
||||
right: px2rem(175);
|
||||
top: px2rem(217);
|
||||
}
|
||||
|
||||
.score {
|
||||
width: 1.5rem;
|
||||
text-align: center;
|
||||
-webkit-text-stroke: px2rem(1) #FE5A9F;
|
||||
/* Safari */
|
||||
font-size: px2rem(21);
|
||||
color: #fff;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
top: 3.82667rem;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.leftNick {
|
||||
width: px2rem(162);
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
position: absolute;
|
||||
left: px2rem(168);
|
||||
top: px2rem(375);
|
||||
color: #B8004E;
|
||||
font-weight: bold;
|
||||
font-size: px2rem(21);
|
||||
}
|
||||
|
||||
.rightNick {
|
||||
width: px2rem(162);
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
position: absolute;
|
||||
right: px2rem(168);
|
||||
top: px2rem(375);
|
||||
color: #B8004E;
|
||||
font-weight: bold;
|
||||
font-size: px2rem(21);
|
||||
}
|
||||
}
|
||||
|
||||
.notFirst {
|
||||
width: px2rem(666);
|
||||
height: 12rem;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
top: px2rem(535);
|
||||
overflow-y: scroll;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
li {
|
||||
width: px2rem(666);
|
||||
height: px2rem(137);
|
||||
background: url(../images/listBg.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
|
||||
.num {
|
||||
width: px2rem(50);
|
||||
height: 100%;
|
||||
line-height: px2rem(137);
|
||||
text-align: center;
|
||||
color: #B16B74;
|
||||
font-size: px2rem(23);
|
||||
font-weight: 500;
|
||||
float: left;
|
||||
margin-left: 0.52rem;
|
||||
margin-right: px2rem(15);
|
||||
}
|
||||
|
||||
.left_tx {
|
||||
width: px2rem(82);
|
||||
height: px2rem(82);
|
||||
border-radius: px2rem(82);
|
||||
float: left;
|
||||
margin-top: px2rem(29);
|
||||
border: px2rem(2) solid #FFABC7;
|
||||
margin-right: px2rem(14);
|
||||
}
|
||||
|
||||
.right_tx {
|
||||
width: px2rem(82);
|
||||
height: px2rem(82);
|
||||
border-radius: px2rem(82);
|
||||
float: left;
|
||||
margin-top: px2rem(29);
|
||||
border: px2rem(2) solid #FFABC7;
|
||||
}
|
||||
|
||||
.love {
|
||||
width: px2rem(77);
|
||||
height: px2rem(68);
|
||||
position: absolute;
|
||||
left: px2rem(158);
|
||||
top: px2rem(38);
|
||||
}
|
||||
|
||||
.nickLeft {
|
||||
width: 2.2rem;
|
||||
color: #FF658E;
|
||||
font-size: px2rem(21);
|
||||
font-weight: 500;
|
||||
position: absolute;
|
||||
left: px2rem(300);
|
||||
top: px2rem(44);
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.nickRight {
|
||||
width: 2.2rem;
|
||||
color: #FF658E;
|
||||
font-size: px2rem(21);
|
||||
font-weight: 500;
|
||||
position: absolute;
|
||||
left: px2rem(300);
|
||||
top: px2rem(74);
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.score {
|
||||
float: right;
|
||||
height: 100%;
|
||||
line-height: px2rem(137);
|
||||
color: #FE5F93;
|
||||
font-size: px2rem(24);
|
||||
margin-right: px2rem(75);
|
||||
font-weight: 500;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.my {
|
||||
width: px2rem(750);
|
||||
height: 3.16rem;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
background: url(../images/my.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background: url(../images/my2.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
transition: all .3s;
|
||||
z-index: 3;
|
||||
|
||||
.more {
|
||||
width: px2rem(93);
|
||||
height: px2rem(93);
|
||||
position: absolute;
|
||||
right: px2rem(7);
|
||||
top: px2rem(-31);
|
||||
}
|
||||
|
||||
ul {
|
||||
width: 8.88rem;
|
||||
height: 1.82667rem;
|
||||
margin: 1.10667rem auto 0;
|
||||
overflow-y: hidden;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
li {
|
||||
width: 100%;
|
||||
height: px2rem(137);
|
||||
background: url(../images/myList.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
position: relative;
|
||||
margin-bottom: px2rem(8);
|
||||
overflow: hidden;
|
||||
|
||||
.num {
|
||||
width: px2rem(50);
|
||||
height: 100%;
|
||||
line-height: px2rem(137);
|
||||
text-align: center;
|
||||
color: #B16B74;
|
||||
font-size: px2rem(23);
|
||||
font-weight: 500;
|
||||
float: left;
|
||||
margin-left: 0.52rem;
|
||||
margin-right: px2rem(15);
|
||||
}
|
||||
|
||||
.left_tx {
|
||||
width: px2rem(82);
|
||||
height: px2rem(82);
|
||||
border-radius: px2rem(82);
|
||||
float: left;
|
||||
margin-top: px2rem(29);
|
||||
border: px2rem(2) solid #FFABC7;
|
||||
margin-right: px2rem(14);
|
||||
}
|
||||
|
||||
.right_tx {
|
||||
width: px2rem(82);
|
||||
height: px2rem(82);
|
||||
border-radius: px2rem(82);
|
||||
float: left;
|
||||
margin-top: px2rem(29);
|
||||
border: px2rem(2) solid #FFABC7;
|
||||
}
|
||||
|
||||
.love {
|
||||
width: px2rem(77);
|
||||
height: px2rem(68);
|
||||
position: absolute;
|
||||
left: px2rem(158);
|
||||
top: px2rem(38);
|
||||
}
|
||||
|
||||
.nickLeft {
|
||||
width: 2.2rem;
|
||||
color: #FF658E;
|
||||
font-size: px2rem(21);
|
||||
font-weight: 500;
|
||||
position: absolute;
|
||||
left: px2rem(300);
|
||||
top: px2rem(44);
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.nickRight {
|
||||
width: 2.2rem;
|
||||
color: #FF658E;
|
||||
font-size: px2rem(21);
|
||||
font-weight: 500;
|
||||
position: absolute;
|
||||
left: px2rem(300);
|
||||
top: px2rem(74);
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.score {
|
||||
float: right;
|
||||
height: 100%;
|
||||
line-height: px2rem(137);
|
||||
color: #FE5F93;
|
||||
font-size: px2rem(24);
|
||||
margin-right: px2rem(75);
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.null {
|
||||
background: none;
|
||||
text-align: center;
|
||||
line-height: px2rem(137);
|
||||
color: #FF658E;
|
||||
font-size: px2rem(30);
|
||||
font-weight: 500;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.rule {
|
||||
position: fixed;
|
||||
z-index: 99;
|
||||
left: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
background: rgba(0, 0, 0, .6);
|
||||
display: none;
|
||||
|
||||
.rule_in {
|
||||
width: px2rem(683);
|
||||
height: px2rem(989);
|
||||
background: url(../images/ruleBg.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
overflow: hidden;
|
||||
|
||||
.tab {
|
||||
width: px2rem(498);
|
||||
height: px2rem(92);
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin: px2rem(180) auto px2rem(19);
|
||||
|
||||
div {
|
||||
width: px2rem(235);
|
||||
height: px2rem(92);
|
||||
}
|
||||
|
||||
.tab1 {
|
||||
background: url(../images/ruleTab1.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
.tab2 {
|
||||
background: url(../images/ruleTab2.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
.act1 {
|
||||
background: url(../images/ruleTabAct1.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
.act2 {
|
||||
background: url(../images/ruleTabAct2.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.box {
|
||||
width: px2rem(586);
|
||||
height: 8.5rem;
|
||||
margin: 0 auto 0;
|
||||
overflow-y: scroll;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
img {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.img2 {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.box2 {
|
||||
width: px2rem(622);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.end {
|
||||
position: fixed;
|
||||
z-index: 99;
|
||||
left: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
background: rgba(0, 0, 0, .6);
|
||||
display: none;
|
||||
|
||||
.end_in {
|
||||
width: px2rem(525);
|
||||
height: px2rem(411);
|
||||
background: url(../images/endBg.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.but {
|
||||
width: px2rem(236);
|
||||
height: px2rem(92);
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
bottom: px2rem(61);
|
||||
}
|
||||
}
|
||||
|
||||
.records {
|
||||
position: fixed;
|
||||
z-index: 99;
|
||||
left: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
background: rgba(0, 0, 0, .6);
|
||||
display: none;
|
||||
|
||||
.records_in {
|
||||
width: px2rem(721);
|
||||
height: px2rem(636);
|
||||
background: url(../images/recordsBg.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
overflow: hidden;
|
||||
|
||||
.title {
|
||||
width: 5.4rem;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
color: #8956AA;
|
||||
font-weight: 500;
|
||||
font-size: px2rem(27);
|
||||
margin: px2rem(187) auto px2rem(36);
|
||||
text-align: center;
|
||||
|
||||
div {
|
||||
width: 2.7rem;
|
||||
}
|
||||
}
|
||||
|
||||
ul {
|
||||
width: 5.4rem;
|
||||
height: 3.4rem;
|
||||
margin: 0 auto;
|
||||
overflow-y: scroll;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
li {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
text-align: right;
|
||||
margin-bottom: px2rem(21);
|
||||
|
||||
div {
|
||||
width: 2.7rem;
|
||||
box-sizing: border-box;
|
||||
padding-right: 0.64rem;
|
||||
color: #8956AA;
|
||||
font-size: px2rem(20);
|
||||
font-weight: 400;
|
||||
|
||||
p {
|
||||
margin-bottom: px2rem(5);
|
||||
}
|
||||
|
||||
b {
|
||||
font-size: px2rem(16);
|
||||
}
|
||||
}
|
||||
|
||||
.div2 {
|
||||
text-align: center;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.null {
|
||||
.nulls {
|
||||
text-align: center;
|
||||
text-indent: 0.6rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
BIN
view/yinmeng/activity/2024-cityLove/images/convert.png
Normal file
After Width: | Height: | Size: 9.7 KiB |
BIN
view/yinmeng/activity/2024-cityLove/images/convertOut.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
view/yinmeng/activity/2024-cityLove/images/dayLimit.png
Normal file
After Width: | Height: | Size: 631 B |
BIN
view/yinmeng/activity/2024-cityLove/images/endBg.png
Normal file
After Width: | Height: | Size: 112 KiB |
BIN
view/yinmeng/activity/2024-cityLove/images/endBut.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
view/yinmeng/activity/2024-cityLove/images/header.png
Normal file
After Width: | Height: | Size: 818 KiB |
BIN
view/yinmeng/activity/2024-cityLove/images/left_ts.png
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
view/yinmeng/activity/2024-cityLove/images/listBg.png
Normal file
After Width: | Height: | Size: 57 KiB |
BIN
view/yinmeng/activity/2024-cityLove/images/logo.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
view/yinmeng/activity/2024-cityLove/images/love.png
Normal file
After Width: | Height: | Size: 8.1 KiB |
BIN
view/yinmeng/activity/2024-cityLove/images/more.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
view/yinmeng/activity/2024-cityLove/images/my.png
Normal file
After Width: | Height: | Size: 106 KiB |
BIN
view/yinmeng/activity/2024-cityLove/images/my2.png
Normal file
After Width: | Height: | Size: 43 KiB |
BIN
view/yinmeng/activity/2024-cityLove/images/myList.png
Normal file
After Width: | Height: | Size: 63 KiB |
BIN
view/yinmeng/activity/2024-cityLove/images/notConvert.png
Normal file
After Width: | Height: | Size: 9.9 KiB |
BIN
view/yinmeng/activity/2024-cityLove/images/page1Box1.png
Normal file
After Width: | Height: | Size: 285 KiB |
BIN
view/yinmeng/activity/2024-cityLove/images/page1Box2.png
Normal file
After Width: | Height: | Size: 434 KiB |
BIN
view/yinmeng/activity/2024-cityLove/images/page1Box3.png
Normal file
After Width: | Height: | Size: 454 KiB |
BIN
view/yinmeng/activity/2024-cityLove/images/page1Box4.png
Normal file
After Width: | Height: | Size: 421 KiB |
BIN
view/yinmeng/activity/2024-cityLove/images/page1Box4_left.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
view/yinmeng/activity/2024-cityLove/images/page1Box4_right.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
view/yinmeng/activity/2024-cityLove/images/page2.png
Normal file
After Width: | Height: | Size: 1.7 MiB |
BIN
view/yinmeng/activity/2024-cityLove/images/recordsBg.png
Normal file
After Width: | Height: | Size: 217 KiB |
BIN
view/yinmeng/activity/2024-cityLove/images/right_ts.png
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
view/yinmeng/activity/2024-cityLove/images/rule1.png
Normal file
After Width: | Height: | Size: 517 KiB |
BIN
view/yinmeng/activity/2024-cityLove/images/rule2.png
Normal file
After Width: | Height: | Size: 615 KiB |
BIN
view/yinmeng/activity/2024-cityLove/images/ruleBg.png
Normal file
After Width: | Height: | Size: 82 KiB |
BIN
view/yinmeng/activity/2024-cityLove/images/ruleTab1.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
view/yinmeng/activity/2024-cityLove/images/ruleTab2.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
view/yinmeng/activity/2024-cityLove/images/ruleTabAct1.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
view/yinmeng/activity/2024-cityLove/images/ruleTabAct2.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
view/yinmeng/activity/2024-cityLove/images/rule_icon.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
view/yinmeng/activity/2024-cityLove/images/tab1.png
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
view/yinmeng/activity/2024-cityLove/images/tab2.png
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
view/yinmeng/activity/2024-cityLove/images/tabAct1.png
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
view/yinmeng/activity/2024-cityLove/images/tabAct2.png
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
view/yinmeng/activity/2024-cityLove/images/travel/back.png
Normal file
After Width: | Height: | Size: 4.2 KiB |
163
view/yinmeng/activity/2024-cityLove/index.html
Normal file
@@ -0,0 +1,163 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>全城热恋</title>
|
||||
<link rel="stylesheet" href="../../common/css/reset.css">
|
||||
<link rel="stylesheet" href="./css/index.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<!-- 顶部返回 -->
|
||||
<div class="back">
|
||||
<img src="./images/travel/back.png" alt="">
|
||||
</div>
|
||||
<!-- 头部 -->
|
||||
<div class="header">
|
||||
<!-- 规则Icon -->
|
||||
<img src="./images/rule_icon.png" alt="" class="rule_icon">
|
||||
<!-- tab -->
|
||||
<div class="tab">
|
||||
<div class="tab1 act1"></div>
|
||||
<div class="tab2"></div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 热恋攻略 -->
|
||||
<div class="page1">
|
||||
<img src="./images/page1Box1.png" alt="" class="page1Box1">
|
||||
<img src="./images/page1Box2.png" alt="" class="page1Box2">
|
||||
<img src="./images/page1Box3.png" alt="" class="page1Box3">
|
||||
<div class="page1Box4">
|
||||
<div class="left">0</div>
|
||||
<img src="./images/page1Box4_right.png" alt="" class="right">
|
||||
<div class="dayLimit dayLimit1">日限:0</div>
|
||||
<div class="dayLimit dayLimit2">日限:0</div>
|
||||
<div class="dayLimit dayLimit3">日限:0</div>
|
||||
<img src="./images/notConvert.png" alt="" class="convert convert1">
|
||||
<img src="./images/notConvert.png" alt="" class="convert convert2">
|
||||
<img src="./images/notConvert.png" alt="" class="convert convert3">
|
||||
<img src="./images/notConvert.png" alt="" class="convert convert4">
|
||||
<img src="./images/notConvert.png" alt="" class="convert convert5">
|
||||
<img src="./images/notConvert.png" alt="" class="convert convert6">
|
||||
<img src="./images/notConvert.png" alt="" class="convert convert7">
|
||||
<img src="./images/notConvert.png" alt="" class="convert convert8">
|
||||
</div>
|
||||
</div>
|
||||
<!-- 心跳加速 -->
|
||||
<div class="page2">
|
||||
<!-- 第一名 -->
|
||||
<div class="first">
|
||||
<img src="./images/logo.png" alt="" class="left_tx">
|
||||
<img src="./images/logo.png" alt="" class="right_tx">
|
||||
<img src="./images/left_ts.png" alt="" class="left_ts">
|
||||
<img src="./images/right_ts.png" alt="" class="right_ts">
|
||||
<div class="score"></div>
|
||||
<div class="leftNick"></div>
|
||||
<div class="rightNick"></div>
|
||||
</div>
|
||||
<!-- 非第一名 -->
|
||||
<ul class="notFirst">
|
||||
<li>
|
||||
<div class="num">2</div>
|
||||
<img src="./images/logo.png" alt="" class="left_tx">
|
||||
<img src="./images/logo.png" alt="" class="right_tx">
|
||||
<img src="./images/love.png" alt="" class="love">
|
||||
<div class="nickLeft">虚位以待</div>
|
||||
<div class="nickRight">虚位以待</div>
|
||||
<div class="score">0</div>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="my">
|
||||
<img src="./images/more.png" alt="" class="more">
|
||||
<ul>
|
||||
<li>
|
||||
<div class="num">2</div>
|
||||
<img src="./images/logo.png" alt="" class="left_tx">
|
||||
<img src="./images/logo.png" alt="" class="right_tx">
|
||||
<img src="./images/love.png" alt="" class="love">
|
||||
<div class="nickLeft">虚位以待</div>
|
||||
<div class="nickRight">虚位以待</div>
|
||||
<div class="score">0</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="num">3</div>
|
||||
<img src="./images/logo.png" alt="" class="left_tx">
|
||||
<img src="./images/logo.png" alt="" class="right_tx">
|
||||
<img src="./images/love.png" alt="" class="love">
|
||||
<div class="nickLeft">虚位以待</div>
|
||||
<div class="nickRight">虚位以待</div>
|
||||
<div class="score">0</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="num">4</div>
|
||||
<img src="./images/logo.png" alt="" class="left_tx">
|
||||
<img src="./images/logo.png" alt="" class="right_tx">
|
||||
<img src="./images/love.png" alt="" class="love">
|
||||
<div class="nickLeft">虚位以待</div>
|
||||
<div class="nickRight">虚位以待</div>
|
||||
<div class="score">0</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="num">5</div>
|
||||
<img src="./images/logo.png" alt="" class="left_tx">
|
||||
<img src="./images/logo.png" alt="" class="right_tx">
|
||||
<img src="./images/love.png" alt="" class="love">
|
||||
<div class="nickLeft">虚位以待</div>
|
||||
<div class="nickRight">虚位以待</div>
|
||||
<div class="score">0</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 活动规则弹窗 -->
|
||||
<div class="rule">
|
||||
<div class="rule_in">
|
||||
<div class="tab">
|
||||
<div class="tab1 act1"></div>
|
||||
<div class="tab2"></div>
|
||||
</div>
|
||||
<div class="box">
|
||||
<img src="./images/rule1.png" alt="" class="img1">
|
||||
<img src="./images/rule2.png" alt="" class="img2">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 活动结束弹窗 -->
|
||||
<div class="end">
|
||||
<div class="end_in">
|
||||
<img src="./images/endBut.png" alt="" class="but">
|
||||
</div>
|
||||
</div>
|
||||
<!-- 兑换记录弹窗 -->
|
||||
<div class="records">
|
||||
<div class="records_in">
|
||||
<div class="title">
|
||||
<div>兑换时间</div>
|
||||
<div>商品</div>
|
||||
</div>
|
||||
<ul>
|
||||
<li>
|
||||
<div>
|
||||
<p>2024/01/22</p>
|
||||
<b>23:59:59</b>
|
||||
</div>
|
||||
<div class="div2">
|
||||
<p>礼物名称</p>
|
||||
<b>XX天</b>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
<script src="../../common/js/flexible.js"></script>
|
||||
<script src="../../common/js/jquery-3.2.1.min.js"></script>
|
||||
<script src="../../common/js/common2.js"></script>
|
||||
<script src="../../common/js/layer.js"></script>
|
||||
<script src="../../common/js/vconsole.min.js"></script>
|
||||
<script src="../../common/js/route-constant.js"></script>
|
||||
<script src="./js/index.js"></script>
|
377
view/yinmeng/activity/2024-cityLove/js/index.js
Normal file
@@ -0,0 +1,377 @@
|
||||
let urlPrefix = getUrlPrefix()
|
||||
let browser = checkVersion()
|
||||
let env = EnvCheck();
|
||||
if (env == 'test') {
|
||||
new VConsole();
|
||||
}
|
||||
var langReplace;
|
||||
var localLang;
|
||||
// 封装layer消息提醒框
|
||||
let layerIndex
|
||||
const showLoading = (content = '加载中') => {
|
||||
layer.open({
|
||||
type: 2,
|
||||
shadeClose: false,
|
||||
content,
|
||||
success(e) {
|
||||
layerIndex = $(e).attr('index')
|
||||
}
|
||||
})
|
||||
}
|
||||
const hideLoading = (index) => {
|
||||
layer.close(index)
|
||||
}
|
||||
const toastMsg = (content = '操作完成', time = 2) => {
|
||||
layer.open({
|
||||
content,
|
||||
time,
|
||||
skin: 'msg'
|
||||
})
|
||||
}
|
||||
var listMoreBool = true;
|
||||
var taskValue = null;
|
||||
var isLock = true;
|
||||
var page = 1;
|
||||
// 初始化函数
|
||||
$(function () {
|
||||
getInfoFromClient();
|
||||
setTimeout(function () {
|
||||
// 页面全屏
|
||||
if (browser.app) {
|
||||
if (browser.android) {
|
||||
window.androidJsObj.initShowNav(false)
|
||||
} else {
|
||||
window.webkit.messageHandlers.initShowNav.postMessage(0)
|
||||
}
|
||||
};
|
||||
// 顶部返回事件
|
||||
$('.back').click(() => {
|
||||
if (browser.android) {
|
||||
window.androidJsObj.closeWebView()
|
||||
} else {
|
||||
window.webkit.messageHandlers.closeWebView.postMessage(null)
|
||||
}
|
||||
})
|
||||
getCurrency();
|
||||
activityCodeInfo();
|
||||
}, 100)
|
||||
})
|
||||
|
||||
// 获取时间接口
|
||||
function activityCodeInfo() {
|
||||
showLoading()
|
||||
networkRequest({
|
||||
type: 'get',
|
||||
url: urlPrefix + '/activity/info',
|
||||
data: { activityCode: "ACT_2024_HOT_LOVE" },
|
||||
success(res) {
|
||||
if (res.code === 200) {
|
||||
// 判断活动结束时间
|
||||
if (res.timestamp > res.data.endTime) {
|
||||
$('.end').show();
|
||||
}
|
||||
} else {
|
||||
toastMsg(res.message)
|
||||
}
|
||||
hideLoading(layerIndex)
|
||||
},
|
||||
error(err) {
|
||||
hideLoading(layerIndex)
|
||||
toastMsg('網絡錯誤')
|
||||
}
|
||||
})
|
||||
}
|
||||
// 配置接口
|
||||
function getCurrency() {
|
||||
showLoading()
|
||||
networkRequest({
|
||||
type: 'get',
|
||||
url: urlPrefix + '/act/hotLove/currency',
|
||||
data: { redisKey: 'act_user_task_extra_data' },
|
||||
success(res) {
|
||||
if (res.code === 200) {
|
||||
taskValue = res.data;
|
||||
$('.page1 .page1Box4 .left').text(res.data);
|
||||
showLoading()
|
||||
networkRequest({
|
||||
type: 'get',
|
||||
url: urlPrefix + '/act/hotLove/rewardList',
|
||||
data: { activityCode: 'ACT_2024_HOT_LOVE', componentCode: "RE_LIAN_SHANG_DIAN" },
|
||||
success(res) {
|
||||
if (res.code === 200) {
|
||||
res.data.forEach((res, i) => {
|
||||
if (res.stockValue <= 0) {
|
||||
$(`.page1 .page1Box4 .convert${i + 1}`).attr("src", './images/convertOut.png');
|
||||
$(`.page1 .page1Box4 .convert${i + 1}`).attr("click", 0);
|
||||
} else if (taskValue >= res.taskValue) {
|
||||
$(`.page1 .page1Box4 .convert${i + 1}`).attr("src", './images/convert.png');
|
||||
$(`.page1 .page1Box4 .convert${i + 1}`).attr("click", 1);
|
||||
} else {
|
||||
$(`.page1 .page1Box4 .convert${i + 1}`).attr("src", './images/notConvert.png');
|
||||
$(`.page1 .page1Box4 .convert${i + 1}`).attr("click", 0);
|
||||
}
|
||||
$(`.page1 .page1Box4 .convert${i + 1}`).attr('taskCode', res.taskCode);
|
||||
$(`.page1 .page1Box4 .convert${i + 1}`).attr('conditionCode', res.conditionCode);
|
||||
$(`.page1 .page1Box4 .dayLimit${i + 1}`).text(`日限:${res.stockValue}`)
|
||||
})
|
||||
} else {
|
||||
toastMsg(res.message)
|
||||
}
|
||||
hideLoading(layerIndex)
|
||||
},
|
||||
error(err) {
|
||||
hideLoading(layerIndex)
|
||||
toastMsg('网络错误')
|
||||
}
|
||||
})
|
||||
} else {
|
||||
toastMsg(res.message)
|
||||
}
|
||||
hideLoading(layerIndex)
|
||||
},
|
||||
error(err) {
|
||||
hideLoading(layerIndex)
|
||||
toastMsg('网络错误')
|
||||
}
|
||||
})
|
||||
}
|
||||
// tab切换
|
||||
$('.header .tab div').click(function () {
|
||||
var i = $(this).index() + 1;
|
||||
$('.header .tab div').removeClass('act1').removeClass('act2');
|
||||
$(this).addClass(`act${i}`);
|
||||
$(`.page${i}`).show();
|
||||
i == 1 ? $('.page2').hide() : $('.page1').hide();
|
||||
if (i == 2) {
|
||||
getRank();
|
||||
}
|
||||
})
|
||||
|
||||
// 榜单接口
|
||||
function getRank() {
|
||||
$('.page2 .my ul li').remove();
|
||||
$('.page2 .notFirst li').remove();
|
||||
showLoading()
|
||||
networkRequest({
|
||||
type: 'get',
|
||||
url: urlPrefix + '/act/2024Valentines/cpRank/getRank',
|
||||
data: { pageSize: 30 },
|
||||
success(res) {
|
||||
if (res.code === 200) {
|
||||
var first = res.data.rankList.slice(0, 1);
|
||||
var notFirst = res.data.rankList.slice(1);
|
||||
// 处理第一名
|
||||
if (first.length < 1) {
|
||||
let arr = new Array(3 - first.length).fill({
|
||||
leftAvatar: './images/logo.png',
|
||||
rightAvatar: './images/logo.png',
|
||||
leftNick: '虚位以待',
|
||||
rightNick: '虚位以待',
|
||||
score: "0"
|
||||
})
|
||||
first.push(...arr)
|
||||
}
|
||||
first.forEach(res => {
|
||||
$('.page2 .first .left_tx').attr('src', res.leftAvatar);
|
||||
$('.page2 .first .right_tx').attr('src', res.rightAvatar);
|
||||
$('.page2 .first .leftNick').text(res.leftNick)
|
||||
$('.page2 .first .rightNick').text(res.rightNick)
|
||||
$('.page2 .first .score').text(unitProcessing(res.score, 10000, 1, 'w'))
|
||||
})
|
||||
// 处理非第一名
|
||||
var str = '';
|
||||
notFirst.forEach((res, i) => {
|
||||
str += `
|
||||
<li>
|
||||
<div class="num">${res.ranking}</div>
|
||||
<img src="${res.leftAvatar}" alt="" class="left_tx">
|
||||
<img src="${res.rightAvatar}" alt="" class="right_tx">
|
||||
<img src="./images/love.png" alt="" class="love">
|
||||
<div class="nickLeft">${res.leftNick}</div>
|
||||
<div class="nickRight">${res.rightNick}</div>
|
||||
<div class="score">${unitProcessing(res.score, 10000, 1, 'w')}</div>
|
||||
</li>`
|
||||
})
|
||||
$('.page2 .notFirst').append(str);
|
||||
// 处理自己
|
||||
var strMy = '';
|
||||
if (res.data.meRankList.length <= 0) {
|
||||
$('.page2 .my .more').hide();
|
||||
strMy += `<li class="null">暂无组合~</li>`
|
||||
} else {
|
||||
$('.page2 .my .more').show();
|
||||
res.data.meRankList.forEach((res, i) => {
|
||||
strMy += `
|
||||
<li>
|
||||
<div class="num">${res.ranking == 0 ? '30+' : res.ranking}</div>
|
||||
<img src="${res.leftAvatar}" alt="" class="left_tx">
|
||||
<img src="${res.rightAvatar}" alt="" class="right_tx">
|
||||
<img src="./images/love.png" alt="" class="love">
|
||||
<div class="nickLeft">${res.leftNick}</div>
|
||||
<div class="nickRight">${res.rightNick}</div>
|
||||
<div class="score">${unitProcessing(res.score, 10000, 1, 'w')}</div>
|
||||
</li>
|
||||
`
|
||||
})
|
||||
}
|
||||
$('.page2 .my ul').append(strMy)
|
||||
} else {
|
||||
toastMsg(res.message)
|
||||
}
|
||||
hideLoading(layerIndex)
|
||||
},
|
||||
error(err) {
|
||||
hideLoading(layerIndex)
|
||||
toastMsg('网络错误')
|
||||
|
||||
}
|
||||
})
|
||||
}
|
||||
// 榜单查看更多按钮
|
||||
$('.page2 .my .more').click(function () {
|
||||
if (listMoreBool) {
|
||||
$('.page2 .my').css({ "height": '7.76rem', "background": "url(./images/my2.png) no-repeat", "background-size": "100% 100%" });
|
||||
$('.page2 .my .more').css({ "transform": "rotate(180deg)" });
|
||||
$('.page2 .my ul').css({ "height": "6.4rem", "overflow-y": "scroll" });
|
||||
bodyScroolFun(true);
|
||||
} else {
|
||||
$('.page2 .my').css({ "height": '3.16rem', "background": "url(./images/my.png) no-repeat", "background-size": "100% 100%" });
|
||||
$('.page2 .my .more').css({ "transform": "rotate(0deg)" });
|
||||
$('.page2 .my ul').css({ "height": "1.82667rem", "overflow-y": "hidden" });
|
||||
bodyScroolFun(false);
|
||||
}
|
||||
$('.page2 .my ul').scrollTop(0);
|
||||
listMoreBool = !listMoreBool;
|
||||
})
|
||||
// 活动规则切换
|
||||
$('.rule .rule_in .tab div').click(function () {
|
||||
var i = $(this).index() + 1;
|
||||
$('.rule .rule_in .tab div').removeClass('act1').removeClass('act2');
|
||||
$(this).addClass(`act${i}`);
|
||||
// $(`.rule .rule_in .box img`).attr('src', `./images/rule${i}.png`);
|
||||
$(`.rule .rule_in .box .img1,.rule .rule_in .box .img2`).hide();
|
||||
$(`.rule .rule_in .box .img${i}`).show();
|
||||
i == 1 ? $('.rule .rule_in .box').removeClass('box2') : $('.rule .rule_in .box').addClass('box2');
|
||||
return false;
|
||||
})
|
||||
// 打开活动规则
|
||||
$('.header .rule_icon').click(function () {
|
||||
$('.rule').show();
|
||||
bodyScroolFun(true);
|
||||
})
|
||||
// 关闭活动规则
|
||||
$('.rule').click(function () {
|
||||
$('.rule').hide();
|
||||
bodyScroolFun(false);
|
||||
})
|
||||
// 关闭活动结束
|
||||
$('.end .but').click(function () {
|
||||
$('.end').hide();
|
||||
bodyScroolFun(false);
|
||||
$('.header .tab div').removeClass('act1').removeClass('act2');
|
||||
$('.header .tab .tab2').addClass(`act${2}`);
|
||||
$(`.page${2}`).show();
|
||||
$('.page1').hide();
|
||||
getRank();
|
||||
})
|
||||
// 打开记录弹窗
|
||||
$('.page1 .page1Box4 .right').click(function () {
|
||||
$('.records .records_in ul li').remove();
|
||||
isLock = true;
|
||||
page = 1;
|
||||
record(page);
|
||||
bodyScroolFun(true);
|
||||
})
|
||||
// 关闭记录弹窗
|
||||
$('.records').click(function () {
|
||||
$('.records').hide();
|
||||
bodyScroolFun(false);
|
||||
})
|
||||
// 兑换按钮
|
||||
$('.page1 .page1Box4 .convert').click(function () {
|
||||
var taskcode = $(this).attr('taskcode');
|
||||
var conditionCode = $(this).attr('conditionCode');
|
||||
var bool = $(this).attr('click');
|
||||
if (bool == 1) {
|
||||
exchange(taskcode, conditionCode);
|
||||
}
|
||||
})
|
||||
// 兑换接口
|
||||
function exchange(taskCode, conditionCode) {
|
||||
showLoading()
|
||||
networkRequest({
|
||||
type: 'post',
|
||||
url: urlPrefix + '/act/hotLove/exchange',
|
||||
data: { taskCode, activityCode: 'ACT_2024_HOT_LOVE', conditionCode, },
|
||||
success(res) {
|
||||
if (res.code === 200) {
|
||||
getCurrency();
|
||||
toastMsg('兑换成功')
|
||||
} else {
|
||||
toastMsg(res.message)
|
||||
}
|
||||
hideLoading(layerIndex)
|
||||
},
|
||||
error(err) {
|
||||
hideLoading(layerIndex)
|
||||
toastMsg('网络错误')
|
||||
}
|
||||
})
|
||||
}
|
||||
// 兑换记录滚动
|
||||
$('.records .records_in ul').scroll(function () {
|
||||
let scrollTop = $(this).scrollTop()
|
||||
let scrollHeight = $('.records .records_in ul')[0].scrollHeight
|
||||
let ulHeight = $(this).innerHeight()
|
||||
if (scrollTop + ulHeight + 100 >= scrollHeight) {
|
||||
if (isLock) {
|
||||
// 请求下一页
|
||||
page++;
|
||||
record(page)
|
||||
isLock = false;
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
// 记录接口
|
||||
function record(pageNum) {
|
||||
showLoading()
|
||||
networkRequest({
|
||||
type: 'get',
|
||||
url: urlPrefix + '/activity/task/user/record/page',
|
||||
data: { activityCode: 'ACT_2024_HOT_LOVE', componentCode: 'RE_LIAN_SHANG_DIAN', pageNum, pageSize: 10 },
|
||||
success(res) {
|
||||
if (res.code === 200) {
|
||||
var str = '';
|
||||
if (res.data.records.length <= 0 && pageNum == 1) {
|
||||
str += `<li class="null"><div class="nulls">暂无</div><div class="nulls">暂无</div></li>`
|
||||
isLock = false;
|
||||
} else {
|
||||
res.data.records.forEach(res => {
|
||||
str += `
|
||||
<li>
|
||||
<div>
|
||||
<p>${dateFormat(res.createTime, "yyyy/MM/dd")}</p>
|
||||
<b>${dateFormat(res.createTime, "hh/mm/ss")}</b>
|
||||
</div>
|
||||
<div class="div2">
|
||||
<p>${res.rewardName}</p>
|
||||
<b>${res.rewardNum}${rewardTypeFun(res.rewardType).unit}</b>
|
||||
</div>
|
||||
</li>
|
||||
`})
|
||||
}
|
||||
$('.records .records_in ul').append(str);
|
||||
$('.records').show();
|
||||
} else {
|
||||
toastMsg(res.message)
|
||||
}
|
||||
hideLoading(layerIndex)
|
||||
},
|
||||
error(err) {
|
||||
hideLoading(layerIndex)
|
||||
toastMsg('网络错误')
|
||||
|
||||
}
|
||||
})
|
||||
}
|
Before Width: | Height: | Size: 322 KiB After Width: | Height: | Size: 16 MiB |
Before Width: | Height: | Size: 160 KiB After Width: | Height: | Size: 414 KiB |
Before Width: | Height: | Size: 243 KiB After Width: | Height: | Size: 244 KiB |
@@ -673,4 +673,25 @@ function networkRequest (reqObj = {}, type) {
|
||||
|
||||
const response = $.ajax(reqObj);
|
||||
return response;
|
||||
}
|
||||
function rewardTypeFun(type) {
|
||||
if (type == "HEADWEAR") {
|
||||
return { name: "头饰", unit: '天' };
|
||||
} else if (type == "NAMEPLATE") {
|
||||
return { name: "铭牌", unit: '天' };
|
||||
} else if (type == "CHATBUBBLE") {
|
||||
return { name: "气泡", unit: '天' };
|
||||
} else if (type == "INFOCARD") {
|
||||
return { name: "资料卡", unit: '天' };
|
||||
} else if (type == "CAR") {
|
||||
return { name: "座驾", unit: '天' };
|
||||
} else if (type == "GIFT") {
|
||||
return { name: "礼物", unit: '个' };
|
||||
} else if (type == "DIAMOND") {
|
||||
return { name: "钻石", unit: '个' };
|
||||
} else if (type == "GOLD") {
|
||||
return { name: "金币", unit: '个' };
|
||||
} else if (type == "EMPTY") {
|
||||
return { name: nick, unit: '个' };
|
||||
}
|
||||
}
|
@@ -1,351 +1,456 @@
|
||||
@charset "UTF-8";
|
||||
body,
|
||||
html {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
font-family: "Heiti SC", "Microsoft Sans Serif"; }
|
||||
|
||||
.container {
|
||||
position: relative; }
|
||||
|
||||
@media screen and (min-width: 769px) {
|
||||
.m-bg {
|
||||
display: none; }
|
||||
.m-bg img {
|
||||
display: block; } }
|
||||
.homePc {
|
||||
width: 100%;
|
||||
height: 10rem;
|
||||
background: url(../images/homePc.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
position: relative;
|
||||
overflow: hidden; }
|
||||
.homePc .logo {
|
||||
width: 0.64rem;
|
||||
height: 0.64rem;
|
||||
position: absolute;
|
||||
top: 0.36rem;
|
||||
left: 2.4rem; }
|
||||
.homePc .name {
|
||||
font-size: 0.3rem;
|
||||
color: #282828;
|
||||
font-weight: 600;
|
||||
position: absolute;
|
||||
top: 0.55rem;
|
||||
left: 3.22rem; }
|
||||
.homePc .charge {
|
||||
font-size: 0.32rem;
|
||||
color: #282828;
|
||||
font-weight: 600;
|
||||
position: absolute;
|
||||
right: 4.24rem;
|
||||
top: 0.5rem; }
|
||||
.homePc p {
|
||||
font-size: 0.32rem;
|
||||
color: #282828;
|
||||
font-weight: 600;
|
||||
position: absolute;
|
||||
right: 3.95rem;
|
||||
top: 0.5rem; }
|
||||
.homePc .kefu {
|
||||
font-size: 0.32rem;
|
||||
color: #282828;
|
||||
font-weight: 600;
|
||||
position: absolute;
|
||||
right: 2.4rem;
|
||||
top: 0.5rem; }
|
||||
.homePc .swiper {
|
||||
width: 12rem;
|
||||
height: 9rem;
|
||||
margin: 0.85rem 0 0 5rem;
|
||||
position: relative;
|
||||
overflow-y: hidden; }
|
||||
.homePc .swiper .swiper-wrapper {
|
||||
width: 9rem;
|
||||
height: 100%;
|
||||
/*先去掉前进后退按钮默认样式*/
|
||||
--swiper-navigation-size:0;
|
||||
/*再自定义样式*/ }
|
||||
.homePc .swiper .swiper-wrapper .swiper-slide img {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 50%;
|
||||
transform: translateX(-50%); }
|
||||
.homePc .swiper .swiper-wrapper .slide1 {
|
||||
position: relative; }
|
||||
.homePc .swiper .swiper-wrapper .slide1 .iphone {
|
||||
width: 2.78rem;
|
||||
height: 0.84rem;
|
||||
position: absolute;
|
||||
left: 1.3rem;
|
||||
bottom: 2.1rem; }
|
||||
.homePc .swiper .swiper-wrapper .slide1 .android {
|
||||
width: 2.78rem;
|
||||
height: 0.84rem;
|
||||
position: absolute;
|
||||
right: 1.3rem;
|
||||
bottom: 2.1rem; }
|
||||
.homePc .swiper .swiper-wrapper .swiper-button-prev img {
|
||||
width: 0.54rem;
|
||||
height: 0.84rem; }
|
||||
.homePc .swiper .swiper-wrapper .swiper-button-next img {
|
||||
width: 0.54rem;
|
||||
height: 0.84rem; }
|
||||
.homePc .swiper .swiper-pagination {
|
||||
width: 20%;
|
||||
height: 50%;
|
||||
position: absolute;
|
||||
top: 5rem;
|
||||
right: -1rem; }
|
||||
.homePc .swiper .swiper-pagination .swiper-pagination-bullet {
|
||||
width: 0.25rem !important;
|
||||
height: 0.25rem !important;
|
||||
background: none !important;
|
||||
background-image: url(../images/li.png) !important;
|
||||
background-size: 100% 100% !important;
|
||||
opacity: 1 !important;
|
||||
margin: 0.5rem 0; }
|
||||
.homePc .swiper .swiper-pagination .swiper-pagination-bullet-active {
|
||||
background: none !important;
|
||||
background-image: url(../images/li_active.png) !important;
|
||||
background-size: 100% 100% !important;
|
||||
opacity: 1 !important; }
|
||||
|
||||
.eori {
|
||||
width: 100%;
|
||||
background: #30312C;
|
||||
color: white;
|
||||
padding: 0.2rem 0;
|
||||
vertical-align: top; }
|
||||
.eori .recordfoot {
|
||||
color: #fff;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin-bottom: 0.1rem; }
|
||||
.eori .recordfoot .record {
|
||||
display: inline-block;
|
||||
padding-right: 0.0533333333rem;
|
||||
height: 0.16rem;
|
||||
width: 0.15rem; }
|
||||
.eori .recordfoot a {
|
||||
font-size: 0.2rem;
|
||||
color: #fff; }
|
||||
.eori .gongsi {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
text-align: center; }
|
||||
.eori .gongsi p {
|
||||
font-size: 0.2rem; }
|
||||
.eori .gongsi p:nth-child(2) {
|
||||
margin: 0 0.2rem; }
|
||||
|
||||
.service {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
top: 0;
|
||||
right: 0;
|
||||
background: rgba(0, 0, 0, 0.8);
|
||||
z-index: 9999;
|
||||
display: none; }
|
||||
.service .service_in {
|
||||
width: 8.23rem;
|
||||
height: 4.9rem;
|
||||
background: #FFFFFF;
|
||||
border-radius: 0.5rem;
|
||||
position: relative;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
overflow: hidden; }
|
||||
.service .service_in .close {
|
||||
width: 0.5rem;
|
||||
height: 0.5rem;
|
||||
position: absolute;
|
||||
top: 0.35rem;
|
||||
right: 0.4rem; }
|
||||
.service .service_in .title {
|
||||
width: 100%;
|
||||
font-size: 0.48rem;
|
||||
color: #2D2727;
|
||||
font-weight: 600;
|
||||
text-align: center;
|
||||
margin: 0.35rem 0; }
|
||||
.service .service_in .subhead {
|
||||
width: 100%;
|
||||
font-size: 0.24rem;
|
||||
color: #2D2727;
|
||||
font-weight: 600;
|
||||
text-align: center;
|
||||
margin-bottom: 0.5rem; }
|
||||
.service .service_in .con {
|
||||
width: 100%;
|
||||
height: 2.6rem;
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
align-items: center; }
|
||||
.service .service_in .con div {
|
||||
flex: 1;
|
||||
font-size: 0.2rem;
|
||||
text-align: center; }
|
||||
.service .service_in .con .left {
|
||||
border-right: 1px solid #F0F0F0; }
|
||||
.service .service_in .con .left p e {
|
||||
display: inline-block;
|
||||
width: 0.25rem;
|
||||
height: 0.25rem;
|
||||
line-height: 0.25rem;
|
||||
text-align: center;
|
||||
border-radius: 50%;
|
||||
background-color: #ffe710; }
|
||||
.service .service_in .con .left img {
|
||||
width: 3rem;
|
||||
height: 1.7rem;
|
||||
margin-top: 0.38rem; }
|
||||
.service .service_in .con .right p e {
|
||||
display: inline-block;
|
||||
width: 0.25rem;
|
||||
height: 0.25rem;
|
||||
line-height: 0.25rem;
|
||||
text-align: center;
|
||||
border-radius: 50%;
|
||||
background-color: #ffe710; }
|
||||
.service .service_in .con .right img {
|
||||
width: 1.68rem;
|
||||
height: 1.68rem;
|
||||
margin-top: 0.38rem; }
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
.pc-bg {
|
||||
display: none; }
|
||||
|
||||
.m-bg {
|
||||
display: block; }
|
||||
|
||||
.homeM {
|
||||
width: 100%;
|
||||
height: 14.3rem;
|
||||
background: url(../images/homeM.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
position: relative; }
|
||||
.homeM .logo {
|
||||
height: 0.5rem;
|
||||
padding: 0.1rem 0 0 0.34rem;
|
||||
display: flex;
|
||||
align-items: center; }
|
||||
.homeM .logo img {
|
||||
width: 0.5rem;
|
||||
height: 0.5rem;
|
||||
margin-right: 0.08rem; }
|
||||
.homeM .logo p {
|
||||
font-size: 0.26rem;
|
||||
font-weight: 600; }
|
||||
.homeM .charge {
|
||||
width: 0.6rem;
|
||||
height: 0.4rem;
|
||||
line-height: 0.4rem;
|
||||
text-align: center;
|
||||
border-radius: 0.1rem;
|
||||
font-size: 0.26rem;
|
||||
font-weight: 600;
|
||||
position: absolute;
|
||||
right: 0.34rem;
|
||||
top: 0.2rem;
|
||||
background-color: rgba(0, 0, 0, 0.2); }
|
||||
.homeM .download {
|
||||
width: 100%;
|
||||
height: 0.84rem;
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
bottom: 0.8rem; }
|
||||
.homeM .download .iphone,
|
||||
.homeM .download .android {
|
||||
width: 2.78rem;
|
||||
height: 0.84rem; }
|
||||
.homeM .swiper2 {
|
||||
width: 100%;
|
||||
height: 7.76rem;
|
||||
position: absolute;
|
||||
top: 4.5rem;
|
||||
overflow-x: hidden; }
|
||||
.homeM .swiper2 .swiper-wrapper {
|
||||
width: 100%;
|
||||
height: 8rem; }
|
||||
.homeM .swiper2 .swiper-wrapper .swiper-slide img {
|
||||
width: 100%;
|
||||
height: 100%; }
|
||||
.homeM .swiper2 .swiper-pagination {
|
||||
position: absolute;
|
||||
top: 6.8rem;
|
||||
left: 0; }
|
||||
.homeM .swiper2 .swiper-pagination .swiper-pagination-bullet {
|
||||
width: 0.25rem !important;
|
||||
height: 0.25rem !important;
|
||||
background: none !important;
|
||||
background-image: url(../images/li.png) !important;
|
||||
background-size: 100% 100% !important;
|
||||
opacity: 1 !important;
|
||||
margin-right: 0.3rem; }
|
||||
.homeM .swiper2 .swiper-pagination .swiper-pagination-bullet-active {
|
||||
background: none !important;
|
||||
background-image: url(../images/li_active.png) !important;
|
||||
background-size: 100% 100% !important;
|
||||
opacity: 1 !important; }
|
||||
|
||||
.eori {
|
||||
width: 100%;
|
||||
background: #30312C;
|
||||
color: white;
|
||||
padding: 0.2rem 0; }
|
||||
.eori .recordfoot {
|
||||
color: #fff;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center; }
|
||||
.eori .recordfoot .record {
|
||||
display: inline-block;
|
||||
padding-right: 0.0533333333rem;
|
||||
height: 0.3rem;
|
||||
width: 0.3rem;
|
||||
background: url(../images/icon_police.png) no-repeat; }
|
||||
.eori .gongsi {
|
||||
display: block;
|
||||
text-align: center; }
|
||||
.eori .gongsi p {
|
||||
line-height: 1.3;
|
||||
font-size: 0.2rem; }
|
||||
.eori .gongsi p:nth-child(2) {
|
||||
margin: 0; }
|
||||
.eori .tit {
|
||||
height: 1.6rem;
|
||||
line-height: 1.6rem;
|
||||
text-align: center;
|
||||
font-size: 20px; } }
|
||||
.toast {
|
||||
background: rgba(0, 0, 0, 0.9);
|
||||
border-radius: 10px;
|
||||
width: 100px;
|
||||
font-size: 16px;
|
||||
position: fixed;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
color: #fff;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
text-align: center;
|
||||
display: none;
|
||||
z-index: 9; }
|
||||
|
||||
.tips {
|
||||
display: none;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0.2666666667rem;
|
||||
width: 6.1333333333rem;
|
||||
z-index: 9; }
|
||||
|
||||
/*# sourceMappingURL=index.css.map */
|
||||
@charset "UTF-8";
|
||||
body,
|
||||
html {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
font-family: "Heiti SC", "Microsoft Sans Serif";
|
||||
}
|
||||
|
||||
.container {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 769px) {
|
||||
.m-bg {
|
||||
display: none;
|
||||
}
|
||||
.m-bg img {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.homePc {
|
||||
width: 100%;
|
||||
height: 10rem;
|
||||
background: url(../images/homePc.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.homePc .logo {
|
||||
width: 0.64rem;
|
||||
height: 0.64rem;
|
||||
position: absolute;
|
||||
top: 0.36rem;
|
||||
left: 2.4rem;
|
||||
}
|
||||
|
||||
.homePc .name {
|
||||
font-size: 0.3rem;
|
||||
color: #282828;
|
||||
font-weight: 600;
|
||||
position: absolute;
|
||||
top: 0.55rem;
|
||||
left: 3.22rem;
|
||||
}
|
||||
|
||||
.homePc .charge {
|
||||
font-size: 0.32rem;
|
||||
color: #282828;
|
||||
font-weight: 600;
|
||||
position: absolute;
|
||||
right: 4.24rem;
|
||||
top: 0.5rem;
|
||||
}
|
||||
|
||||
.homePc p {
|
||||
font-size: 0.32rem;
|
||||
color: #282828;
|
||||
font-weight: 600;
|
||||
position: absolute;
|
||||
right: 3.95rem;
|
||||
top: 0.5rem;
|
||||
}
|
||||
|
||||
.homePc .kefu {
|
||||
font-size: 0.32rem;
|
||||
color: #282828;
|
||||
font-weight: 600;
|
||||
position: absolute;
|
||||
right: 2.4rem;
|
||||
top: 0.5rem;
|
||||
}
|
||||
|
||||
.homePc .swiper {
|
||||
width: 12rem;
|
||||
height: 9rem;
|
||||
margin: 0.85rem 0 0 5rem;
|
||||
position: relative;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
.homePc .swiper .swiper-wrapper {
|
||||
width: 9rem;
|
||||
height: 100%;
|
||||
/*先去掉前进后退按钮默认样式*/
|
||||
--swiper-navigation-size: 0;
|
||||
/*再自定义样式*/
|
||||
}
|
||||
|
||||
.homePc .swiper .swiper-wrapper .swiper-slide img {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
|
||||
.homePc .swiper .swiper-wrapper .slide1 {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.homePc .swiper .swiper-wrapper .slide1 .iphone {
|
||||
width: 2.78rem;
|
||||
height: 0.84rem;
|
||||
position: absolute;
|
||||
left: 0.3rem;
|
||||
bottom: 2.1rem;
|
||||
}
|
||||
|
||||
.homePc .swiper .swiper-wrapper .slide1 .android {
|
||||
width: 2.78rem;
|
||||
height: 0.84rem;
|
||||
position: absolute;
|
||||
right: 2.6rem;
|
||||
bottom: 2.1rem;
|
||||
}
|
||||
|
||||
.homePc .swiper .swiper-wrapper .slide1 .simulator {
|
||||
width: 2.78rem;
|
||||
height: 0.84rem;
|
||||
position: absolute;
|
||||
right: -0.8rem;
|
||||
bottom: 2.1rem;
|
||||
}
|
||||
|
||||
.homePc .swiper .swiper-wrapper .swiper-button-prev img {
|
||||
width: 0.54rem;
|
||||
height: 0.84rem;
|
||||
}
|
||||
|
||||
.homePc .swiper .swiper-wrapper .swiper-button-next img {
|
||||
width: 0.54rem;
|
||||
height: 0.84rem;
|
||||
}
|
||||
|
||||
.homePc .swiper .swiper-pagination {
|
||||
width: 20%;
|
||||
height: 50%;
|
||||
position: absolute;
|
||||
top: 5rem;
|
||||
right: -1rem;
|
||||
}
|
||||
|
||||
.homePc .swiper .swiper-pagination .swiper-pagination-bullet {
|
||||
width: 0.25rem !important;
|
||||
height: 0.25rem !important;
|
||||
background: none !important;
|
||||
background-image: url(../images/li.png) !important;
|
||||
background-size: 100% 100% !important;
|
||||
opacity: 1 !important;
|
||||
margin: 0.5rem 0;
|
||||
}
|
||||
|
||||
.homePc .swiper .swiper-pagination .swiper-pagination-bullet-active {
|
||||
background: none !important;
|
||||
background-image: url(../images/li_active.png) !important;
|
||||
background-size: 100% 100% !important;
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
.eori {
|
||||
width: 100%;
|
||||
background: #30312C;
|
||||
color: white;
|
||||
padding: 0.2rem 0;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.eori .recordfoot {
|
||||
color: #fff;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin-bottom: 0.1rem;
|
||||
}
|
||||
|
||||
.eori .recordfoot .record {
|
||||
display: inline-block;
|
||||
padding-right: 0.05333rem;
|
||||
height: 0.16rem;
|
||||
width: 0.15rem;
|
||||
}
|
||||
|
||||
.eori .recordfoot a {
|
||||
font-size: 0.2rem;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.eori .gongsi {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.eori .gongsi p {
|
||||
font-size: 0.2rem;
|
||||
}
|
||||
|
||||
.eori .gongsi p:nth-child(2) {
|
||||
margin: 0 0.2rem;
|
||||
}
|
||||
|
||||
.service {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
top: 0;
|
||||
right: 0;
|
||||
background: rgba(0, 0, 0, 0.8);
|
||||
z-index: 9999;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.service .service_in {
|
||||
width: 8.23rem;
|
||||
height: 4.9rem;
|
||||
background: #FFFFFF;
|
||||
border-radius: 0.5rem;
|
||||
position: relative;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.service .service_in .close {
|
||||
width: 0.5rem;
|
||||
height: 0.5rem;
|
||||
position: absolute;
|
||||
top: 0.35rem;
|
||||
right: 0.4rem;
|
||||
}
|
||||
|
||||
.service .service_in .title {
|
||||
width: 100%;
|
||||
font-size: 0.48rem;
|
||||
color: #2D2727;
|
||||
font-weight: 600;
|
||||
text-align: center;
|
||||
margin: 0.35rem 0;
|
||||
}
|
||||
|
||||
.service .service_in .subhead {
|
||||
width: 100%;
|
||||
font-size: 0.24rem;
|
||||
color: #2D2727;
|
||||
font-weight: 600;
|
||||
text-align: center;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.service .service_in .con {
|
||||
width: 100%;
|
||||
height: 2.6rem;
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.service .service_in .con div {
|
||||
flex: 1;
|
||||
font-size: 0.2rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.service .service_in .con .left {
|
||||
border-right: 1px solid #F0F0F0;
|
||||
}
|
||||
|
||||
.service .service_in .con .left p e {
|
||||
display: inline-block;
|
||||
width: 0.25rem;
|
||||
height: 0.25rem;
|
||||
line-height: 0.25rem;
|
||||
text-align: center;
|
||||
border-radius: 50%;
|
||||
background-color: #ffe710;
|
||||
}
|
||||
|
||||
.service .service_in .con .left img {
|
||||
width: 3rem;
|
||||
height: 1.7rem;
|
||||
margin-top: 0.38rem;
|
||||
}
|
||||
|
||||
.service .service_in .con .right p e {
|
||||
display: inline-block;
|
||||
width: 0.25rem;
|
||||
height: 0.25rem;
|
||||
line-height: 0.25rem;
|
||||
text-align: center;
|
||||
border-radius: 50%;
|
||||
background-color: #ffe710;
|
||||
}
|
||||
|
||||
.service .service_in .con .right img {
|
||||
width: 1.68rem;
|
||||
height: 1.68rem;
|
||||
margin-top: 0.38rem;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
.pc-bg {
|
||||
display: none;
|
||||
}
|
||||
.m-bg {
|
||||
display: block;
|
||||
}
|
||||
.homeM {
|
||||
width: 100%;
|
||||
height: 14.3rem;
|
||||
background: url(../images/homeM.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
position: relative;
|
||||
}
|
||||
.homeM .logo {
|
||||
height: 0.5rem;
|
||||
padding: 0.1rem 0 0 0.34rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.homeM .logo img {
|
||||
width: 0.5rem;
|
||||
height: 0.5rem;
|
||||
margin-right: 0.08rem;
|
||||
}
|
||||
.homeM .logo p {
|
||||
font-size: 0.26rem;
|
||||
font-weight: 600;
|
||||
}
|
||||
.homeM .charge {
|
||||
width: 0.6rem;
|
||||
height: 0.4rem;
|
||||
line-height: 0.4rem;
|
||||
text-align: center;
|
||||
border-radius: 0.1rem;
|
||||
font-size: 0.26rem;
|
||||
font-weight: 600;
|
||||
position: absolute;
|
||||
right: 0.34rem;
|
||||
top: 0.2rem;
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.homeM .download {
|
||||
width: 100%;
|
||||
height: 0.84rem;
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
bottom: 0.8rem;
|
||||
}
|
||||
.homeM .download .iphone,
|
||||
.homeM .download .android,
|
||||
.homeM .download .simulator {
|
||||
width: 2rem;
|
||||
height: 0.6rem;
|
||||
}
|
||||
.homeM .swiper2 {
|
||||
width: 100%;
|
||||
height: 7.76rem;
|
||||
position: absolute;
|
||||
top: 4.5rem;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.homeM .swiper2 .swiper-wrapper {
|
||||
width: 100%;
|
||||
height: 8rem;
|
||||
}
|
||||
.homeM .swiper2 .swiper-wrapper .swiper-slide img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.homeM .swiper2 .swiper-pagination {
|
||||
position: absolute;
|
||||
top: 6.8rem;
|
||||
left: 0;
|
||||
}
|
||||
.homeM .swiper2 .swiper-pagination .swiper-pagination-bullet {
|
||||
width: 0.25rem !important;
|
||||
height: 0.25rem !important;
|
||||
background: none !important;
|
||||
background-image: url(../images/li.png) !important;
|
||||
background-size: 100% 100% !important;
|
||||
opacity: 1 !important;
|
||||
margin-right: 0.3rem;
|
||||
}
|
||||
.homeM .swiper2 .swiper-pagination .swiper-pagination-bullet-active {
|
||||
background: none !important;
|
||||
background-image: url(../images/li_active.png) !important;
|
||||
background-size: 100% 100% !important;
|
||||
opacity: 1 !important;
|
||||
}
|
||||
.eori {
|
||||
width: 100%;
|
||||
background: #30312C;
|
||||
color: white;
|
||||
padding: 0.2rem 0;
|
||||
}
|
||||
.eori .recordfoot {
|
||||
color: #fff;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.eori .recordfoot .record {
|
||||
display: inline-block;
|
||||
padding-right: 0.05333rem;
|
||||
height: 0.3rem;
|
||||
width: 0.3rem;
|
||||
background: url(../images/icon_police.png) no-repeat;
|
||||
}
|
||||
.eori .gongsi {
|
||||
display: block;
|
||||
text-align: center;
|
||||
}
|
||||
.eori .gongsi p {
|
||||
line-height: 1.3;
|
||||
font-size: 0.2rem;
|
||||
}
|
||||
.eori .gongsi p:nth-child(2) {
|
||||
margin: 0;
|
||||
}
|
||||
.eori .tit {
|
||||
height: 1.6rem;
|
||||
line-height: 1.6rem;
|
||||
text-align: center;
|
||||
font-size: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.toast {
|
||||
background: rgba(0, 0, 0, 0.9);
|
||||
border-radius: 10px;
|
||||
width: 100px;
|
||||
font-size: 16px;
|
||||
position: fixed;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
color: #fff;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
text-align: center;
|
||||
display: none;
|
||||
z-index: 9;
|
||||
}
|
||||
|
||||
.tips {
|
||||
display: none;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0.26667rem;
|
||||
width: 6.13333rem;
|
||||
z-index: 9;
|
||||
}
|
||||
|
@@ -114,7 +114,7 @@ html {
|
||||
width: 2.78rem;
|
||||
height: 0.84rem;
|
||||
position: absolute;
|
||||
left: 1.3rem;
|
||||
left: 0.3rem;
|
||||
bottom: 2.1rem;
|
||||
}
|
||||
|
||||
@@ -122,7 +122,15 @@ html {
|
||||
width: 2.78rem;
|
||||
height: 0.84rem;
|
||||
position: absolute;
|
||||
right: 1.3rem;
|
||||
right: 2.6rem;
|
||||
bottom: 2.1rem;
|
||||
}
|
||||
|
||||
.simulator {
|
||||
width: 2.78rem;
|
||||
height: 0.84rem;
|
||||
position: absolute;
|
||||
right: -0.8rem;
|
||||
bottom: 2.1rem;
|
||||
}
|
||||
}
|
||||
@@ -389,9 +397,10 @@ html {
|
||||
bottom: 0.8rem;
|
||||
|
||||
.iphone,
|
||||
.android {
|
||||
width: 2.78rem;
|
||||
height: 0.84rem;
|
||||
.android,
|
||||
.simulator {
|
||||
width: 2rem;
|
||||
height: 0.6rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
BIN
view/yinmeng/home/images/simulator.png
Normal file
After Width: | Height: | Size: 3.8 KiB |
@@ -29,7 +29,7 @@
|
||||
|
||||
<!-- <link rel="stylesheet" href="./home/css/reset.css"> -->
|
||||
<link rel="stylesheet" href="./css/reset.css">
|
||||
<link rel="stylesheet" href="./css/index.css">
|
||||
<link rel="stylesheet" href="./css/index.css?v=1.0">
|
||||
<!-- <link rel="stylesheet" href="./home/css/index.css"> -->
|
||||
<link rel="stylesheet" href="./css/swiper.min.css">
|
||||
<!-- <script src="./js/flexible.js"></script> -->
|
||||
@@ -61,6 +61,9 @@
|
||||
<div class="android">
|
||||
<img src="./images/android.png" alt="">
|
||||
</div>
|
||||
<div class="simulator">
|
||||
<img src="./images/simulator.png" alt="">
|
||||
</div>
|
||||
</div>
|
||||
<div class="swiper-slide">
|
||||
<img src="./images/pic2.png" alt="">
|
||||
@@ -106,6 +109,7 @@
|
||||
<div class="download">
|
||||
<img src="./images/ios.png" class="iphone" alt="">
|
||||
<img src="./images/android.png" class="android" alt="">
|
||||
<img src="./images/simulator.png" class="simulator" alt="">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -156,7 +160,7 @@
|
||||
<script src="http://static.lkme.cc/linkedme.min.js"></script>
|
||||
<script src="./js/utf.js"></script>
|
||||
<script src="./js/swiper.min.js"></script>
|
||||
<script src="./js/index.js?v=2.3"></script>
|
||||
<script src="./js/index.js?v=2.4"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
@@ -4,6 +4,7 @@ let urlData = getQueryString()
|
||||
let urlPrefix = getUrlPrefix()
|
||||
//获取url参数
|
||||
let channelData = urlData.channel
|
||||
var simulator = 'https://image.nnbc123.cn/yinmeng_mlq.apk';
|
||||
//定义官方渠道包
|
||||
const channelDict = {
|
||||
'yinmeng0': 'https://image.lecheng163.com/yinmeng_yinmeng0.apk',
|
||||
@@ -85,6 +86,9 @@ $(function () {
|
||||
$('.iphone').on('click', function () {
|
||||
window.location.href = iosUrl;
|
||||
})
|
||||
$('.simulator').on('click', function () {
|
||||
window.location.href = simulator;
|
||||
})
|
||||
//联系客服按钮
|
||||
$('.homePc .kefu').click(function () {
|
||||
$('.service').fadeIn()
|
||||
|
@@ -209,7 +209,7 @@ $(function () {
|
||||
identityNumber: encryptDes(personId, "1ea53d260ecf11e7b56e00163e046a26"),
|
||||
metaInfo: JSON.stringify(metaInfo),
|
||||
phone: encryptDes( phone, "1ea53d260ecf11e7b56e00163e046a26"),
|
||||
returnUrl: urlPrefix + `/yinmeng/modules/identity/new.html?uid=${pubInfo.uid}&ticket=${pubInfo.ticket}`,
|
||||
returnUrl: tranUrl + `/yinmeng/modules/identity/new.html?uid=${pubInfo.uid}&ticket=${pubInfo.ticket}`,
|
||||
uid: pubInfo.uid,
|
||||
username: encryptDes(name, "1ea53d260ecf11e7b56e00163e046a26"),
|
||||
};
|
||||
|
@@ -52,7 +52,7 @@
|
||||
<p>2.请确保填写身份证信息真实并与本人一致。</p>
|
||||
<p>3.根据国家相关的法律法规,您需要提供您的真实身份信息(真实姓名、身份证号)、身份证正反面照片、面部信息以完成实名验证。您所提供的身份信息仅用于身份验证,未经您本人的许可不会被用于其他用途。这些信息属于个人敏感信息,我们将会尽可能的保护您个人敏感信息的安全。如果您不提供这些信息,您将不能使用提现等相关功能,但不影响您继续使用本产品的其他服务。</p>
|
||||
<p>4.为保护用户权益,开启实名认证后我们将不提供解除恢复的功能,请谅解。</p>
|
||||
<p>5.一个身份证最多用于2个用户账号的实名认证。</p>
|
||||
<p>5.一个身份证最多用于10个用户账号的实名认证。</p>
|
||||
<p>6.若人脸认证遇到问题,<a href="../rule/identity-rule.html">请点击这里</a></p>
|
||||
</div>
|
||||
<div class="button-submit">开始认证</div>
|
||||
@@ -91,7 +91,7 @@
|
||||
<script src="../../common/js/crypto-js.js"></script>
|
||||
<script src="../../common/js/layer.js"></script>
|
||||
<script src="./js/jsvm_all.js"></script>
|
||||
<script src="./js/new.js?=2.3"></script>
|
||||
<script src="./js/new.js?=2.4"></script>
|
||||
</body>
|
||||
|
||||
</html>
|