Browse Source

style: 样式调整

cuiyalong 3 years ago
parent
commit
3b1ac6d860

+ 12 - 7
src/web/staticres/common-module/active/2022.5.20/task.css

@@ -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 {

+ 3 - 1
src/web/staticres/frontRouter/pc/activity/css/task.css

@@ -254,7 +254,9 @@
   font-weight: 700;
   color: rgba(255, 255, 255, 0.6);
   cursor: pointer;
-  background: url(/frontRouter/pc/activity/image/tooltip-bottom-red@2x.png) no-repeat;
+  /* background: url(/frontRouter/pc/activity/image/tooltip-bottom-red@2x.png) no-repeat; */
+  background-image: url(/frontRouter/pc/activity/image/tooltip-bottom-red-disabled@2x.png);
+  background-repeat: no-repeat;
   background-size: contain;
 }