update
This commit is contained in:
@@ -10,7 +10,7 @@ import XImage from "../../../components/XImage.vue";
|
||||
<view class="title">
|
||||
案例概览
|
||||
</view>
|
||||
<view class="block">
|
||||
<view class="block items-center">
|
||||
<view class="block-title">任务案例:</view>
|
||||
<view class="block-info w-full overflow-hidden">
|
||||
<view class="text-[#165DFF] !flex items-center gap-[10rpx]">
|
||||
@@ -26,13 +26,18 @@ import XImage from "../../../components/XImage.vue";
|
||||
</view>
|
||||
</view>
|
||||
<view class="block">
|
||||
<view class="block-title">评论区案例:</view>
|
||||
<view class="block-title">素材案例:</view>
|
||||
<view class="block-info !grid grid-cols-3 gap-[20rpx]">
|
||||
<x-image class="!size-[160rpx]" :src="fmt" mode="aspectFill" :draggable="false"></x-image>
|
||||
<x-image class="!size-[160rpx]" :src="fmt" mode="aspectFill" :draggable="false"></x-image>
|
||||
<x-image class="!size-[160rpx]" :src="fmt" mode="aspectFill" :draggable="false"></x-image>
|
||||
</view>
|
||||
</view>
|
||||
<view class="block">
|
||||
<view class="block-title">评论区案例:</view>
|
||||
<view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
@@ -62,5 +67,13 @@ import XImage from "../../../components/XImage.vue";
|
||||
text-align: left;
|
||||
width: 130rpx;
|
||||
}
|
||||
|
||||
.block-info {
|
||||
color: rgb(78, 89, 105);
|
||||
font-size: 24rpx;
|
||||
font-weight: 500;
|
||||
line-height: 140%;
|
||||
letter-spacing: 0;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user