Commit 8673d4e0 authored by youjie's avatar youjie

no message

parent 584d0555
<style scoped> <style scoped>
.pages{
min-height: 100vh;
background-color: #f6f6f6;
}
.FriendsAndRelatives-header{ .FriendsAndRelatives-header{
height: 491rpx; height: 491rpx;
text-align: center; text-align: center;
...@@ -74,6 +78,7 @@ ...@@ -74,6 +78,7 @@
font-size: 34rpx; font-size: 34rpx;
font-weight: 800; font-weight: 800;
color: #111111; color: #111111;
margin-top: 60rpx;
} }
.text{ .text{
margin-top: 20rpx; margin-top: 20rpx;
...@@ -114,7 +119,7 @@ ...@@ -114,7 +119,7 @@
} }
</style> </style>
<template> <template>
<view class="FriendsAndRelatives"> <view class="FriendsAndRelatives pages">
<view class="FriendsAndRelatives-header"> <view class="FriendsAndRelatives-header">
<image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1664163809000_838.png" <image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1664163809000_838.png"
style="width: 559rpx;height: 405rpx;"></image> style="width: 559rpx;height: 405rpx;"></image>
......
<style scoped> <style scoped>
.pages{
min-height: 100vh;
background-color: #f6f6f6;
}
.addChild-header{ .addChild-header{
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
...@@ -55,8 +59,9 @@ ...@@ -55,8 +59,9 @@
align-items: center; align-items: center;
margin-bottom: 36rpx; margin-bottom: 36rpx;
background: #FFFFFF; background: #FFFFFF;
border-radius: 40px; border-radius: 40rpx;
margin: 0 50rpx; margin: 0 50rpx;
padding: 42rpx 54rpx;
} }
.addChild .user-item .avatar{ .addChild .user-item .avatar{
width: 100rpx; width: 100rpx;
...@@ -85,7 +90,7 @@ ...@@ -85,7 +90,7 @@
} }
</style> </style>
<template> <template>
<view class="addChild"> <view class="addChild pages">
<scroll-view scroll-y="true" style="width:100%;height: 100%;margin-bottom: 70rpx;"> <scroll-view scroll-y="true" style="width:100%;height: 100%;margin-bottom: 70rpx;">
<view class="addChild-header flex"> <view class="addChild-header flex">
<image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1664160541000_21.png" <image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1664160541000_21.png"
......
<style scoped> <style scoped>
.pages{
min-height: 100vh;
background-color: #f6f6f6;
}
.dataList-header{ .dataList-header{
font-size: 30rpx; font-size: 30rpx;
position: fixed; position: fixed;
left: 50rpx; left: 50rpx;
right: 50rpx; right: 50rpx;
top: 0; top: 0;
background: #ffffff;
} }
.dataList-header view{ .dataList-header view{
margin-top: 20rpx; margin-top: 20rpx;
...@@ -20,8 +23,7 @@ ...@@ -20,8 +23,7 @@
margin-left: 27rpx; margin-left: 27rpx;
} }
.dataList-content{ .dataList-content{
margin-top: 150rpx; padding: 150rpx 50rpx 0 50rpx;
padding: 0 50rpx;
} }
.title{ .title{
font-size: 34rpx; font-size: 34rpx;
...@@ -116,7 +118,7 @@ ...@@ -116,7 +118,7 @@
} }
</style> </style>
<template> <template>
<view class="dataList"> <view class="pages">
<view class="dataList-header"> <view class="dataList-header">
<view @click="addChild"> <view @click="addChild">
<van-icon name="plus" /> <van-icon name="plus" />
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
</view> </view>
</view> </view>
<view class="courseInfo" v-if="pageData.CourseInfo.State==2"> <view class="courseInfo" v-if="pageData.CourseInfo.State==2">
<view class="title">课程信息</view> <view class="title">当前学习课程</view>
<view style="display: flex; justify-content: space-between;padding: 0 22rpx;margin-top: 30rpx;"> <view style="display: flex; justify-content: space-between;padding: 0 22rpx;margin-top: 30rpx;">
<view style="margin-left: 17px;"> <view style="margin-left: 17px;">
<view style="font-size: 13px;font-family: PingFang SC;font-weight: bold;color: #111111;">暂无课程</view> <view style="font-size: 13px;font-family: PingFang SC;font-weight: bold;color: #111111;">暂无课程</view>
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
</view> </view>
</view> </view>
<view class="courseInfo" v-if="pageData.CourseInfo.State==1"> <view class="courseInfo" v-if="pageData.CourseInfo.State==1">
<view class="title">课程信息</view> <view class="title">当前学习课程</view>
<view class="statistic"> <view class="statistic">
<view class="statisticItem"> <view class="statisticItem">
<view class="time">{{ pageData.CourseInfo.TotalHours||0 }} <view class="time">{{ pageData.CourseInfo.TotalHours||0 }}
......
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