Browse Source

:lipstick: 首页机器销售额文字样式

Ritchie 1 year ago
parent
commit
58adc3f379
2 changed files with 2 additions and 21 deletions
  1. 0 19
      src/styles/home/index.less
  2. 2 2
      src/views/home/index.vue

+ 0 - 19
src/styles/home/index.less

@@ -329,42 +329,23 @@
     }
 
     .outer9 {
-      // width: 100%;
-      // height: 54px;
       background: rgba(255, 255, 255, 1) url("../../assets/home/line.png") bottom center no-repeat;
       background-size: 100% auto;
       padding: 10px 20px;
 
       .main24 {
-        // width: 100%;
-
         .ImageText10 {
-          // height: 14px;
-          // margin-left: 20px;
-          // width: 2.5rem;
-
           .wrap2 {
-            // width: 78px;
-            // height: 14px;
-
             .outer10 {
-              // z-index: 2;
               position: relative;
               width: 15px;
               height: 15px;
               margin-right: 5px;
-              // border: 2px rgba(128, 150, 236, 1);
               background: url("../../assets/home/machineSales.png") center no-repeat;
               background-size: 100%;
             }
-
             .TextGroup13 {
-              // height: 14px;
-              // width: 56px;
-
               .txt13 {
-                // width: 56px;
-                // height: 0.4rem;
                 overflow-wrap: break-word;
                 color: rgba(64, 77, 116, 1);
                 font-size: 0.4rem;

+ 2 - 2
src/views/home/index.vue

@@ -112,9 +112,9 @@
       <div v-if="showDataDiv && user.ifForeign === '1'">
         <!-- 机器销售额 -->
         <div class="outer9 flex-col justify-center">
-          <div class="main24 flex-col justify-between">
+          <div class="main24 flex-col">
             <div class="ImageText10 flex-col">
-              <div class="wrap2 flex-row justify-between">
+              <div class="wrap2 flex-row l-flex-RC">
                 <div class="outer10 flex-col"></div>
                 <div class="TextGroup13 flex-col">
                   <span class="txt13">{{ $t("home.machineSales") }}</span>