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

育儿课布局调整

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