|
@@ -1,6 +1,6 @@
|
|
|
/******************** 这里存放通用组件样式 ********************/
|
|
|
|
|
|
-/********** uni-app基础组件 **********/
|
|
|
+/********** uni-app基础组件 待删除**********/
|
|
|
/*** lli-button--primary ***/
|
|
|
// lli-primary
|
|
|
.lli-btn {
|
|
@@ -74,6 +74,53 @@ view{box-sizing: border-box;}
|
|
|
background-position: $position;background-size: contain;background-repeat: no-repeat;
|
|
|
}
|
|
|
|
|
|
+/***** 富文本处理 *****/
|
|
|
+@mixin ezy-rich-text() {
|
|
|
+ white-space: pre-wrap;text-align: justify;
|
|
|
+ div,p,span{margin: 0;padding: 0;}
|
|
|
+ img{max-width: 100%;}
|
|
|
+
|
|
|
+ .ql-align-center{text-align: center}
|
|
|
+ .ql-align-right{text-align: right}
|
|
|
+ // 9号字
|
|
|
+ .ql-size-9px{font-size: 18rpx;}
|
|
|
+ // 12号字
|
|
|
+ .ql-size-12px{font-size: 24rpx;}
|
|
|
+ // 14号字
|
|
|
+ .ql-size-14px{font-size: 28rpx;}
|
|
|
+ // 16号字
|
|
|
+ .ql-size-16px{font-size: 32rpx;}
|
|
|
+ // 18号字
|
|
|
+ .ql-size-18px{font-size: 36rpx;}
|
|
|
+ // 24号字
|
|
|
+ .ql-size-24px{font-size: 48rpx;}
|
|
|
+ // 32号字
|
|
|
+ .ql-size-32px{font-size: 64rpx;}
|
|
|
+
|
|
|
+ // 单倍行距
|
|
|
+ .line-height-lineHeight1{line-height: 1;}
|
|
|
+
|
|
|
+ // 1.5倍行距
|
|
|
+ .line-height-lineHeight1-5{line-height: 1.5;}
|
|
|
+
|
|
|
+ // 2倍行距
|
|
|
+ .line-height-lineHeight2{line-height: 2;}
|
|
|
+
|
|
|
+ // 2.5倍行距
|
|
|
+ .line-height-lineHeight2-5{line-height: 2.5;}
|
|
|
+
|
|
|
+ // 3倍行距
|
|
|
+ .line-height-lineHeight3{line-height: 3;}
|
|
|
+}
|
|
|
+
|
|
|
+/***** 按钮 *****/
|
|
|
+// 按钮
|
|
|
+.phone-blue-btn[type='default']{background-color: $uni-primary;color: #fff;}
|
|
|
+.phone-white-btn[type='default']{background-color: #fff;color: $uni-primary;border: 1rpx solid $uni-primary;}
|
|
|
+.phone-white-btn[type='default']:after{display: none;}
|
|
|
+.phone-blue-btn[type='default']:hover{background-color: $lli-btn-hover;color: #fff;}
|
|
|
+
|
|
|
+
|
|
|
/*****音频播放器 author: TX date:2024-06-24*****/
|
|
|
.MtaBusAudioPlayerBox{
|
|
|
position: relative;
|