shish 11 месяцев назад
Родитель
Сommit
7f646532d2

+ 6 - 2
ghsPad/src/pages/home/components/rightGoods.vue

@@ -226,12 +226,16 @@ export default {
                     }
                     .shop-info_price {
                         position: absolute;
-                        background-color: rgba(0, 0, 0, 0.5);
+                        background-color: #000000;
+                        opacity: 0.6;
                         bottom: 0;
+                        left: 0;
                         width: 100%;
                         font-size: 12upx;
                         color: #ffffff;
-                        height:22upx;
+                        height: 22upx;
+                        box-sizing: border-box;
+                        z-index: 10;
                         & > view {
                             & > view:nth-child(1) {
                                 overflow: hidden;

+ 6 - 2
ghsPad/src/pages/home/components/rightItem.vue

@@ -131,12 +131,16 @@ export default {
                 }
                 .shop-info_price {
                     position: absolute;
-                    background-color: rgba(0, 0, 0, 0.5);
+                    background-color: #000000;
+                    opacity: 0.6;
                     bottom: 0;
+                    left: 0;
                     width: 100%;
                     font-size: 12upx;
                     color: #ffffff;
-                    height:22upx;
+                    height: 22upx;
+                    box-sizing: border-box;
+                    z-index: 10;
                     & > view {
                         & > view:nth-child(1) {
                             overflow: hidden;

+ 5 - 1
hdPad/src/pages/home/components/rightGoods.vue

@@ -244,12 +244,16 @@ export default {
                     }
                     .shop-info_price {
                         position: absolute;
-                        background-color: rgba(0, 0, 0, 0.5);
+                        background-color: #000000;
+                        opacity: 0.6;
                         bottom: 0;
+                        left: 0;
                         width: 100%;
                         font-size: 12upx;
                         color: #ffffff;
                         height: 22upx;
+                        box-sizing: border-box;
+                        z-index: 10;
                         & > view {
                             & > view:nth-child(1) {
                                 overflow: hidden;

+ 6 - 2
hdPad/src/pages/home/components/rightItem.vue

@@ -131,12 +131,16 @@ export default {
                 }
                 .shop-info_price {
                     position: absolute;
-                    background-color: rgba(0, 0, 0, 0.5);
+                    background-color: #000000;
+                    opacity: 0.6;
                     bottom: 0;
+                    left: 0;
                     width: 100%;
                     font-size: 12upx;
                     color: #ffffff;
-                    height:22upx;
+                    height: 22upx;
+                    box-sizing: border-box;
+                    z-index: 10;
                     & > view {
                         & > view:nth-child(1) {
                             overflow: hidden;