This commit is contained in:
曹辉 2023-04-26 11:48:48 +08:00
parent 4d9eb34a18
commit ec48caae33
3 changed files with 5 additions and 13 deletions

View File

@ -68,9 +68,4 @@
} }
} }
} }
.toptitle {
margin: 40rpx 0 0 23rpx;
font-size: 24rpx;
}
} }

View File

@ -1,8 +1,5 @@
<template> <template>
<view class="app"> <view class="app">
<view class="toptitle">
参加知识技能培训通过考试获得护理资格
</view>
<view class="card"> <view class="card">
<view class="item" v-for='(item,index) in list' :key="index" @click.stop='gographicvideo(item)'> <view class="item" v-for='(item,index) in list' :key="index" @click.stop='gographicvideo(item)'>
<image :src="baseurl + item.trainingItemCoverUrl" mode=""></image> <image :src="baseurl + item.trainingItemCoverUrl" mode=""></image>

View File

@ -5,13 +5,14 @@ page {
.app { .app {
padding: 0; padding: 0;
color: #000000; color: #000000;
text-align: justify;
::v-deep .u-tabs { ::v-deep .u-tabs {
width: 70% !important; width: 70% !important;
} }
.content { .content {
padding: 30rpx 0 200rpx; padding: 30rpx 15rpx 200rpx;
background-color: #fff; background-color: #fff;
text-indent: 2em; text-indent: 2em;
} }
@ -120,14 +121,13 @@ page {
} }
.topitem { .topitem {
height: 181rpx;
background: #FFFFFF; background: #FFFFFF;
box-shadow: 0rpx 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03); box-shadow: 0rpx 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
border-radius: 5rpx; border-radius: 5rpx;
width: 100%; width: 100%;
background-color: #fff; background-color: #fff;
margin: 0 auto; margin: 0 auto;
padding-bottom: 40rpx;
.toptitle { .toptitle {
font-weight: 600; font-weight: 600;
font-size: 38rpx; font-size: 38rpx;
@ -139,7 +139,7 @@ page {
font-size: 28rpx; font-size: 28rpx;
font-weight: 400; font-weight: 400;
color: #666666; color: #666666;
margin: 31rpx 0 0 56rpx; margin: 31rpx 56rpx 0 ;
} }
} }