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

View File

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