|
@@ -67,16 +67,16 @@
|
|
|
padding: .26rem 0;
|
|
|
width: 1.6rem;
|
|
|
height: 1.6rem;
|
|
|
- background-image: url(/common-module/active/2022.5.20/bubble-1@2x.png);
|
|
|
+ background-image: url(/common-module/active/2022.5.20/bubble-2@2x.png);
|
|
|
background-repeat: no-repeat;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
.mission-list-item.complete .text,
|
|
|
.mission-list-item.complete .num {
|
|
|
- opacity: 0.6;
|
|
|
+ opacity: 1;
|
|
|
}
|
|
|
.mission-list-item.complete .m-list-item-bg {
|
|
|
- background-image: url(/common-module/active/2022.5.20/bubble-2@2x.png);
|
|
|
+ background-image: url(/common-module/active/2022.5.20/bubble-1@2x.png);
|
|
|
}
|
|
|
.m-list-item-bg .num {
|
|
|
display: flex;
|
|
@@ -86,6 +86,7 @@
|
|
|
font-weight: bold;
|
|
|
color: #CF1627;
|
|
|
line-height: .4rem;
|
|
|
+ opacity: 0.6;
|
|
|
}
|
|
|
.num .num-add {
|
|
|
font-size: .24rem;
|
|
@@ -95,6 +96,7 @@
|
|
|
font-size: .2rem;
|
|
|
color: #CF1627;
|
|
|
line-height: .24rem;
|
|
|
+ opacity: 0.6;
|
|
|
}
|
|
|
.m-list-item-bg .button {
|
|
|
position: relative;
|
|
@@ -179,8 +181,8 @@
|
|
|
z-index: 3;
|
|
|
}
|
|
|
.blink-point {
|
|
|
- width: 1.6rem;
|
|
|
- height: 1.6rem;
|
|
|
+ width: 1.2rem;
|
|
|
+ height: 1.2rem;
|
|
|
transform: translate(40%,-50%);
|
|
|
background-color: transparent;
|
|
|
background-image: url(/common-module/active/2022.5.20/blink-point.png);
|
|
@@ -397,16 +399,19 @@
|
|
|
font-size: .36rem;
|
|
|
color: #fff;
|
|
|
line-height: .44rem;
|
|
|
- background: linear-gradient(176deg, #FA8920 0%, #FB4D27 65%, #DD1515 100%);
|
|
|
- box-shadow: 2px 3px 0px 1px #FCAB11;
|
|
|
border-radius: .4rem;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
+
|
|
|
.tool-button {
|
|
|
bottom: .64rem;
|
|
|
+ background: linear-gradient(176deg, #FA8920 0%, #FB4D27 65%, #DD1515 100%);
|
|
|
+ box-shadow: 2px 3px 0px 1px #FCAB11;
|
|
|
}
|
|
|
.helper-button {
|
|
|
bottom: .08rem;
|
|
|
+ background: linear-gradient(176deg, #FFD747 0%, #FCAB11 52%, #FD8A03 100%);
|
|
|
+ box-shadow: 2px 3px 0px 1px #DD1515;
|
|
|
}
|
|
|
|
|
|
.helper-center-container {
|