@@ -5,12 +5,39 @@ body {
background-color: rgba(247, 247, 247, 1);
}
+img {
+ vertical-align: middle;
+}
+
.layout {
&-container {
padding: 16px 24px !important;
+@mixin ellipsis {
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ overflow: hidden;
+.ellipsis {
+ @include ellipsis();
+ &-two {
+ display: -webkit-box;
+ white-space: wrap;
+ -webkit-line-clamp: 2;
+ -webkit-box-orient: vertical;
+ box-orient: vertical;
+ line-clamp: 2;
+ line-height: 1.2;
+ }
.flex {
&-row {
display: flex;
@@ -1,3 +1,3 @@
-$color-primary: rgba(0, 176, 176, 1);
+$color-primary: #00b0b0;
$orange: rgba(255, 123, 21, 1);
@@ -0,0 +1,3 @@
+/**
+ * @description 处理时间
+ */
+ * 基础 `utils`