|
@@ -7,25 +7,30 @@
|
|
|
-webkit-box-orient: vertical;
|
|
|
}
|
|
|
|
|
|
+// page {
|
|
|
+// -webkit-filter: grayscale(100%);
|
|
|
+// -moz-filter: grayscale(100%);
|
|
|
+// -o-filter: grayscale(100%);
|
|
|
+// filter: grayscale(100%);
|
|
|
+// filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
|
|
|
+// }
|
|
|
// flex布局
|
|
|
.cm-flex-center {
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
+
|
|
|
align-items: center;
|
|
|
}
|
|
|
-
|
|
|
.cm-flex-between {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
}
|
|
|
-
|
|
|
.cm-flex-around {
|
|
|
display: flex;
|
|
|
justify-content: space-around;
|
|
|
align-items: center;
|
|
|
}
|
|
|
-
|
|
|
// 标签
|
|
|
.tags {
|
|
|
.tag {
|
|
@@ -72,44 +77,36 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
// 图标默认颜色
|
|
|
.icon {
|
|
|
font-size: 36rpx;
|
|
|
color: #b2b2b2;
|
|
|
-
|
|
|
&.icon-xuanze {
|
|
|
color: #f83c6c;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
// 列表为空的提示语样式
|
|
|
.empty-tip {
|
|
|
font-size: 24rpx;
|
|
|
line-height: 1.6;
|
|
|
color: #999;
|
|
|
}
|
|
|
-
|
|
|
.placeholder {
|
|
|
font-size: 28rpx;
|
|
|
color: #999999;
|
|
|
}
|
|
|
-
|
|
|
.hover-class {
|
|
|
background-color: #eee !important;
|
|
|
}
|
|
|
-
|
|
|
// thorui 样式
|
|
|
.tui-nodata-fixed {
|
|
|
transform: translate(-50%, -70%) !important;
|
|
|
}
|
|
|
-
|
|
|
.tui-divider {
|
|
|
.tui-divider-line {
|
|
|
background: #d4d4d4 !important;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
// 定位
|
|
|
.fixed-top {
|
|
|
position: fixed;
|
|
@@ -118,7 +115,6 @@
|
|
|
left: 0;
|
|
|
top: 0;
|
|
|
}
|
|
|
-
|
|
|
.fixed-bottom {
|
|
|
position: fixed;
|
|
|
z-index: 90;
|
|
@@ -126,7 +122,6 @@
|
|
|
left: 0;
|
|
|
bottom: 0;
|
|
|
}
|
|
|
-
|
|
|
.sticky-top {
|
|
|
position: sticky;
|
|
|
z-index: 90;
|
|
@@ -134,7 +129,6 @@
|
|
|
left: 0;
|
|
|
top: 0;
|
|
|
}
|
|
|
-
|
|
|
// 清除浮动
|
|
|
.clearfix::after {
|
|
|
content: '';
|