Commit b9d8dc27 authored by liudong1993's avatar liudong1993

Merge branch 'master' of http://gitlab.oytour.com/youjie/thinkapp

parents e0fa7335 edd3ff4d
......@@ -7,7 +7,22 @@
</view>
</navbar>
<view class="addComment-content">
<view class="addComment-title flex">
<van-icon name="friends-o" />
<text>
选择学员 (0)
</text>
</view>
<view class="addComment-img-box flex">
<view class="addComment-img-list flex">
<view class="addComment-img">
<view>
<van-icon name="plus" />
</view>
</view>
<text class="addComment-text">添加学员</text>
</view>
</view>
<!-- <setComments :CourseCommentTimesList="courseTimeList" @refreshData="getCourseCommentTimes"></setComments> -->
</view>
......@@ -114,6 +129,24 @@
};
</script>
<style scoped>
.addComment-img-list{
flex: 0 0 25%;
}
.addComment-img-box{
padding: 0 50rpx;
justify-content: space-between;
}
.addComment-title van-icon{
font-size: 38rpx;
margin-right: 20rpx;
}
.addComment-title{
font-size: 30rpx;
font-weight: bold;
color: #282828;
letter-spacing: 1rpx;
padding: 54rpx 50rpx 42rpx 50rpx;
}
.addComment-header-box{
padding: 20rpx 42rpx;
flex-direction: row;
......
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