dever 4 lat temu
rodzic
commit
1aa575f7b1

+ 2 - 1
pages/dream/videoPlay.vue

@@ -5,7 +5,8 @@
 		:pic="pic"
 		:auto="true"
 		:index="0" 
-		:vid="1" 
+		:vid="1" 
+		type="2"
 		ref="video"
 		>
 		</dever-video>

+ 2 - 0
pages/dream/view/product.vue

@@ -571,6 +571,7 @@ export default {
 .grace-capsule-icon {
 	white-space: nowrap;
 	line-height: 34rpx;
+	height:54rpx;
 	text-overflow: ellipsis;
 	display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
 	-webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
@@ -580,6 +581,7 @@ export default {
 .grace-capsule-text {
 	line-height : 34rpx;
 	overflow: hidden;
+	height:54rpx;
 	text-overflow: ellipsis;
     word-break: break-all;
 	display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/

+ 1 - 0
pages/dream/view/vodComment.vue

@@ -9,6 +9,7 @@
 			:vid="item.id" 
 			:load.sync="load"
 			:disabled="disabled"
+			type="2"
 			@play="play"
 			ref="video"
 			>

+ 2 - 1
static/styles/app.scss

@@ -26,7 +26,7 @@ page {
 	width: 100%;
 	height: 100%;
 }
-
+/*
 @font-face {
   font-family: "wenyue";
   src: url('static/images/fonts/WenYue-XinQingNianTi-NC-W8_1.otf');
@@ -44,6 +44,7 @@ page {
 .neutra-font {
 	font-family: 'neutra';
 }
+*/
 
 button {
 	font-size: $font-size-base;