jiangchengfeiyi-xiaochengxu/pages/my-order/component/nav.vue
2025-03-12 17:47:22 +08:00

32 lines
702 B
Vue

<template>
<view class="flex-row items-center equal-division-item" style="display: flex; align-items: center;">
<image
class="shrink-0 image_3"
src="https://ide.code.fun/api/image?token=67d0f1a04ae84d0012292f49&name=863037eb0051f07b12da8be904d01267.png"
/>
<text class="ml-2 font text_18" style="margin-left: 5rpx;">导航</text>
</view>
</template>
<script setup>
</script>
<style scoped lang="scss">
.equal-division-item {
padding: 15rpx 0;
}
.image_3 {
width: 46.88rpx;
height: 46.88rpx;
}
.font {
font-size: 26.25rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
line-height: 25.84rpx;
color: #e79ea1;
}
.text_18 {
line-height: 24.62rpx;
}
</style>