Commit 448a0634 authored by 王炽's avatar 王炽

育儿课布局调整

parent c44f6126
......@@ -102,9 +102,9 @@
<image class="platinumbtn" :src="`${$baseUrl}${BABY_CLASS_IMAGES.PLATINUM.BTN}`" mode="aspectFit"
@click="jump('platinum')"></image>
<!-- <image class="platinumdesc" :src="`${$baseUrl}${BABY_CLASS_IMAGES.PLATINUM.DESC}`" mode="aspectFit"></image> -->
<view class="platinumdesc" :style="{ color: getColor() }">
<!-- 5类课程:产检,⼉童疫苗,婴幼⼉护理,⼩⼉发热,⼩⼉7种常⻅病的治疗⽅法和⽤药原则 -->
</view>
<!-- <view class="platinumdesc" :style="{ color: getColor() }">
5类课程:产检,⼉童疫苗,婴幼⼉护理,⼩⼉发热,⼩⼉7种常⻅病的治疗⽅法和⽤药原则
</view> -->
</view>
</view>
......@@ -207,7 +207,7 @@ const jump = (level) => {
<style lang="less" scoped>
.babyclass {
width: 686rpx;
height: 773rpx;
height: 663rpx;
left: 0rpx;
top: 0rpx;
right: 0rpx;
......@@ -216,14 +216,14 @@ const jump = (level) => {
.diamond {
width: 686rpx;
height: 753rpx;
height: 643rpx;
left: 10rpx;
top: 10rpx;
position: absolute;
.diamondbg {
width: 686rpx;
height: 763rpx;
height: 653rpx;
left: -10rpx;
top: -10rpx;
position: absolute;
......@@ -308,14 +308,14 @@ const jump = (level) => {
.starshine {
width: 686rpx;
height: 753rpx;
height: 643rpx;
left: 10rpx;
top: 10rpx;
position: absolute;
.starshinebg {
width: 686rpx;
height: 763rpx;
height: 653rpx;
left: -10rpx;
top: -10rpx;
border-radius: 45rpx;
......@@ -400,14 +400,14 @@ const jump = (level) => {
.starlight {
width: 686rpx;
height: 753rpx;
height: 643rpx;
left: 10rpx;
top: 10rpx;
position: absolute;
.starlightbg {
width: 686rpx;
height: 763rpx;
height: 653rpx;
left: -10rpx;
top: -10rpx;
border-radius: 45rpx;
......@@ -492,14 +492,14 @@ const jump = (level) => {
.gold {
width: 686rpx;
height: 753rpx;
height: 643rpx;
left: 10rpx;
top: 10rpx;
position: absolute;
.goldipsbg {
width: 686rpx;
height: 763rpx;
height: 653rpx;
left: -10rpx;
top: -10rpx;
position: absolute;
......@@ -584,14 +584,14 @@ const jump = (level) => {
.platinum {
width: 635rpx;
height: 753rpx;
height: 643rpx;
left: 10rpx;
top: 10rpx;
position: absolute;
.platinumbg {
width: 686rpx;
height: 763rpx;
height: 653rpx;
left: -10rpx;
top: -10rpx;
border-radius: 45rpx;
......
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