修改
This commit is contained in:
parent
14ff788706
commit
ccd786d098
@ -230,7 +230,6 @@
|
|||||||
|
|
||||||
.prescription {
|
.prescription {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
height: 984rpx;
|
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
box-shadow: 0rpx 3rpx 18rpx 0rpx rgba(161, 220, 211, 0.43);
|
box-shadow: 0rpx 3rpx 18rpx 0rpx rgba(161, 220, 211, 0.43);
|
||||||
border-radius: 10rpx;
|
border-radius: 10rpx;
|
||||||
@ -242,7 +241,6 @@
|
|||||||
padding: 3%;
|
padding: 3%;
|
||||||
margin: 15rpx auto;
|
margin: 15rpx auto;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
height: 500rpx;
|
|
||||||
// background-color: red;
|
// background-color: red;
|
||||||
background: #F9F9FA;
|
background: #F9F9FA;
|
||||||
border-radius: 10rpx;
|
border-radius: 10rpx;
|
||||||
@ -250,10 +248,10 @@
|
|||||||
.videoitem {
|
.videoitem {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 200rpx;
|
flex-wrap: wrap;
|
||||||
|
|
||||||
video {
|
video {
|
||||||
width: 50%;
|
width: 47%;
|
||||||
margin-left: 3%;
|
margin-left: 3%;
|
||||||
height: 194rpx;
|
height: 194rpx;
|
||||||
|
|
||||||
|
|||||||
@ -87,7 +87,9 @@
|
|||||||
<span>进阶方案:</span>
|
<span>进阶方案:</span>
|
||||||
{{item.advancedScheme}}
|
{{item.advancedScheme}}
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="videoitem">
|
<view class="videoitem">
|
||||||
|
|
||||||
<video v-for="uitem in item.motionPrescriptionVideoInfoVOList"
|
<video v-for="uitem in item.motionPrescriptionVideoInfoVOList"
|
||||||
:src="uitem.prescriptionVideoUrl" :autoplay="false" @tap='look(uitem)'></video>
|
:src="uitem.prescriptionVideoUrl" :autoplay="false" @tap='look(uitem)'></video>
|
||||||
</view>
|
</view>
|
||||||
@ -323,7 +325,6 @@
|
|||||||
|
|
||||||
.prescription {
|
.prescription {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
height: 984rpx;
|
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
box-shadow: 0rpx 3rpx 18rpx 0rpx rgba(161, 220, 211, 0.43);
|
box-shadow: 0rpx 3rpx 18rpx 0rpx rgba(161, 220, 211, 0.43);
|
||||||
border-radius: 10rpx;
|
border-radius: 10rpx;
|
||||||
@ -335,7 +336,6 @@
|
|||||||
padding: 3%;
|
padding: 3%;
|
||||||
margin: 15rpx auto;
|
margin: 15rpx auto;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
height: 450rpx;
|
|
||||||
// background-color: red;
|
// background-color: red;
|
||||||
background: #F9F9FA;
|
background: #F9F9FA;
|
||||||
border-radius: 10rpx;
|
border-radius: 10rpx;
|
||||||
@ -343,12 +343,12 @@
|
|||||||
.videoitem {
|
.videoitem {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 200rpx;
|
flex-wrap: wrap;
|
||||||
|
|
||||||
video {
|
video {
|
||||||
width: 50%;
|
width: 47%;
|
||||||
margin-left: 3%;
|
margin-left: 3%;
|
||||||
height: 194rpx;
|
height: 194rpx;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user