Commit 8673d4e0 authored by youjie's avatar youjie

no message

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