|
@@ -0,0 +1,77 @@
|
|
|
+/*
|
|
|
+此文件为开发者工具生成,生成时间: 2022/12/30上午11:31:01
|
|
|
+
|
|
|
+在 E:\云链项目\e-wechat\packageA\orderForm\add.wxss 中引入样式
|
|
|
+```
|
|
|
+@import "./add.skeleton.wxss";
|
|
|
+```
|
|
|
+
|
|
|
+更多详细信息可以参考文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/skeleton.html
|
|
|
+*/
|
|
|
+.sk-transparent {
|
|
|
+ color: transparent !important;
|
|
|
+ }
|
|
|
+.sk-text-14-2857-378 {
|
|
|
+ background-image: linear-gradient(transparent 14.2857%, #EEEEEE 0%, #EEEEEE 85.7143%, transparent 0%) !important;
|
|
|
+ background-size: 100% 44.8000rpx;
|
|
|
+ position: relative !important;
|
|
|
+ }
|
|
|
+.sk-text {
|
|
|
+ background-origin: content-box !important;
|
|
|
+ background-clip: content-box !important;
|
|
|
+ background-color: transparent !important;
|
|
|
+ color: transparent !important;
|
|
|
+ background-repeat: repeat-y !important;
|
|
|
+ }
|
|
|
+.sk-text-15-0000-298 {
|
|
|
+ background-image: linear-gradient(transparent 15.0000%, #EEEEEE 0%, #EEEEEE 85.0000%, transparent 0%) !important;
|
|
|
+ background-size: 100% 40.0000rpx;
|
|
|
+ position: relative !important;
|
|
|
+ }
|
|
|
+.sk-text-14-2857-148 {
|
|
|
+ background-image: linear-gradient(transparent 14.2857%, #EEEEEE 0%, #EEEEEE 85.7143%, transparent 0%) !important;
|
|
|
+ background-size: 100% 44.8000rpx;
|
|
|
+ position: relative !important;
|
|
|
+ }
|
|
|
+.sk-text-15-0000-249 {
|
|
|
+ background-image: linear-gradient(transparent 15.0000%, #EEEEEE 0%, #EEEEEE 85.0000%, transparent 0%) !important;
|
|
|
+ background-size: 100% 40.0000rpx;
|
|
|
+ position: relative !important;
|
|
|
+ }
|
|
|
+.sk-text-15-0000-266 {
|
|
|
+ background-image: linear-gradient(transparent 15.0000%, #EEEEEE 0%, #EEEEEE 85.0000%, transparent 0%) !important;
|
|
|
+ background-size: 100% 40.0000rpx;
|
|
|
+ position: relative !important;
|
|
|
+ }
|
|
|
+.sk-text-15-0000-928 {
|
|
|
+ background-image: linear-gradient(transparent 15.0000%, #EEEEEE 0%, #EEEEEE 85.0000%, transparent 0%) !important;
|
|
|
+ background-size: 100% 40.0000rpx;
|
|
|
+ position: relative !important;
|
|
|
+ }
|
|
|
+.sk-button {
|
|
|
+ color: #EFEFEF !important;
|
|
|
+ background: #EFEFEF !important;
|
|
|
+ border: none !important;
|
|
|
+ box-shadow: none !important;
|
|
|
+ }
|
|
|
+.sk-pseudo::before, .sk-pseudo::after {
|
|
|
+ background: #EFEFEF !important;
|
|
|
+ background-image: none !important;
|
|
|
+ color: transparent !important;
|
|
|
+ border-color: transparent !important;
|
|
|
+ }
|
|
|
+.sk-pseudo-rect::before, .sk-pseudo-rect::after {
|
|
|
+ border-radius: 0 !important;
|
|
|
+ }
|
|
|
+.sk-pseudo-circle::before, .sk-pseudo-circle::after {
|
|
|
+ border-radius: 50% !important;
|
|
|
+ }
|
|
|
+.sk-container {
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ top: 0;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ overflow: hidden;
|
|
|
+ background-color: transparent;
|
|
|
+ }
|