Browse Source

add bonus_icon

huanggang 7 years ago
parent
commit
0af4ad2e0f

+ 18 - 6
data/resource/mobile/bonus/css/content_rem.css

@@ -328,19 +328,20 @@ input,button {
     background: url("../imgaes/hilt_bg.png") center right no-repeat;
     background-size: 100%;
     display: inline-block;
-    font-size: 11px;
+    font-size: 16px;
     font-weight: bold;
     height:100%;
     text-align: center;
     color: #454545;
-    width: 0.77rem;
-    margin-top: 0.1rem;
+    width: 1rem;
+    margin-top: 0.05rem;
+    padding: 0 0.05rem;
 }
 [data-dpr="2"] .hilt {
-    font-size: 22px;
+    font-size: 32px;
 }
 [data-dpr="3"] .hilt {
-    font-size: 33px;
+    font-size: 48px;
 }
 .list_hilt {
     position: relative;
@@ -717,7 +718,9 @@ input,button {
 }
 .use_bonus {
     background: #fff;
-    /*margin-top:0.67rem;*/
+    margin-top:0.67rem;
+    padding-top: 0.05rem;
+    padding-bottom: 0.7rem;
     /*position: fixed;*/
     /*bottom: 0;*/
     /*left: 0;*/
@@ -771,6 +774,15 @@ a:hover {
 [data-dpr = "3"] .look_btn {
     font-size: 30px;
 }
+.bonus {
+    display: inline-block;
+    background: url(../imgaes/bonus_scale.png) no-repeat;
+    background-size: 100% 100%;
+    width: 0.2rem;
+    height: 0.3rem;
+    position: relative;
+    bottom: -0.01rem;
+}
 
 
 

BIN
data/resource/mobile/bonus/imgaes/bonus_scale.png