相关活动购买头饰新增时间

This commit is contained in:
Dragon
2023-04-13 20:25:33 +08:00
parent 05f25ecbb4
commit a002ee097a
12 changed files with 1377 additions and 1184 deletions

View File

@@ -1,289 +1,346 @@
.back { .back {
position: fixed; position: fixed;
top: 0.6666666667rem; top: 0.6666666667rem;
left: 0.4533333333rem; left: 0.4533333333rem;
z-index: 99999999; z-index: 99999999;
width: 0.8266666667rem; width: 0.8266666667rem;
height: 0.8266666667rem; } height: 0.8266666667rem;
.back img { }
width: 100%; .back img {
height: 100%; } width: 100%;
height: 100%;
html, }
body {
width: 100%; html,
height: calc(100vh); } body {
width: 100%;
.more { height: calc(100vh);
width: 10rem; }
height: 100%;
background: url("../images/more.png"); .more {
background-size: 100% 100%; width: 10rem;
position: relative; } height: 100%;
.more .wanfa { background: url("../images/more.png");
width: 1.68rem; background-size: 100% 100%;
height: 0.5866666667rem; position: relative;
position: absolute; }
right: 0; .more .newDate {
top: 2.1066666667rem; } width: 100%;
.more .wanfa img { text-align: center;
width: 100%; color: #fff;
height: 100%; } font-size: 0.2666666667rem;
.more .dress_wrap { top: 0.75rem;
position: absolute; position: absolute;
top: 2rem; left: 0;
left: 0; }
width: 100%; .more .wanfa {
padding-bottom: 1.6rem; width: 1.68rem;
display: flex; height: 0.5866666667rem;
flex-wrap: wrap; position: absolute;
justify-content: space-around; right: 0;
overflow-y: scroll; } top: 2.1066666667rem;
.more .dress_wrap::-webkit-scrollbar { }
display: none; .more .wanfa img {
width: 0; width: 100%;
height: 0; } height: 100%;
.more .dress_wrap .dress { }
width: 4.9866666667rem; .more .dress_wrap {
height: 4.9866666667rem; position: absolute;
background: url("../images/dress.png") no-repeat; top: 2rem;
background-size: 100% 100%; left: 0;
margin-bottom: -0.15rem; width: 100%;
position: relative; } padding-bottom: 1.6rem;
.more .dress_wrap .dress:nth-child(2n) { display: flex;
background: url("../images/dress2.png") no-repeat; flex-wrap: wrap;
background-size: 100% 100%; justify-content: space-around;
right: 0.15rem; } overflow-y: scroll;
.more .dress_wrap .dress .gift_img { }
position: absolute; .more .dress_wrap::-webkit-scrollbar {
top: 0.9rem; display: none;
left: 50%; width: 0;
transform: translateX(-50%); height: 0;
width: 1.8rem; } }
.more .dress_wrap .dress .title { .more .dress_wrap .dress {
position: absolute; width: 4.9866666667rem;
top: 3.5rem; height: 4.9866666667rem;
left: 0.5rem; background: url("../images/dress.png") no-repeat;
font-size: 0.2666666667rem; background-size: 100% 100%;
color: #fff; } margin-bottom: -0.15rem;
.more .dress_wrap .dress .give { position: relative;
width: 100%; }
position: absolute; .more .dress_wrap .dress:nth-child(2n) {
top: 0.4rem; background: url("../images/dress2.png") no-repeat;
left: 50%; background-size: 100% 100%;
transform: translateX(-50%); right: 0.15rem;
text-align: center; }
font-size: 0.2666666667rem; .more .dress_wrap .dress .gift_img {
color: #0A0092; } position: absolute;
.more .dress_wrap .dress .diamond { top: 0.9rem;
position: absolute; left: 50%;
top: 4rem; transform: translateX(-50%);
left: 0.5rem; width: 1.8rem;
width: 0.2933333333rem; }
height: 0.2266666667rem; } .more .dress_wrap .dress .title {
.more .dress_wrap .dress .diamondNum { position: absolute;
position: absolute; top: 3.5rem;
top: 3.99rem; left: 0.5rem;
left: 0.85rem; font-size: 0.2666666667rem;
font-size: 0.2666666667rem; color: #fff;
font-weight: 600; }
color: #FFF577; } .more .dress_wrap .dress .give {
.more .dress_wrap .dress .buy { width: 100%;
width: 1.5066666667rem; position: absolute;
height: 0.7466666667rem; top: 0.4rem;
position: absolute; left: 50%;
bottom: 0.6rem; transform: translateX(-50%);
right: 0.7333333333rem; } text-align: center;
.more .dress_wrap .dress .buy img { font-size: 0.2666666667rem;
width: 100%; color: #0A0092;
height: 100%; } }
.more .me { .more .dress_wrap .dress .diamond {
position: fixed; position: absolute;
left: 0; top: 4rem;
bottom: 0; left: 0.5rem;
width: 10rem; width: 0.2933333333rem;
height: 2.1733333333rem; height: 0.2266666667rem;
background-color: #320FE6; }
display: flex; .more .dress_wrap .dress .diamondNum {
align-items: center; } position: absolute;
.more .me .left { top: 3.99rem;
width: 40%; left: 0.85rem;
display: flex; font-size: 0.2666666667rem;
align-items: center; font-weight: 600;
justify-content: space-around; color: #FFF577;
margin-top: -0.3rem; } }
.more .me .left .touxiang { .more .dress_wrap .dress .buy {
width: 0.96rem; width: 1.5066666667rem;
height: 0.96rem; height: 0.7466666667rem;
border-radius: 50%; } position: absolute;
.more .me .left .nick { bottom: 0.6rem;
font-size: 0.32rem; right: 0.7333333333rem;
color: #EFDFC6; } }
.more .me .right { .more .dress_wrap .dress .buy img {
width: 60%; width: 100%;
display: flex; height: 100%;
justify-content: space-evenly; }
margin-top: -0.3rem; } .more .me {
.more .me .right .ranyou { position: fixed;
display: flex; left: 0;
align-items: center; bottom: 0;
justify-content: space-around; width: 10rem;
position: relative; height: 2.1733333333rem;
height: 0.4666666667rem; background-color: #320FE6;
background-color: rgba(255, 255, 255, 0.3); display: flex;
border-radius: 0.2rem; } align-items: center;
.more .me .right .ranyou img { }
width: 0.4533333333rem; .more .me .left {
height: 0.5066666667rem; width: 40%;
position: absolute; display: flex;
top: -0.08rem; align-items: center;
left: 0; } justify-content: space-around;
.more .me .right .ranyou span { margin-top: -0.3rem;
font-size: 0.2666666667rem; }
color: #FFFFFF; .more .me .left .touxiang {
padding-left: 0.4533333333rem; width: 0.96rem;
padding-right: 0.0533333333rem; } height: 0.96rem;
.more .me .right .zuanshi { border-radius: 50%;
display: flex; }
align-items: center; .more .me .left .nick {
justify-content: space-around; font-size: 0.32rem;
position: relative; color: #EFDFC6;
height: 0.4666666667rem; }
background-color: rgba(255, 255, 255, 0.3); .more .me .right {
border-radius: 0.2rem; } width: 60%;
.more .me .right .zuanshi img { display: flex;
width: 0.55rem; justify-content: space-evenly;
height: 0.48rem; margin-top: -0.3rem;
position: absolute; }
top: 0; .more .me .right .ranyou {
left: -0.2rem; } display: flex;
.more .me .right .zuanshi span { align-items: center;
font-size: 0.2666666667rem; justify-content: space-around;
color: #FFFFFF; position: relative;
padding-left: 0.4533333333rem; height: 0.4666666667rem;
padding-right: 0.0533333333rem; } background-color: rgba(255, 255, 255, 0.3);
border-radius: 0.2rem;
.shade-mask-buy { }
display: none; .more .me .right .ranyou img {
position: fixed; width: 0.4533333333rem;
top: 0; height: 0.5066666667rem;
left: 0; position: absolute;
z-index: 999; top: -0.08rem;
width: 100vw; left: 0;
height: 100vh; }
background-color: rgba(0, 0, 0, 0.5); } .more .me .right .ranyou span {
.shade-mask-buy .shade-content-buy { font-size: 0.2666666667rem;
position: absolute; color: #FFFFFF;
top: 50%; padding-left: 0.4533333333rem;
left: 50%; padding-right: 0.0533333333rem;
transform: translate(-50%, -50%); }
width: 7.7333333333rem; .more .me .right .zuanshi {
height: 6.0266666667rem; display: flex;
background: url("../images/shade_buy.png"); align-items: center;
background-size: 100% 100%; } justify-content: space-around;
.shade-mask-buy .shade-content-buy .title { position: relative;
width: 7.5466666667rem; height: 0.4666666667rem;
display: flex; background-color: rgba(255, 255, 255, 0.3);
justify-content: center; border-radius: 0.2rem;
margin-top: 0.6666666667rem; } }
.shade-mask-buy .shade-content-buy .title p, .more .me .right .zuanshi img {
.shade-mask-buy .shade-content-buy .title span { width: 0.55rem;
font-size: 0.32rem; height: 0.48rem;
color: #49E7F2; position: absolute;
font-weight: 600; } top: 0;
.shade-mask-buy .shade-content-buy .buy-num { left: -0.2rem;
height: 0.6rem; }
margin-top: 2rem; .more .me .right .zuanshi span {
margin-left: 1.5333333333rem; font-size: 0.2666666667rem;
display: flex; color: #FFFFFF;
align-items: center; padding-left: 0.4533333333rem;
color: #49E7F2; padding-right: 0.0533333333rem;
font-size: 0.32rem; } }
.shade-mask-buy .shade-content-buy .buy-num .inputNum {
width: 1.4933333333rem; .shade-mask-buy {
height: 0.5933333333rem; display: none;
background: #3B4CF5; position: fixed;
color: #fff; top: 0;
margin: 0 0.2rem; left: 0;
text-align: center; z-index: 999;
border: none; width: 100vw;
outline: none; } height: 100vh;
.shade-mask-buy .shade-content-buy .buy-num .decrease { background-color: rgba(0, 0, 0, 0.5);
width: 0.6933333333rem; }
height: 0.56rem; .shade-mask-buy .shade-content-buy {
margin-left: 0.4rem; } position: absolute;
.shade-mask-buy .shade-content-buy .buy-num .decrease img { top: 50%;
width: 100%; left: 50%;
height: 100%; } transform: translate(-50%, -50%);
.shade-mask-buy .shade-content-buy .buy-num .increase { width: 7.7333333333rem;
width: 0.6933333333rem; height: 6.0266666667rem;
height: 0.56rem; } background: url("../images/shade_buy.png");
.shade-mask-buy .shade-content-buy .buy-num .increase img { background-size: 100% 100%;
width: 100%; }
height: 100%; } .shade-mask-buy .shade-content-buy .title {
.shade-mask-buy .shade-content-buy .buy-day, width: 7.5466666667rem;
.shade-mask-buy .shade-content-buy .buy-price { display: flex;
height: 0.3466666667rem; justify-content: center;
margin-top: 0.3rem; margin-top: 0.6666666667rem;
margin-left: 1.5333333333rem; }
display: flex; .shade-mask-buy .shade-content-buy .title p,
align-items: center; .shade-mask-buy .shade-content-buy .title span {
color: #49E7F2; font-size: 0.32rem;
font-size: 0.32rem; } color: #49E7F2;
.shade-mask-buy .shade-content-buy .buy-day .dayNum, font-weight: 600;
.shade-mask-buy .shade-content-buy .buy-day .diamondNum, }
.shade-mask-buy .shade-content-buy .buy-price .dayNum, .shade-mask-buy .shade-content-buy .buy-num {
.shade-mask-buy .shade-content-buy .buy-price .diamondNum { height: 0.6rem;
font-size: 0.4rem; margin-top: 2rem;
color: #fff; margin-left: 1.5333333333rem;
font-weight: 500; display: flex;
margin-left: 0.4rem; } align-items: center;
.shade-mask-buy .shade-content-buy .buy-btn { color: #49E7F2;
width: 80%; font-size: 0.32rem;
margin: 0.5rem auto 0; }
display: flex; .shade-mask-buy .shade-content-buy .buy-num .inputNum {
justify-content: space-evenly; } width: 1.4933333333rem;
.shade-mask-buy .shade-content-buy .buy-btn .confirm, height: 0.5933333333rem;
.shade-mask-buy .shade-content-buy .buy-btn .cancel { background: #3B4CF5;
width: 2.8rem; color: #fff;
height: 0.84rem; } margin: 0 0.2rem;
text-align: center;
.shade-mask-no-money { border: none;
display: none; outline: none;
position: fixed; }
top: 0; .shade-mask-buy .shade-content-buy .buy-num .decrease {
left: 0; width: 0.6933333333rem;
z-index: 999; height: 0.56rem;
width: 100vw; margin-left: 0.4rem;
height: 100vh; }
background-color: rgba(0, 0, 0, 0.5); } .shade-mask-buy .shade-content-buy .buy-num .decrease img {
.shade-mask-no-money .no-money-wrap { width: 100%;
position: absolute; height: 100%;
top: 50%; }
left: 50%; .shade-mask-buy .shade-content-buy .buy-num .increase {
transform: translate(-50%, -50%); width: 0.6933333333rem;
width: 7.7333333333rem; height: 0.56rem;
height: 6.0266666667rem; }
background: url("../images/noMoney.png"); .shade-mask-buy .shade-content-buy .buy-num .increase img {
background-size: 100% 100%; } width: 100%;
.shade-mask-no-money .no-money-wrap .no_money { height: 100%;
font-size: 0.4533333333rem; }
color: #333; .shade-mask-buy .shade-content-buy .buy-day,
text-align: center; .shade-mask-buy .shade-content-buy .buy-price {
margin-top: 1.0666666667rem; } height: 0.3466666667rem;
.shade-mask-no-money .no-money-wrap .tip { margin-top: 0.3rem;
text-align: center; margin-left: 1.5333333333rem;
font-size: 13px; display: flex;
color: #999; align-items: center;
margin-top: 0.3466666667rem; } color: #49E7F2;
.shade-mask-no-money .no-money-wrap .buy-btn { font-size: 0.32rem;
width: 80%; }
margin: 4.4rem auto 0; .shade-mask-buy .shade-content-buy .buy-day .dayNum,
display: flex; .shade-mask-buy .shade-content-buy .buy-day .diamondNum,
justify-content: space-evenly; } .shade-mask-buy .shade-content-buy .buy-price .dayNum,
.shade-mask-no-money .no-money-wrap .buy-btn .recharge, .shade-mask-buy .shade-content-buy .buy-price .diamondNum {
.shade-mask-no-money .no-money-wrap .buy-btn .cancel { font-size: 0.4rem;
width: 2.8rem; color: #fff;
height: 0.84rem; } font-weight: 500;
margin-left: 0.4rem;
/*# sourceMappingURL=more.css.map */ }
.shade-mask-buy .shade-content-buy .buy-btn {
width: 80%;
margin: 0.5rem auto 0;
display: flex;
justify-content: space-evenly;
}
.shade-mask-buy .shade-content-buy .buy-btn .confirm,
.shade-mask-buy .shade-content-buy .buy-btn .cancel {
width: 2.8rem;
height: 0.84rem;
}
.shade-mask-no-money {
display: none;
position: fixed;
top: 0;
left: 0;
z-index: 999;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.5);
}
.shade-mask-no-money .no-money-wrap {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 7.7333333333rem;
height: 6.0266666667rem;
background: url("../images/noMoney.png");
background-size: 100% 100%;
}
.shade-mask-no-money .no-money-wrap .no_money {
font-size: 0.4533333333rem;
color: #333;
text-align: center;
margin-top: 1.0666666667rem;
}
.shade-mask-no-money .no-money-wrap .tip {
text-align: center;
font-size: 13px;
color: #999;
margin-top: 0.3466666667rem;
}
.shade-mask-no-money .no-money-wrap .buy-btn {
width: 80%;
margin: 4.4rem auto 0;
display: flex;
justify-content: space-evenly;
}
.shade-mask-no-money .no-money-wrap .buy-btn .recharge,
.shade-mask-no-money .no-money-wrap .buy-btn .cancel {
width: 2.8rem;
height: 0.84rem;
}
/*# sourceMappingURL=more.css.map */

View File

@@ -38,7 +38,15 @@ body {
background: url('../images/more.png'); background: url('../images/more.png');
background-size: 100% 100%; background-size: 100% 100%;
position: relative; position: relative;
.newDate{
width: 100%;
text-align: center;
color: #fff;
font-size: px2rem(20, );
top: 0.75rem;
position: absolute;
left: 0;
}
.wanfa { .wanfa {
width: px2rem(126, ); width: px2rem(126, );
height: px2rem(44, ); height: px2rem(44, );

View File

@@ -13,6 +13,7 @@
<body> <body>
<div class="back"><img src="./images/travel/back.png" alt=""></div> <div class="back"><img src="./images/travel/back.png" alt=""></div>
<div class="more"> <div class="more">
<div class="newDate"><div class="newDate">活动时间2023/3/1/-2023/5/30</div></div>
<!-- <a href="./play_introduce.html" class="wanfa"><img src="./images/wanfa.png" alt=""></a> --> <!-- <a href="./play_introduce.html" class="wanfa"><img src="./images/wanfa.png" alt=""></a> -->
<ul class="dress_wrap"> <ul class="dress_wrap">
<li class="dress"> <li class="dress">

View File

@@ -1,323 +1,384 @@
@font-face { @font-face {
font-family: 'pingfang-medium'; font-family: "pingfang-medium";
src: url("../../../common/fonts/PingFang-Medium.ttf"); src: url("../../../common/fonts/PingFang-Medium.ttf");
src: url("../../../common/fonts/PingFang-Medium.ttf") format("woff"), url("../../../common/fonts/PingFang-Medium.ttf") format("truetype"), url("../../../common/fonts/PingFang-Medium.ttf") format("svg"); } src: url("../../../common/fonts/PingFang-Medium.ttf") format("woff"), url("../../../common/fonts/PingFang-Medium.ttf") format("truetype"), url("../../../common/fonts/PingFang-Medium.ttf") format("svg");
@font-face { }
font-family: 'pingfang-bold'; @font-face {
src: url("../../../common/fonts/PingFang-Bold.ttf"); font-family: "pingfang-bold";
src: url("../../../common/fonts/PingFang-Bold.ttf") format("woff"), url("../../../common/fonts/PingFang-Bold.ttf") format("truetype"), url("../../../common/fonts/PingFang-Bold.ttf") format("svg"); } src: url("../../../common/fonts/PingFang-Bold.ttf");
@font-face { src: url("../../../common/fonts/PingFang-Bold.ttf") format("woff"), url("../../../common/fonts/PingFang-Bold.ttf") format("truetype"), url("../../../common/fonts/PingFang-Bold.ttf") format("svg");
font-family: 'pingfang-regular'; }
src: url("../../../common/fonts/PingFang-Regular.ttf"); @font-face {
src: url("../../../common/fonts/PingFang-Regular.ttf") format("woff"), url("../../../common/fonts/PingFang-Regular.ttf") format("truetype"), url("../../../common/fonts/PingFang-Regular.ttf") format("svg"); } font-family: "pingfang-regular";
body { src: url("../../../common/fonts/PingFang-Regular.ttf");
font-family: 'pingfang-medium'; src: url("../../../common/fonts/PingFang-Regular.ttf") format("woff"), url("../../../common/fonts/PingFang-Regular.ttf") format("truetype"), url("../../../common/fonts/PingFang-Regular.ttf") format("svg");
background: #1f1063; } }
body {
.back { font-family: "pingfang-medium";
position: fixed; background: #1f1063;
top: 0.6666666667rem; }
left: 0.4533333333rem;
z-index: 9999; .back {
width: 0.8266666667rem; position: fixed;
height: 0.8266666667rem; } top: 0.6666666667rem;
.back img { left: 0.4533333333rem;
width: 100%; z-index: 9999;
height: 100%; } width: 0.8266666667rem;
height: 0.8266666667rem;
.wrap { }
background: url("../images/bg.png") no-repeat 0 0/100%; .back img {
overflow: hidden; } width: 100%;
.wrap .rule-btn { height: 100%;
position: relative; } }
.wrap .rule-btn img {
position: absolute; .wrap {
top: 4.8rem; background: url("../images/bg.png") no-repeat 0 0/100%;
right: 0; overflow: hidden;
width: 1.6533333333rem; }
height: 0.6666666667rem; .wrap .newDate {
line-height: 0.64rem; position: absolute;
text-align: center; width: 100%;
color: #FFFFFF; text-align: center;
font-size: 0.3466666667rem; } color: #fff;
.wrap ul.buy-area { font-size: 0.2666666667rem;
margin-top: 4.133333rem; margin-top: 4.8266666667rem;
margin-bottom: 3.2rem; }
overflow: hidden; } .wrap .rule-btn {
.wrap ul.buy-area li { position: relative;
position: relative; }
width: 8rem; .wrap .rule-btn img {
height: 6.1333333333rem; position: absolute;
margin: 0.8266666667rem auto 0; top: 4.8rem;
overflow: hidden; } right: 0;
.wrap ul.buy-area li .headwear-info { width: 1.6533333333rem;
margin-left: 3.8666666667rem; height: 0.6666666667rem;
margin-top: 2.4rem; } line-height: 0.64rem;
.wrap ul.buy-area li .headwear-info .headwear-name { text-align: center;
font-family: 'pingfang-bold'; color: #FFFFFF;
font-size: 0.4rem; font-size: 0.3466666667rem;
font-weight: bold; }
color: #FFF600; } .wrap ul.buy-area {
.wrap ul.buy-area li .headwear-info .headwear-price { margin-top: 4.133333rem;
line-height: 0.5333333333rem; margin-bottom: 3.2rem;
color: #fff; overflow: hidden;
font-size: 0.2933333333rem; } }
.wrap ul.buy-area li .headwear-info .headwear-award { .wrap ul.buy-area li {
color: #FAC2FF; position: relative;
font-size: 0.2933333333rem; width: 8rem;
margin-top: 0.2666666667rem; } height: 6.1333333333rem;
.wrap ul.buy-area li .headwear-info .buy-btn { margin: 0.8266666667rem auto 0;
position: absolute; overflow: hidden;
left: 50%; }
transform: translateX(-50%); .wrap ul.buy-area li .headwear-info {
bottom: 0.2666666667rem; margin-left: 3.8666666667rem;
width: 4.0266666667rem; margin-top: 2.4rem;
height: 0.8rem; }
line-height: 0.96rem; .wrap ul.buy-area li .headwear-info .headwear-name {
background: url("../images/buy-btn.png") no-repeat 0 0/100% 100%; font-family: "pingfang-bold";
font-size: 0.4rem; font-size: 0.4rem;
cursor: pointer; font-weight: bold;
color: #7944DA; color: #FFF600;
font-size: 0.4266666667rem; }
text-align: center; .wrap ul.buy-area li .headwear-info .headwear-price {
font-weight: bold; } line-height: 0.5333333333rem;
.wrap ul.buy-area li .headwear-info .buy-btn .headwear-price-wrap img.icon { color: #fff;
width: 0.5066666667rem; font-size: 0.2933333333rem;
height: 0.4rem; }
margin-left: 0.2666666667rem; } .wrap ul.buy-area li .headwear-info .headwear-award {
.wrap ul.buy-area li .headwear-info .buy-btn .tip { color: #FAC2FF;
width: 2.6666666667rem; font-size: 0.2933333333rem;
height: 0.8rem; margin-top: 0.2666666667rem;
line-height: 0.8rem; }
background: url("../images/buy-btn.png") no-repeat 0 0/100% 100%; .wrap ul.buy-area li .headwear-info .buy-btn {
text-align: center; position: absolute;
font-weight: bold; left: 50%;
color: #3E0D07; } transform: translateX(-50%);
bottom: 0.2666666667rem;
.mine { width: 4.0266666667rem;
position: fixed; height: 0.8rem;
bottom: 0; line-height: 0.96rem;
left: 0; background: url("../images/buy-btn.png") no-repeat 0 0/100% 100%;
z-index: 99; font-size: 0.4rem;
width: 100%; cursor: pointer;
height: 1.6rem; color: #7944DA;
background: url(../images/bottom.png) no-repeat; font-size: 0.4266666667rem;
display: flex; text-align: center;
align-items: center; } font-weight: bold;
.mine .avatar { }
width: 1.0666666667rem; .wrap ul.buy-area li .headwear-info .buy-btn .headwear-price-wrap img.icon {
height: 1.0666666667rem; width: 0.5066666667rem;
margin-left: 0.4rem; height: 0.4rem;
margin-right: 0.2666666667rem; } margin-left: 0.2666666667rem;
.mine .avatar img { }
width: 100%; .wrap ul.buy-area li .headwear-info .buy-btn .tip {
height: 100%; width: 2.6666666667rem;
border-radius: 50%; } height: 0.8rem;
.mine .info-wrap { line-height: 0.8rem;
flex: 1; background: url("../images/buy-btn.png") no-repeat 0 0/100% 100%;
display: flex; text-align: center;
flex-direction: column; font-weight: bold;
justify-content: space-around; color: #3E0D07;
height: 68%; }
font-size: 0.4rem;
color: #fff; } .mine {
.mine .info-wrap .nick { position: fixed;
font-size: 0.4rem; } bottom: 0;
.mine .info-wrap div { left: 0;
display: flex; z-index: 99;
font-family: 'pingfang-regular'; width: 100%;
font-size: 0.2933333333rem; } height: 1.6rem;
.mine .info-wrap div p { background: url(../images/bottom.png) no-repeat;
margin-right: 0.5333333333rem; } display: flex;
align-items: center;
.rule-mask { }
width: 8.5333333333rem; .mine .avatar {
height: 11.4666666667rem; width: 1.0666666667rem;
position: fixed; height: 1.0666666667rem;
left: 50%; margin-left: 0.4rem;
top: 50%; margin-right: 0.2666666667rem;
transform: translate(-50%, -50%); }
z-index: 1001; .mine .avatar img {
background: #6459EF; width: 100%;
border-radius: 0.4rem; height: 100%;
overflow: hidden; border-radius: 50%;
display: none; } }
.rule-mask .title { .mine .info-wrap {
width: 100%; flex: 1;
text-align: center; display: flex;
font-size: 0.4266666667rem; flex-direction: column;
color: #fff; justify-content: space-around;
margin-top: 0.4rem; height: 68%;
font-weight: bold; } font-size: 0.4rem;
.rule-mask .content { color: #fff;
width: 100%; }
height: 10rem; .mine .info-wrap .nick {
margin: 0 auto; font-size: 0.4rem;
margin-top: 0.4rem; }
overflow: auto; .mine .info-wrap div {
padding: 0 0.5333333333rem 0 0.9333333333rem; display: flex;
box-sizing: border-box; font-family: "pingfang-regular";
-webkit-overflow-scrolling: touch; } font-size: 0.2933333333rem;
.rule-mask .content::-webkit-scrollbar { }
display: none; } .mine .info-wrap div p {
.rule-mask .content p { margin-right: 0.5333333333rem;
margin-bottom: 0.2666666667rem; }
font-size: 0.4rem;
line-height: 0.5066666667rem; .rule-mask {
width: 100%; width: 8.5333333333rem;
text-indent: -0.4533333333rem; height: 11.4666666667rem;
color: #fff; } position: fixed;
.rule-mask .cancel { left: 50%;
width: 0.32rem; top: 50%;
height: 0.32rem; transform: translate(-50%, -50%);
position: absolute; z-index: 1001;
right: 10px; background: #6459EF;
top: 10px; } border-radius: 0.4rem;
.rule-mask .cancel img { overflow: hidden;
width: 100%; } display: none;
}
.shade { .rule-mask .title {
width: 100%; width: 100%;
position: fixed; text-align: center;
z-index: 1000; font-size: 0.4266666667rem;
left: 0; color: #fff;
top: 0; margin-top: 0.4rem;
height: 100%; font-weight: bold;
background: black; }
opacity: .7; .rule-mask .content {
display: none; } width: 100%;
height: 10rem;
.shade-mask-buy { margin: 0 auto;
display: none; margin-top: 0.4rem;
position: fixed; overflow: auto;
top: 0; padding: 0 0.5333333333rem 0 0.9333333333rem;
left: 0; box-sizing: border-box;
z-index: 999; -webkit-overflow-scrolling: touch;
width: 100vw; }
height: 100vh; .rule-mask .content::-webkit-scrollbar {
background-color: rgba(0, 0, 0, 0.4); } display: none;
.shade-mask-buy .shade-content-buy { }
position: absolute; .rule-mask .content p {
top: 50%; margin-bottom: 0.2666666667rem;
left: 50%; font-size: 0.4rem;
transform: translate(-50%, -50%); line-height: 0.5066666667rem;
width: 8rem; width: 100%;
height: 8rem; text-indent: -0.4533333333rem;
border-radius: 0.32rem; color: #fff;
background-color: white; } }
.shade-mask-buy .shade-content-buy .title { .rule-mask .cancel {
font-family: 'pingfang-bold'; width: 0.32rem;
font-size: 0.48rem; height: 0.32rem;
font-weight: bold; position: absolute;
color: #333333; right: 10px;
text-align: center; top: 10px;
margin: 0.48rem 0 0.5866666667rem; } }
.shade-mask-buy .shade-content-buy .title span { .rule-mask .cancel img {
font-weight: bold; } width: 100%;
.shade-mask-buy .shade-content-buy .buy-num, }
.shade-mask-buy .shade-content-buy .buy-day,
.shade-mask-buy .shade-content-buy .buy-price { .shade {
font-size: 0.4rem; width: 100%;
color: #333333; position: fixed;
margin-bottom: 0.8533333333rem; z-index: 1000;
margin-left: 0.64rem; } left: 0;
.shade-mask-buy .shade-content-buy .buy-num p, top: 0;
.shade-mask-buy .shade-content-buy .buy-day p, height: 100%;
.shade-mask-buy .shade-content-buy .buy-price p { background: black;
font-weight: 550; } opacity: 0.7;
.shade-mask-buy .shade-content-buy .buy-num { display: none;
display: flex; }
align-items: center;
height: 0.8rem; } .shade-mask-buy {
.shade-mask-buy .shade-content-buy .buy-num .decrease, display: none;
.shade-mask-buy .shade-content-buy .buy-num .increase { position: fixed;
width: 0.8rem; top: 0;
height: 0.8rem; left: 0;
margin-right: 0.2666666667rem; } z-index: 999;
.shade-mask-buy .shade-content-buy .buy-num .decrease img, width: 100vw;
.shade-mask-buy .shade-content-buy .buy-num .increase img { height: 100vh;
width: 100%; } background-color: rgba(0, 0, 0, 0.4);
.shade-mask-buy .shade-content-buy .buy-num input { }
width: 2.1333333333rem; .shade-mask-buy .shade-content-buy {
height: 0.8rem; position: absolute;
border-radius: 0.4rem; top: 50%;
background-color: #FFFACF; left: 50%;
color: #000; transform: translate(-50%, -50%);
text-align: center; width: 8rem;
margin-right: 0.2666666667rem; height: 8rem;
outline: none; border-radius: 0.32rem;
caret-color: #000; } background-color: white;
.shade-mask-buy .shade-content-buy .buy-day, }
.shade-mask-buy .shade-content-buy .buy-price { .shade-mask-buy .shade-content-buy .title {
display: flex; font-family: "pingfang-bold";
align-items: center; } font-size: 0.48rem;
.shade-mask-buy .shade-content-buy .buy-confirm-btn { font-weight: bold;
display: flex; color: #333333;
justify-content: space-between; text-align: center;
width: 6.8266666667rem; margin: 0.48rem 0 0.5866666667rem;
height: 1.0133333333rem; }
margin: 1.2rem auto 0; } .shade-mask-buy .shade-content-buy .title span {
.shade-mask-buy .shade-content-buy .buy-confirm-btn .cancel, font-weight: bold;
.shade-mask-buy .shade-content-buy .buy-confirm-btn .confirm { }
width: 3.2rem; .shade-mask-buy .shade-content-buy .buy-num,
height: 1.0133333333rem; .shade-mask-buy .shade-content-buy .buy-day,
line-height: 1.0133333333rem; .shade-mask-buy .shade-content-buy .buy-price {
background-color: #FFFACF; font-size: 0.4rem;
font-size: 0.3733333333rem; color: #333333;
color: #000; margin-bottom: 0.8533333333rem;
border: 1px solid #FFE710; margin-left: 0.64rem;
text-align: center; }
border-radius: 0.5066666667rem; } .shade-mask-buy .shade-content-buy .buy-num p,
.shade-mask-buy .shade-content-buy .buy-confirm-btn .confirm { .shade-mask-buy .shade-content-buy .buy-day p,
background-color: #FFE710; .shade-mask-buy .shade-content-buy .buy-price p {
color: #000; } font-weight: 550;
}
.shade-mask-success, .shade-mask-buy .shade-content-buy .buy-num {
.shade-mask-no-money { display: flex;
display: none; align-items: center;
width: 7.4666666667rem; height: 0.8rem;
height: 6.1333333333rem; }
position: fixed; .shade-mask-buy .shade-content-buy .buy-num .decrease,
left: 50%; .shade-mask-buy .shade-content-buy .buy-num .increase {
top: 50%; width: 0.8rem;
transform: translate(-50%, -50%); height: 0.8rem;
z-index: 1001; margin-right: 0.2666666667rem;
border-radius: 0.3066666667rem; }
background-color: white; } .shade-mask-buy .shade-content-buy .buy-num .decrease img,
.shade-mask-success .title, .shade-mask-buy .shade-content-buy .buy-num .increase img {
.shade-mask-no-money .title { width: 100%;
font-size: 0.4533333333rem; }
color: #333; .shade-mask-buy .shade-content-buy .buy-num input {
text-align: center; width: 2.1333333333rem;
margin-top: 0.5333333333rem; } height: 0.8rem;
.shade-mask-success .pic-icon, border-radius: 0.4rem;
.shade-mask-no-money .pic-icon { background-color: #FFFACF;
width: 1.6266666667rem; color: #000;
height: 1.6266666667rem; text-align: center;
margin: 0 auto; margin-right: 0.2666666667rem;
margin-top: 0.3466666667rem; } outline: none;
.shade-mask-success .pic-icon img, caret-color: #000;
.shade-mask-no-money .pic-icon img { }
width: 100%; } .shade-mask-buy .shade-content-buy .buy-day,
.shade-mask-success .tip, .shade-mask-buy .shade-content-buy .buy-price {
.shade-mask-no-money .tip { display: flex;
text-align: center; align-items: center;
font-size: 13px; }
color: #999; .shade-mask-buy .shade-content-buy .buy-confirm-btn {
margin-top: 0.3466666667rem; } display: flex;
.shade-mask-success .in-btn, justify-content: space-between;
.shade-mask-success .recharge, width: 6.8266666667rem;
.shade-mask-no-money .in-btn, height: 1.0133333333rem;
.shade-mask-no-money .recharge { margin: 1.2rem auto 0;
width: 2.8rem; }
height: 1.0133333333rem; .shade-mask-buy .shade-content-buy .buy-confirm-btn .cancel,
border-radius: 0.6666666667rem; .shade-mask-buy .shade-content-buy .buy-confirm-btn .confirm {
background-color: #FFE710; width: 3.2rem;
color: #000; height: 1.0133333333rem;
font-size: 0.4rem; line-height: 1.0133333333rem;
text-align: center; background-color: #FFFACF;
line-height: 1.0133333333rem; font-size: 0.3733333333rem;
margin: 0 auto; color: #000;
margin-top: 0.5333333333rem; } border: 1px solid #FFE710;
text-align: center;
/*# sourceMappingURL=index.css.map */ border-radius: 0.5066666667rem;
}
.shade-mask-buy .shade-content-buy .buy-confirm-btn .confirm {
background-color: #FFE710;
color: #000;
}
.shade-mask-success,
.shade-mask-no-money {
display: none;
width: 7.4666666667rem;
height: 6.1333333333rem;
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
z-index: 1001;
border-radius: 0.3066666667rem;
background-color: white;
}
.shade-mask-success .title,
.shade-mask-no-money .title {
font-size: 0.4533333333rem;
color: #333;
text-align: center;
margin-top: 0.5333333333rem;
}
.shade-mask-success .pic-icon,
.shade-mask-no-money .pic-icon {
width: 1.6266666667rem;
height: 1.6266666667rem;
margin: 0 auto;
margin-top: 0.3466666667rem;
}
.shade-mask-success .pic-icon img,
.shade-mask-no-money .pic-icon img {
width: 100%;
}
.shade-mask-success .tip,
.shade-mask-no-money .tip {
text-align: center;
font-size: 13px;
color: #999;
margin-top: 0.3466666667rem;
}
.shade-mask-success .in-btn,
.shade-mask-success .recharge,
.shade-mask-no-money .in-btn,
.shade-mask-no-money .recharge {
width: 2.8rem;
height: 1.0133333333rem;
border-radius: 0.6666666667rem;
background-color: #FFE710;
color: #000;
font-size: 0.4rem;
text-align: center;
line-height: 1.0133333333rem;
margin: 0 auto;
margin-top: 0.5333333333rem;
}
/*# sourceMappingURL=index.css.map */

View File

@@ -50,7 +50,14 @@ body {
background: url('../images/bg.png') no-repeat 0 0/100%; background: url('../images/bg.png') no-repeat 0 0/100%;
// min-height: px2rem(2896); // min-height: px2rem(2896);
overflow: hidden; overflow: hidden;
.newDate{
position: absolute;
width: 100%;
text-align: center;
color: #fff;
font-size: px2rem(20, );
margin-top: px2rem(362, );
}
.rule-btn { .rule-btn {
position: relative; position: relative;

View File

@@ -15,6 +15,7 @@
<div class="wrap"> <div class="wrap">
<!-- 顶部返回 --> <!-- 顶部返回 -->
<div class="back"><img src="./images/travel/back.png" alt=""></div> <div class="back"><img src="./images/travel/back.png" alt=""></div>
<div class="newDate">活动时间2023/3/1/-2023/5/30</div>
<!-- 规则弹窗 --> <!-- 规则弹窗 -->
<div class="rule-btn"> <div class="rule-btn">
<img src="./images/introduce.png" alt=""> <img src="./images/introduce.png" alt="">

View File

@@ -1,94 +1,89 @@
@font-face { @font-face {
font-family: 'pingfang-medium'; font-family: "pingfang-medium";
src: url("../../../common/fonts/PingFang-Medium.ttf"); src: url("../../../common/fonts/PingFang-Medium.ttf");
src: url("../../../common/fonts/PingFang-Medium.ttf") format("woff"), url("../../../common/fonts/PingFang-Medium.ttf") format("truetype"), url("../../../common/fonts/PingFang-Medium.ttf") format("svg"); src: url("../../../common/fonts/PingFang-Medium.ttf") format("woff"), url("../../../common/fonts/PingFang-Medium.ttf") format("truetype"), url("../../../common/fonts/PingFang-Medium.ttf") format("svg");
} }
@font-face { @font-face {
font-family: 'pingfang-bold'; font-family: "pingfang-bold";
src: url("../../../common/fonts/PingFang Bold.ttf"); src: url("../../../common/fonts/PingFang Bold.ttf");
src: url("../../../common/fonts/PingFang Bold.ttf") format("woff"), url("../../../common/fonts/PingFang Bold.ttf") format("truetype"), url("../../../common/fonts/PingFang Bold.ttf") format("svg"); src: url("../../../common/fonts/PingFang Bold.ttf") format("woff"), url("../../../common/fonts/PingFang Bold.ttf") format("truetype"), url("../../../common/fonts/PingFang Bold.ttf") format("svg");
} }
body { body {
font-family: 'pingfang-medium'; font-family: "pingfang-medium";
background-color: #F43C58; background-color: #F43C58;
} }
.banner { .banner {
width: 10rem; width: 10rem;
height: 8.26667rem; height: 8.2666666667rem;
background: url("../images/mall/banner.png") no-repeat 0 0/100% 100%; background: url("../images/mall/banner.png") no-repeat 0 0/100% 100%;
box-sizing: border-box;
padding-top: 3.3333333333rem;
}
.banner .newDate {
width: 100%;
text-align: center;
color: #FFFFFF;
font-size: 0.2666666667rem;
} }
.buy-area { .buy-area {
width: 9.33333rem; width: 9.3333333333rem;
height: 12.37333rem; height: 12.3733333333rem;
margin: auto; margin: auto;
box-sizing: border-box; box-sizing: border-box;
padding: 1.2rem 0.50667rem 0 0.74667rem; padding: 1.2rem 0.5066666667rem 0 0.7466666667rem;
background: url("../images/mall/buy-area.png") no-repeat 0 0/100% 100%; background: url("../images/mall/buy-area.png") no-repeat 0 0/100% 100%;
margin-top: -4rem; margin-top: -4rem;
} }
.buy-area.bg-long { .buy-area.bg-long {
background-image: url("../images/mall/buy-area-long.png"); background-image: url("../images/mall/buy-area-long.png");
} }
.buy-area li { .buy-area li {
display: flex; display: flex;
align-items: center; align-items: center;
margin-bottom: 0.8rem; margin-bottom: 0.8rem;
} }
.buy-area li.li-bg-long { .buy-area li.li-bg-long {
margin-bottom: 1.2rem; margin-bottom: 1.2rem;
} }
.buy-area li .headwear-pic { .buy-area li .headwear-pic {
width: 1.73333rem; width: 1.7333333333rem;
height: 1.73333rem; height: 1.7333333333rem;
background-color: #F43C58; background-color: #F43C58;
border-radius: 0.4rem; border-radius: 0.4rem;
margin-right: 0.26667rem; margin-right: 0.2666666667rem;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
} }
.buy-area li .headwear-pic img { .buy-area li .headwear-pic img {
width: 1.33333rem; width: 1.3333333333rem;
height: 1.33333rem; height: 1.3333333333rem;
} }
.buy-area li .headwear-info { .buy-area li .headwear-info {
flex: 1; flex: 1;
height: 1.46667rem; height: 1.4666666667rem;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-between; justify-content: space-between;
color: #C58138; color: #C58138;
font-size: 0.32rem; font-size: 0.32rem;
} }
.buy-area li .headwear-info .headwear-name { .buy-area li .headwear-info .headwear-name {
font-size: 0.42667rem; font-size: 0.4266666667rem;
font-weight: bold; font-weight: bold;
} }
.buy-area li .headwear-info .headwear-price { .buy-area li .headwear-info .headwear-price {
margin-bottom: -0.16rem; margin-bottom: -0.16rem;
} }
.buy-area li .headwear-info .headwear-award { .buy-area li .headwear-info .headwear-award {
color: #ED7B50; color: #ED7B50;
} }
.buy-area li .buy-btn { .buy-area li .buy-btn {
width: 1.78667rem; width: 1.7866666667rem;
height: 0.82667rem; height: 0.8266666667rem;
} }
.buy-area li .buy-btn img { .buy-area li .buy-btn img {
width: 100%; width: 100%;
} }
@@ -99,60 +94,52 @@ body {
left: 0; left: 0;
z-index: 99; z-index: 99;
width: 100%; width: 100%;
height: 1.73333rem; height: 1.7333333333rem;
background: url("../images/mall/bottom.png") no-repeat 0 0/100% 100%; background: url("../images/mall/bottom.png") no-repeat 0 0/100% 100%;
display: flex; display: flex;
align-items: center; align-items: center;
} }
.bottom.mb-long { .bottom.mb-long {
margin-bottom: 0.90667rem; margin-bottom: 0.9066666667rem;
} }
.bottom .avatar { .bottom .avatar {
width: 1.33333rem; width: 1.3333333333rem;
height: 1.33333rem; height: 1.3333333333rem;
margin-left: 0.56rem; margin-left: 0.56rem;
margin-right: 0.26667rem; margin-right: 0.2666666667rem;
} }
.bottom .avatar img { .bottom .avatar img {
width: 100%; width: 100%;
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
} }
.bottom .info-wrap { .bottom .info-wrap {
flex: 1; flex: 1;
margin-top: 0.18667rem; margin-top: 0.1866666667rem;
} }
.bottom .info-wrap .fragment-num, .bottom .info-wrap .diamond-num { .bottom .info-wrap .fragment-num, .bottom .info-wrap .diamond-num {
width: 3.33333rem; width: 3.3333333333rem;
height: 0.56rem; height: 0.56rem;
background-color: #BD7F38; background-color: #BD7F38;
border-radius: 0.26667rem; border-radius: 0.2666666667rem;
line-height: 0.56rem; line-height: 0.56rem;
font-size: 0.34667rem; font-size: 0.3466666667rem;
font-weight: bold; font-weight: bold;
color: white; color: white;
text-indent: 0.13333rem; text-indent: 0.1333333333rem;
margin-bottom: 0.13333rem; margin-bottom: 0.1333333333rem;
} }
.bottom .add { .bottom .add {
width: 0.54667rem; width: 0.5466666667rem;
height: 0.54667rem; height: 0.5466666667rem;
margin-top: -0.64rem; margin-top: -0.64rem;
margin-right: 0.93333rem; margin-right: 0.9333333333rem;
} }
.bottom .recharge { .bottom .recharge {
width: 1.92rem; width: 1.92rem;
height: 0.82667rem; height: 0.8266666667rem;
margin-right: 0.98667rem; margin-right: 0.9866666667rem;
} }
.bottom .recharge img { .bottom .recharge img {
width: 100%; width: 100%;
} }
@@ -164,7 +151,7 @@ body {
left: 0; left: 0;
z-index: 99; z-index: 99;
width: 100%; width: 100%;
height: 0.93333rem; height: 0.9333333333rem;
background-color: #60acfb; background-color: #60acfb;
} }
@@ -178,7 +165,6 @@ body {
height: 100vh; height: 100vh;
background-color: rgba(0, 0, 0, 0.4); background-color: rgba(0, 0, 0, 0.4);
} }
.shade-mask-buy .shade-content-buy { .shade-mask-buy .shade-content-buy {
position: absolute; position: absolute;
top: 50%; top: 50%;
@@ -189,83 +175,71 @@ body {
border-radius: 0.32rem; border-radius: 0.32rem;
background-color: white; background-color: white;
} }
.shade-mask-buy .shade-content-buy .title { .shade-mask-buy .shade-content-buy .title {
font-family: 'pingfang-bold'; font-family: "pingfang-bold";
font-size: 0.48rem; font-size: 0.48rem;
font-weight: bold; font-weight: bold;
color: #333333; color: #333333;
text-align: center; text-align: center;
margin: 0.48rem 0 0.58667rem; margin: 0.48rem 0 0.5866666667rem;
} }
.shade-mask-buy .shade-content-buy .title span { .shade-mask-buy .shade-content-buy .title span {
font-weight: bold; font-weight: bold;
} }
.shade-mask-buy .shade-content-buy .buy-num, .shade-mask-buy .shade-content-buy .buy-day, .shade-mask-buy .shade-content-buy .buy-price { .shade-mask-buy .shade-content-buy .buy-num, .shade-mask-buy .shade-content-buy .buy-day, .shade-mask-buy .shade-content-buy .buy-price {
font-size: 0.4rem; font-size: 0.4rem;
color: #333333; color: #333333;
margin-bottom: 0.85333rem; margin-bottom: 0.8533333333rem;
margin-left: 0.64rem; margin-left: 0.64rem;
} }
.shade-mask-buy .shade-content-buy .buy-num p, .shade-mask-buy .shade-content-buy .buy-day p, .shade-mask-buy .shade-content-buy .buy-price p { .shade-mask-buy .shade-content-buy .buy-num p, .shade-mask-buy .shade-content-buy .buy-day p, .shade-mask-buy .shade-content-buy .buy-price p {
font-weight: 550; font-weight: 550;
} }
.shade-mask-buy .shade-content-buy .buy-num { .shade-mask-buy .shade-content-buy .buy-num {
display: flex; display: flex;
align-items: center; align-items: center;
height: 0.8rem; height: 0.8rem;
} }
.shade-mask-buy .shade-content-buy .buy-num .decrease, .shade-mask-buy .shade-content-buy .buy-num .increase { .shade-mask-buy .shade-content-buy .buy-num .decrease, .shade-mask-buy .shade-content-buy .buy-num .increase {
width: 0.8rem; width: 0.8rem;
height: 0.8rem; height: 0.8rem;
margin-right: 0.26667rem; margin-right: 0.2666666667rem;
} }
.shade-mask-buy .shade-content-buy .buy-num .decrease img, .shade-mask-buy .shade-content-buy .buy-num .increase img { .shade-mask-buy .shade-content-buy .buy-num .decrease img, .shade-mask-buy .shade-content-buy .buy-num .increase img {
width: 100%; width: 100%;
} }
.shade-mask-buy .shade-content-buy .buy-num input { .shade-mask-buy .shade-content-buy .buy-num input {
width: 2.13333rem; width: 2.1333333333rem;
height: 0.8rem; height: 0.8rem;
border-radius: 0.4rem; border-radius: 0.4rem;
background-color: #EAE5FC; background-color: #EAE5FC;
color: #7154EE; color: #7154EE;
text-align: center; text-align: center;
margin-right: 0.26667rem; margin-right: 0.2666666667rem;
outline: none; outline: none;
caret-color: #7154EE; caret-color: #7154EE;
} }
.shade-mask-buy .shade-content-buy .buy-day, .shade-mask-buy .shade-content-buy .buy-price { .shade-mask-buy .shade-content-buy .buy-day, .shade-mask-buy .shade-content-buy .buy-price {
display: flex; display: flex;
align-items: center; align-items: center;
} }
.shade-mask-buy .shade-content-buy .buy-confirm-btn { .shade-mask-buy .shade-content-buy .buy-confirm-btn {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
width: 6.82667rem; width: 6.8266666667rem;
height: 1.01333rem; height: 1.0133333333rem;
margin: 1.2rem auto 0; margin: 1.2rem auto 0;
} }
.shade-mask-buy .shade-content-buy .buy-confirm-btn .cancel, .shade-mask-buy .shade-content-buy .buy-confirm-btn .confirm { .shade-mask-buy .shade-content-buy .buy-confirm-btn .cancel, .shade-mask-buy .shade-content-buy .buy-confirm-btn .confirm {
width: 3.2rem; width: 3.2rem;
height: 1.01333rem; height: 1.0133333333rem;
line-height: 1.01333rem; line-height: 1.0133333333rem;
background-color: #EAE5FC; background-color: #EAE5FC;
font-size: 0.37333rem; font-size: 0.3733333333rem;
color: #7154EE; color: #7154EE;
text-align: center; text-align: center;
border-radius: 0.50667rem; border-radius: 0.5066666667rem;
} }
.shade-mask-buy .shade-content-buy .buy-confirm-btn .confirm { .shade-mask-buy .shade-content-buy .buy-confirm-btn .confirm {
background-image: linear-gradient(#735FFE, #8776FF); background-image: linear-gradient(#735FFE, #8776FF);
color: white; color: white;
@@ -281,7 +255,6 @@ body {
height: 100vh; height: 100vh;
background-color: rgba(0, 0, 0, 0.4); background-color: rgba(0, 0, 0, 0.4);
} }
.shade-mask-no-money .shade-content-no-money { .shade-mask-no-money .shade-content-no-money {
position: absolute; position: absolute;
top: 50%; top: 50%;
@@ -295,33 +268,31 @@ body {
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
} }
.shade-mask-no-money .shade-content-no-money .no-money-title { .shade-mask-no-money .shade-content-no-money .no-money-title {
font-size: 0.48rem; font-size: 0.48rem;
font-weight: bold; font-weight: bold;
color: #333333; color: #333333;
margin: 0.48rem 0 1.44rem; margin: 0.48rem 0 1.44rem;
} }
.shade-mask-no-money .shade-content-no-money .no-money-pic { .shade-mask-no-money .shade-content-no-money .no-money-pic {
width: 1.6rem; width: 1.6rem;
height: 1.6rem; height: 1.6rem;
margin-bottom: 0.66667rem; margin-bottom: 0.6666666667rem;
} }
.shade-mask-no-money .shade-content-no-money .no-money-tip { .shade-mask-no-money .shade-content-no-money .no-money-tip {
font-size: 0.4rem; font-size: 0.4rem;
font-weight: 550; font-weight: 550;
color: #333333; color: #333333;
} }
.shade-mask-no-money .shade-content-no-money .no-money-recharge { .shade-mask-no-money .shade-content-no-money .no-money-recharge {
width: 3.2rem; width: 3.2rem;
height: 1.01333rem; height: 1.0133333333rem;
background-image: linear-gradient(#735FFE, #8776FF); background-image: linear-gradient(#735FFE, #8776FF);
border-radius: 0.50667rem; border-radius: 0.5066666667rem;
line-height: 1.01333rem; line-height: 1.0133333333rem;
text-align: center; text-align: center;
color: white; color: white;
margin-top: 1.2rem; margin-top: 1.2rem;
} }
/*# sourceMappingURL=mall.css.map */

View File

@@ -28,6 +28,14 @@ body{
width: px2rem(750); width: px2rem(750);
height: px2rem(620); height: px2rem(620);
background: url('../images/mall/banner.png') no-repeat 0 0/100% 100%; background: url('../images/mall/banner.png') no-repeat 0 0/100% 100%;
box-sizing: border-box;
padding-top: px2rem(250, );
.newDate{
width: 100%;
text-align: center;
color: #FFFFFF;
font-size: px2rem(20, );
}
} }
.buy-area{ .buy-area{
width: px2rem(700); width: px2rem(700);

View File

@@ -11,7 +11,9 @@
</head> </head>
<body> <body>
<div class="banner"></div> <div class="banner">
<div class="newDate">活动时间2023年4月1日-2023年6月30日</div>
</div>
<ul class="buy-area"> <ul class="buy-area">
<li> <li>
<div class="headwear-pic"><img src="" alt=""></div> <div class="headwear-pic"><img src="" alt=""></div>

File diff suppressed because it is too large Load Diff

View File

@@ -541,7 +541,8 @@ body {
text-align: center; text-align: center;
margin: px2rem(30, ) auto px2rem(20, ); margin: px2rem(30, ) auto px2rem(20, );
color: #ED4D83; color: #ED4D83;
font-size: px2rem(30, ); font-size: px2rem(20, );
position: relative;
i { i {
width: px2rem(30, ); width: px2rem(30, );
@@ -553,6 +554,9 @@ body {
color: #fff; color: #fff;
display: inline-block; display: inline-block;
font-style: normal; font-style: normal;
position: absolute;
left: 0.4rem;
top: 50%;
} }
} }

View File

@@ -128,7 +128,7 @@
<!-- 抽奖按钮 --> <!-- 抽奖按钮 -->
<div class="drawBut js-draw-btn">试试手气</div> <div class="drawBut js-draw-btn">试试手气</div>
<!-- 参与活动奖品说明 --> <!-- 参与活动奖品说明 -->
<div class="illustrate"><i>?</i> 参与获得限量头饰,并赠送塔罗占卜机会</div> <div class="illustrate"><i>?</i> 活动时间2023/4/1/-2023/6/30<br>参与获得限量头饰,并赠送塔罗占卜机会</div>
<div class="illustrate_centent"> <div class="illustrate_centent">
<div class="class1"> <div class="class1">
<img src="./image/class1.png" alt=""> <img src="./image/class1.png" alt="">