Commit a385c668 authored by 罗超's avatar 罗超

1

parent 41146181
......@@ -3,7 +3,7 @@
<van-toast id="van-toast" />
<view class="top-bar flex">
<view class="top-left flex flex_between_center">
<view class="top-title"> 电子合同 </view>
<view class="top-title one_line"> 电子合同 </view>
<van-image
width="58rpx"
height="66rpx"
......@@ -11,7 +11,7 @@
src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/educationStu/icon5.png"
/>
</view>
<view class="top-right flex_grow">
<view class="top-right">
<view class="course-name one_line"> {{ CourseName }} </view>
<view class="section-name one_line"> {{ data.length }}个合同 </view>
</view>
......@@ -122,7 +122,8 @@ export default {
color: #0f1b35;
}
.top-right {
height: 100%;
width: 440rpx;
height: 120rpx;
}
.course-name {
box-sizing: border-box;
......
......@@ -10,7 +10,7 @@
src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/educationStu/icon2.png"
/>
</view>
<view class="top-right flex_grow">
<view class="top-right">
<view class="course-name one_line"> {{ CourseName }} </view>
<view class="section-name one_line"> {{ data.length }}个章节 </view>
</view>
......@@ -132,7 +132,8 @@ export default {
color: #0f1b35;
}
.top-right {
height: 100%;
width: 440rpx;
height: 120rpx;
}
.course-name {
box-sizing: border-box;
......
......@@ -10,7 +10,7 @@
src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/educationStu/icon3.png"
/>
</view>
<view class="top-right flex_grow">
<view class="top-right">
<view class="course-name one_line"> {{ CourseName }} </view>
<view class="section-name one_line"> {{ data.length }}个章节 </view>
</view>
......@@ -123,7 +123,8 @@ export default {
color: #0f1b35;
}
.top-right {
height: 100%;
width: 440rpx;
height: 120rpx;
}
.course-name {
box-sizing: border-box;
......
......@@ -10,7 +10,7 @@
src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/educationStu/icon4.png"
/>
</view>
<view class="top-right flex_grow">
<view class="top-right">
<view class="course-name one_line"> {{ CourseName }} </view>
<view class="section-name one_line"> {{ SurplusHours }}课时 </view>
</view>
......@@ -150,7 +150,8 @@ export default {
color: #0f1b35;
}
.top-right {
height: 100%;
width: 440rpx;
height: 120rpx;
}
.course-name {
box-sizing: border-box;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment