xuxy
2024-07-27 dcc7b2d14fcbac97fb6d2c8975a3cd93dfbcc458
App.vue
@@ -81,6 +81,7 @@
   page {
      background-color: #f5f5f5;
   }
   @import '@/common/selfvar.scss';
   // @import '@/common/self.scss';
   
@@ -640,10 +641,11 @@
   .icon-arrow-down {
     width: 24rpx;
     height: 24rpx;
      vertical-align: middle;
      display: inline-block;
   }
   
   .app-tips {
   }
   .app-tips {}
   
   .app-tips .app-tip {
     background-color: #F3F3F3;
@@ -850,9 +852,7 @@
   }
   
   .common-select-items {
     .common-select-item {
     }
      .common-select-item {}
   }
   
   .uni-noticebar {
@@ -994,7 +994,6 @@
   .radio.select {
     background: #04BA97;
     border: 1rpx solid #04BA97
   }
   
   
@@ -1072,7 +1071,7 @@
   .info-brand {
     padding: 20rpx 30rpx;
     //padding: 10rpx;
     background: #fff;
      // background: #fff;
   
     .name {
       margin-bottom: 22rpx;
@@ -1080,24 +1079,35 @@
     }
   
     .store-logo {
       width: 96rpx;
       height: 96rpx;
         width: 114rpx;
         height: 114rpx;
       border-radius: 50%;
       margin-right: 20rpx;
         border: 2rpx solid #FFFFFF;
         background-size: 100% 100%;
             background-color: #fff;
     }
   
     .store-name {
       font-weight: 600;
       font-size: 28rpx;
       color: #000000;
         font-size: 36rpx;
         color: #FFFFFF;
       line-height: 40rpx;
         margin-top: 20rpx;
      }
      .store-name.t1 {
         color: #666;
     }
   
     .store-address {
       font-weight: 400;
       font-size: 24rpx;
       color: #666666;
         font-size: 28rpx;
         color: #FFFFFF;
       line-height: 34rpx;
         margin-top: 8rpx;
      }
      .store-address.t1 {
         color: #666;
     }
   
     .store-to {
@@ -1122,8 +1132,9 @@
       color: #FFFFFF;
       line-height: 64rpx;
       display: flex;
       .icon-view {
         margin-top: 4rpx;
            // margin-top: 8rpx;
         margin-left: 30rpx;
         margin-right: 10rpx;
       }
@@ -1133,6 +1144,7 @@
         height: 36rpx;
   
         display: inline-block;
            vertical-align: middle;
       }
     }
   }