tanxue преди 11 месеца
родител
ревизия
feb821fa05
променени са 1 файла, в които са добавени 5 реда и са изтрити 1 реда
  1. 5 1
      common/styles/global/components.scss

+ 5 - 1
common/styles/global/components.scss

@@ -444,7 +444,6 @@ view{box-sizing: border-box;}
   .button-next-tip{
     position: absolute;bottom:36px;right:0;pointer-events: none;
     i{display:inline-block; border-width:10px; border-style:solid dashed dashed; border-color:#646566 transparent transparent ;font-size:0; line-height:0;right: 12px;position: absolute;}
-    p{background: #646566;color: #fff;border-radius: 10px;margin: 0;padding: 16px;width: 130px;text-align: center;}
   }
   // 置灰隐藏
   .swiper-button-disabled .button-next-tip{display: none;}
@@ -536,4 +535,9 @@ view{box-sizing: border-box;}
   .status-item.click:before{content: '';position: absolute;height: 2px;width: 80%;bottom: -15px;font-size: 14px;
 	background-color: $uni-primary;
     left: 10%;border-radius: 2px;}
+}
+
+/*****开发中,敬请期待 author: TX  date:2024-06-25*****/
+.lli-develop-expect-page{
+	    height: 100vh;display: flex;align-items: center;justify-content: center;font-size: 36rpx;color: #666;
 }