|
@@ -0,0 +1,364 @@
|
|
|
+.page {
|
|
|
+ height: 100%;
|
|
|
+}
|
|
|
+.continuePage {
|
|
|
+ height: 100%;
|
|
|
+ overflow: auto;
|
|
|
+ background-color: #813af4;
|
|
|
+ .container {
|
|
|
+ position: relative;
|
|
|
+ .img {
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+ .recharge {
|
|
|
+ background-image: url("/continuous/recharge.png");
|
|
|
+ background-size: 100% 100%;
|
|
|
+ width: 1.1rem;
|
|
|
+ height: 0.4rem;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ position: absolute;
|
|
|
+ right: 0;
|
|
|
+ top: 1.5rem;
|
|
|
+ font-weight: 700;
|
|
|
+ box-sizing: border-box;
|
|
|
+ padding-top: 0.04rem;
|
|
|
+ text-shadow:
|
|
|
+ 0.02rem 0.02rem 0.04rem #b81bac,
|
|
|
+ // 右下主阴影
|
|
|
+ -0.02rem -0.02rem 0.04rem #b81bac;
|
|
|
+ // 左上辅助阴影
|
|
|
+ // 0 0 0.08rem rgba(184, 27, 172, 0.5);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .content {
|
|
|
+ position: relative;
|
|
|
+ top: -0.6rem;
|
|
|
+ .tip {
|
|
|
+ height: 0.46rem;
|
|
|
+ width: 3rem;
|
|
|
+ background-image: url("/continuous/bg1.png");
|
|
|
+ background-size: 100% 100%;
|
|
|
+ margin: 0 auto;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ overflow: hidden;
|
|
|
+ .text {
|
|
|
+ white-space: nowrap;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .inner {
|
|
|
+ height: 300px;
|
|
|
+ position: relative;
|
|
|
+ // border-radius: 0.2rem 0.2rem 0 0;
|
|
|
+ &::before {
|
|
|
+ content: "";
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ right: 0;
|
|
|
+ left: 0;
|
|
|
+ height: 1rem;
|
|
|
+ border-radius: 0.3rem;
|
|
|
+ background-color: #5db0ff;
|
|
|
+ z-index: 1;
|
|
|
+ box-shadow: 0 0 0.1rem rgba(255, 255, 255, 0.1) inset; // 添加内阴影效果,使背景更暗;
|
|
|
+ }
|
|
|
+ &::after {
|
|
|
+ content: "";
|
|
|
+ position: absolute;
|
|
|
+ top: 0.15rem;
|
|
|
+ right: 0;
|
|
|
+ left: 0;
|
|
|
+ height: 1rem;
|
|
|
+ border-radius: 0.3rem;
|
|
|
+ background-color: #ff02ea;
|
|
|
+ z-index: 1;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .innerContainer {
|
|
|
+ box-shadow: 0 0 0.2rem #9895d6 inset;
|
|
|
+ background-image: url("/continuous/bg_1.png");
|
|
|
+ background-size: 100% auto;
|
|
|
+ background-repeat: repeat-y;
|
|
|
+ border-radius: 0.3rem 0.3rem 0 0;
|
|
|
+ position: relative;
|
|
|
+ z-index: 2;
|
|
|
+ top: 0.17rem;
|
|
|
+ background-color: #5904ee;
|
|
|
+ box-sizing: border-box;
|
|
|
+ padding: 0.2rem 0.15rem;
|
|
|
+ box-shadow: 0 0 0.2rem #bfa0f9 inset; // 添加内阴影效果,使背景更暗;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.box {
|
|
|
+ width: 100%;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ .boxItem {
|
|
|
+ width: 0.8rem;
|
|
|
+ height: 1.1rem;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
+ .boxItemTop {
|
|
|
+ height: 0.29rem;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ .boxItemTopText {
|
|
|
+ text-align: center;
|
|
|
+ word-break: break-word;
|
|
|
+ font-size: 0.11rem;
|
|
|
+ line-height: 1.1;
|
|
|
+ font-weight: 700;
|
|
|
+ background: linear-gradient(to bottom, #ffffea, #fff349); // 添加水平渐变背景
|
|
|
+ -webkit-background-clip: text; // 将背景裁剪到文字
|
|
|
+ background-clip: text;
|
|
|
+ -webkit-text-fill-color: transparent;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .boxItemBottom {
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ bottom: 0;
|
|
|
+ right: 0;
|
|
|
+ height: 0.29rem;
|
|
|
+ line-height: 1.1;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ word-break: break-word;
|
|
|
+ font-size: 0.11rem;
|
|
|
+ }
|
|
|
+}
|
|
|
+.daybox {
|
|
|
+ margin-top: 0.14rem;
|
|
|
+ background: linear-gradient(to bottom, #ff03ea, #0af0ff); // 添加水平渐变背景
|
|
|
+ border-radius: 0.2rem;
|
|
|
+ box-sizing: border-box;
|
|
|
+ padding: 0.02rem;
|
|
|
+ .dayContainer {
|
|
|
+ background-color: #813af3;
|
|
|
+ box-shadow: 0 0 15px rgba(255, 5, 234, 0.5) inset;
|
|
|
+ min-height: 1rem;
|
|
|
+ padding: 0.1rem;
|
|
|
+ border-radius: 0.2rem;
|
|
|
+ background-image: url("/continuous/bg_1.png");
|
|
|
+ background-repeat: repeat;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ justify-content: flex-start;
|
|
|
+ gap: 0.1rem;
|
|
|
+ }
|
|
|
+ .dayItem {
|
|
|
+ flex: 0 0 calc(16.666% - 0.0833rem);
|
|
|
+ margin-bottom: 0.1rem;
|
|
|
+ height: 0.57rem;
|
|
|
+ text-align: center;
|
|
|
+ border-radius: 0.08rem;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ &.active {
|
|
|
+ background-color: #7742d4;
|
|
|
+ position: relative;
|
|
|
+ &:after {
|
|
|
+ content: "";
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ top: 0;
|
|
|
+ right: 0;
|
|
|
+ bottom: 0;
|
|
|
+ background-image: url("/continuous/gou.png");
|
|
|
+ background-size: 50% auto;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-position: center center;
|
|
|
+ z-index: 1;
|
|
|
+ }
|
|
|
+ .dayItemText {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+ .dayitemTextActive {
|
|
|
+ display: flex;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ font-size: 0.1rem;
|
|
|
+ line-height: 1;
|
|
|
+ img {
|
|
|
+ width: 0.2rem;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .dayItemText {
|
|
|
+ font-size: 0.12rem;
|
|
|
+ color: #dbc6ff;
|
|
|
+ }
|
|
|
+ .dayitemTextActive {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+}
|
|
|
+.premio {
|
|
|
+ margin-top: 0.2rem;
|
|
|
+ .premioTitle {
|
|
|
+ background-image: url("/continuous/t1.png");
|
|
|
+ margin: 0 0.32rem;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ height: 0.43rem;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ color: #fb4862;
|
|
|
+ font-size: 0.15rem;
|
|
|
+ font-weight: 700;
|
|
|
+ box-sizing: border-box;
|
|
|
+ padding-top: 0.06rem;
|
|
|
+
|
|
|
+ .premioTitleText {
|
|
|
+ -webkit-background-clip: text; // 将背景裁剪到文字
|
|
|
+ background-clip: text;
|
|
|
+ filter: drop-shadow(0 2px 1px #fff);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .premioContainer {
|
|
|
+ border-radius: 0.2rem;
|
|
|
+ background: linear-gradient(to bottom, #ff03ea, #0af0ff); // 添加水平渐变背景
|
|
|
+ padding: 0.02rem;
|
|
|
+ }
|
|
|
+ .premioContent {
|
|
|
+ background-color: #942ef7;
|
|
|
+ box-shadow: 0 0 15px rgba(255, 5, 234, 0.5) inset;
|
|
|
+ min-height: 1rem;
|
|
|
+ padding: 0.1rem;
|
|
|
+ border-radius: 0.2rem;
|
|
|
+ background-image: url("/continuous/bg_1.png");
|
|
|
+ padding: 0.15rem 0.1rem;
|
|
|
+ }
|
|
|
+ .premioItem {
|
|
|
+ border-radius: 0.1rem;
|
|
|
+ display: flex;
|
|
|
+ padding: 0.08rem;
|
|
|
+ box-shadow: 0 0 0.1rem rgba(242, 142, 254, 1) inset; // 添加内阴影效果,使背景更暗;
|
|
|
+ background-color: rgba(242, 142, 254, 0.4);
|
|
|
+ margin-bottom: 0.15rem;
|
|
|
+ }
|
|
|
+ .premioItemDay {
|
|
|
+ width: 0.6rem;
|
|
|
+ height: 0.6rem;
|
|
|
+ border-radius: 0.1rem;
|
|
|
+ background: url("/continuous/rili.png") no-repeat;
|
|
|
+ background-size: 50% auto;
|
|
|
+ background-position: center center;
|
|
|
+ background-color: #fff;
|
|
|
+ perspective: 100px;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ font-size: 0.18rem;
|
|
|
+ font-weight: 700;
|
|
|
+ margin-right: 0.1rem;
|
|
|
+ span {
|
|
|
+ position: relative;
|
|
|
+ top: 0.07rem;
|
|
|
+ left: -0.04rem;
|
|
|
+ transform: rotateY(-46deg) rotateX(6deg);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .premioItemBtn {
|
|
|
+ width: 0.95rem;
|
|
|
+ height: 0.25rem;
|
|
|
+ background-image: url("/continuous/btn2.png");
|
|
|
+ background-size: 100% 100%;
|
|
|
+ font-size: 0.11rem;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ &.disabled {
|
|
|
+ background-image: url("/continuous/btn1.png");
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+.canGet {
|
|
|
+ width: 2.27rem;
|
|
|
+ height: 0.3rem;
|
|
|
+ background-image: url("/continuous/bg2.png");
|
|
|
+ background-size: 100% 100%;
|
|
|
+ text-align: center;
|
|
|
+ line-height: 0.3rem;
|
|
|
+ color: #fff;
|
|
|
+ font-size: 0.14rem;
|
|
|
+ font-weight: 700;
|
|
|
+}
|
|
|
+.introbox {
|
|
|
+ margin-top: 0.3rem;
|
|
|
+ border-radius: 0.2rem;
|
|
|
+ background: linear-gradient(to bottom, #ff03ea, #0af0ff); // 添加水平渐变背景
|
|
|
+ padding: 0.02rem;
|
|
|
+ .introContainer {
|
|
|
+ background-color: #942ef7;
|
|
|
+ box-shadow: 0 0 15px rgba(255, 5, 234, 0.5) inset;
|
|
|
+ min-height: 1rem;
|
|
|
+ padding: 0.1rem;
|
|
|
+ border-radius: 0.2rem;
|
|
|
+ background-image: url("/continuous/bg_1.png");
|
|
|
+ padding: 0.15rem 0.1rem;
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
+ .introTitle {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ position: absolute;
|
|
|
+ top: -0.1rem;
|
|
|
+ left: 0;
|
|
|
+ right: 0;
|
|
|
+ .introTitleText {
|
|
|
+ width: 2.7rem;
|
|
|
+ height: 0.4rem;
|
|
|
+ background-image: url("/continuous/title.png");
|
|
|
+ background-size: 100% 100%;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 0.16rem;
|
|
|
+ font-weight: 700;
|
|
|
+ text-shadow: 0 0 0.02rem red; // 添加文字阴影效果,使文字更清晰;
|
|
|
+ padding-top: 0.06rem;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .introboxDesc {
|
|
|
+ padding-top: 0.2rem;
|
|
|
+ font-size: 0.12rem;
|
|
|
+ line-height: 1.5;
|
|
|
+ }
|
|
|
+}
|
|
|
+.introItem {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ font-size: 0.12rem;
|
|
|
+ align-items: stretch;
|
|
|
+ background-color: #8e28e0;
|
|
|
+ &.odd {
|
|
|
+ background-color: #7622bb;
|
|
|
+ }
|
|
|
+ div {
|
|
|
+ flex: 1 0;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+ padding: 0.1rem 0;
|
|
|
+
|
|
|
+ &.idx1 {
|
|
|
+ flex: 0 0 0.4rem;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|