xuxueyang
2024-07-26 2d5090c2b215a5ea7e489d4b50fbf30aae569324
common/self.scss
@@ -104,6 +104,9 @@
.bg-white {
   background-color: #FFFFFF;
}
.br-4{
   border-radius: 8rpx;
}
.bg-app-white {
   background-color: #FFFFFF;
@@ -237,7 +240,9 @@
.m-r-80 {
   margin-right: 160rpx;
}
.m-b-12{
   margin-bottom: 24rpx;
}
.m-b-20 {
   margin-bottom: 40rpx;
}
@@ -893,10 +898,41 @@
   }
   .store-name {
      font-weight: 600;
      font-size: 28rpx;
      color: #000000;
      line-height: 40rpx;
   }
   .store-address{
      font-weight: 400;
      font-size: 24rpx;
      color: #666666;
      line-height: 34rpx;
   }
   .store-to{
      width: 172rpx;
      height: 52rpx;
      background: #E1F0E7;
      border-radius: 4rpx;
      font-weight: 400;
      font-size: 24rpx;
      color: #5B8C71;
      line-height: 52rpx;
      text-align: center;
   }
   .store-sc{
      width: 176rpx;
      height: 64rpx;
      background: #39AF6E;
      border-radius: 32rpx;
      font-weight: 400;
      font-size: 32rpx;
      color: #000000;
      line-height: 96rpx;
      color: #FFFFFF;
      line-height: 64rpx;
      .icon{
         width: 36rpx;
         height: 36rpx;
      }
   }
}
.text-left{