|
@@ -2250,6 +2250,14 @@ button.cuIcon.lg {
|
|
|
margin-bottom: 20upx;
|
|
|
}
|
|
|
|
|
|
+.cu-card.dynamic>.cu-item>.text-content-luckyDraw {
|
|
|
+ padding: 0 30upx 0;
|
|
|
+ max-height: 6.4em;
|
|
|
+ overflow: hidden;
|
|
|
+ font-size: 30upx;
|
|
|
+ margin-bottom: 20upx;
|
|
|
+}
|
|
|
+
|
|
|
.cu-card.dynamic>.cu-item .square-img {
|
|
|
width: 100%;
|
|
|
height: 200upx;
|
|
@@ -2311,6 +2319,13 @@ button.cuIcon.lg {
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
|
|
|
+.cu-card.article>.cu-item .content .text-content-luckyDraw {
|
|
|
+ font-size: 28upx;
|
|
|
+ color: #888;
|
|
|
+ overflow: hidden;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
/* ==================
|
|
|
表单
|
|
|
==================== */
|
|
@@ -3813,6 +3828,10 @@ scroll-view.cu-steps .cu-item {
|
|
|
line-height: 1.6;
|
|
|
}
|
|
|
|
|
|
+.text-content-luckyDraw {
|
|
|
+ line-height: 1.6;
|
|
|
+}
|
|
|
+
|
|
|
.text-left {
|
|
|
text-align: left;
|
|
|
}
|