jiangchengfeiyi-xiaochengxu/pages/store-home/ProductDetails/ProductDetails.vue
2024-10-18 22:49:08 +08:00

380 lines
8.7 KiB
Vue
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<template>
<view class="flex-col page">
<view class="flex-col">
<view class="flex-col">
<view class="flex-col section">
<view class="flex-row justify-between self-stretch group">
<text class="font text">商品</text>
<text class="font">详情</text>
<text class="font text_2">推荐</text>
</view>
<view class="self-start section_2"></view>
</view>
<image class="image"
src="https://ide.code.fun/api/image?token=6710a29d1511d900114ac910&name=c347f0e53bdcde04fa14098a49db40d4.png" />
</view>
<view class="mt-6 flex-row items-center group_2">
<view class="flex-col items-center">
<text class="font_2">图片</text>
<text class="mt-4 font_2">展示</text>
</view>
<view class="ml-2 flex-row justify-between equal-division">
<image class="equal-division-item"
src="https://ide.code.fun/api/image?token=6710a29d1511d900114ac910&name=f58b5193e3ce117f4350960139d86a6d.png" />
<image class="equal-division-item"
src="https://ide.code.fun/api/image?token=6710a29d1511d900114ac910&name=619af00ec54a5600292e36875c6bebd6.png" />
<image class="equal-division-item"
src="https://ide.code.fun/api/image?token=6710a29d1511d900114ac910&name=a88729ff992f68cff6c5aaab9da3b652.png" />
<image class="equal-division-item"
src="https://ide.code.fun/api/image?token=6710a29d1511d900114ac910&name=7a368aca7d0b74c3f87b5a9cd6185201.png" />
<image class="equal-division-item"
src="https://ide.code.fun/api/image?token=6710a29d1511d900114ac910&name=a88729ff992f68cff6c5aaab9da3b652.png" />
</view>
</view>
<view class="mt-6 flex-col section_3">
<view class="flex-row justify-between self-start group_3">
<view class="flex-col items-start self-center">
<image class="image_2"
src="https://ide.code.fun/api/image?token=6710a29d1511d900114ac910&name=c3b21ef686b053bea12b883694c5a954.png" />
<text class="text_3 text_5 mt-5">琉璃发簪新手体验包</text>
</view>
<view class="flex-row items-center self-start group_4">
<image class="shrink-0 image_3"
src="https://ide.code.fun/api/image?token=6710a29d1511d900114ac910&name=b3cfc36dad1bb0c8277322ca9543babb.png" />
<text class="ml-4 font_3 text_3 text_4">中秋节限定</text>
</view>
</view>
<view class="self-stretch divider"></view>
<view class="flex-col self-start group_5">
<text class="self-stretch font_4 text_3">
商品简介琉璃发簪便是汉代美人常常佩戴的发饰之一琉璃
<br />
</text>
<text class="mt-2 self-stretch font_4 text_3">发簪不仅美观大方还有 着深厚的文化底蕴购买体验包</text>
<text class="mt-2 self-start font_4 text_3">即可体验古代文化</text>
</view>
<view class="self-stretch divider"></view>
<view class="flex-row items-center self-start group_6">
<text class="font_4 text_3 text_6">商品标签:</text>
<view class="flex-col justify-start items-center text-wrapper ml-7">
<text class="font_5 text_7">#发簪</text>
</view>
<view class="flex-col justify-start text-wrapper_2 ml-7"><text class="font_5 text_8">#送亲友</text>
</view>
<view class="flex-col justify-start text-wrapper_2 ml-7">
<text class="font_5 text_8 text_9">#体验包</text>
</view>
<view class="flex-col justify-start items-center text-wrapper_3 ml-7"><text
class="font_5">#友情</text></view>
</view>
</view>
</view>
<view class="flex-col mt-268">
<text class="self-start font_3 text_10">商品详情</text>
<view class="flex-col justify-start self-stretch section_4 mt-15">
<view class="flex-row items-center section_5">
<view class="flex-col items-center shrink-0">
<image class="image_4"
src="https://ide.code.fun/api/image?token=6710a29d1511d900114ac910&name=9139c9f83913be1d1e83cf86dd7a40b2.png" />
<text class="font_5 mt-3">客服</text>
</view>
<view class="ml-34 flex-row flex-1">
<view class="flex-col justify-start items-center text-wrapper_4">
<text class="font_6 text_11">加入购物车</text>
</view>
<view class="flex-col justify-start items-center text-wrapper_5 ml-9">
<text class="font_6">立即购买</text>
</view>
</view>
</view>
</view>
</view>
</view>
</template>
<script>
</script>
<style lang="scss" scoped>
.mt-5 {
margin-top: 9.38rpx;
}
.ml-7 {
margin-left: 13.13rpx;
}
.mt-268 {
margin-top: 502.5rpx;
}
.mt-15 {
margin-top: 28.13rpx;
}
.mt-3 {
margin-top: 5.63rpx;
}
.ml-9 {
margin-left: 16.88rpx;
}
.page {
padding-bottom: 331.88rpx;
background-color: #fffef8;
width: 100%;
overflow-y: auto;
overflow-x: hidden;
height: 100%;
}
.section {
padding: 0 82.5rpx 15rpx;
background-color: #a0522d;
position: fixed;
width: 100%;
top: 0;
}
.group {
padding: 30rpx 0 11.25rpx 3.75rpx;
}
.font {
font-size: 30rpx;
font-family: Open Sans;
line-height: 27.66rpx;
color: #fffef8;
}
.text {
line-height: 27.6rpx;
}
.text_2 {
line-height: 27.64rpx;
}
.section_2 {
background-color: #ffa700;
width: 69.38rpx;
height: 5.63rpx;
}
.image {
width: 100vw;
height: 48vw;
}
.group_2 {
padding: 0 22.5rpx;
}
.font_2 {
font-size: 30rpx;
font-family: Open Sans;
line-height: 35.63rpx;
color: #000000;
}
.equal-division {
flex: 1 1 0;
margin-right: 11.25rpx;
}
.equal-division-item {
border-radius: 18.75rpx;
width: 105rpx;
height: 91.88rpx;
}
.section_3 {
padding-left: 20.63rpx;
background-color: #fffaf0;
border-radius: 18.75rpx;
border-left: solid 1.88rpx #00000033;
border-right: solid 1.88rpx #00000033;
border-top: solid 1.88rpx #00000033;
border-bottom: solid 1.88rpx #00000033;
}
.group_3 {
padding: 15rpx 0;
width: 731.38rpx;
}
.image_2 {
margin-left: 7.5rpx;
width: 93.75rpx;
height: 58.13rpx;
}
.group_4 {
margin-right: 22.5rpx;
margin-top: 60rpx;
}
.image_3 {
width: 33.75rpx;
height: 33.75rpx;
}
.font_3 {
font-size: 30rpx;
font-family: Open Sans;
line-height: 27.66rpx;
color: #323232;
}
.divider {
margin-right: 35.63rpx;
background-color: #00000033;
height: 1.88rpx;
}
.group_5 {
padding: 15rpx 0 11.25rpx;
width: 734.01rpx;
}
.font_4 {
font-size: 26.25rpx;
font-family: Open Sans;
line-height: 31.88rpx;
color: #323232;
}
.text_3 {
text-shadow: 0 1.88rpx #fffaf0, 0 -1.88rpx #fffaf0, 1.88rpx 0 #fffaf0, -1.88rpx 0 #fffaf0;
}
.text_4 {
font-size: 28.13rpx;
line-height: 26.03rpx;
}
.text_5 {
color: #323232;
font-size: 33.75rpx;
font-family: Open Sans;
line-height: 31.46rpx;
}
.group_6 {
padding: 16.88rpx 0 22.5rpx;
}
.text_6 {
color: #000000;
line-height: 24.28rpx;
}
.text-wrapper {
padding: 7.5rpx 0;
background-color: #ffb35a;
border-radius: 9.38rpx;
width: 90rpx;
height: 39.38rpx;
border-left: solid 1.88rpx #00000033;
border-right: solid 1.88rpx #00000033;
border-top: solid 1.88rpx #00000033;
border-bottom: solid 1.88rpx #00000033;
}
.font_5 {
font-size: 22.5rpx;
font-family: Open Sans;
line-height: 20.72rpx;
color: #323232;
}
.text_7 {
line-height: 20.85rpx;
}
.text-wrapper_2 {
padding: 7.5rpx 0;
background-color: #ffb35a;
border-radius: 9.38rpx;
height: 39.38rpx;
border-left: solid 1.88rpx #00000033;
border-right: solid 1.88rpx #00000033;
border-top: solid 1.88rpx #00000033;
border-bottom: solid 1.88rpx #00000033;
}
.text_8 {
margin: 0 7.5rpx;
}
.text_9 {
line-height: 20.83rpx;
}
.text-wrapper_3 {
padding: 7.5rpx 0;
background-color: #ffb35a;
border-radius: 9.38rpx;
width: 105rpx;
height: 39.38rpx;
border-left: solid 1.88rpx #00000033;
border-right: solid 1.88rpx #00000033;
border-top: solid 1.88rpx #00000033;
border-bottom: solid 1.88rpx #00000033;
}
.text_10 {
margin-left: 15rpx;
line-height: 27.69rpx;
}
.section_4 {
padding: 45rpx 0 3838.13rpx;
background-image: url('https://ide.code.fun/api/image?token=6710a29d1511d900114ac910&name=23b7db846e029260305e0604be9e8e8a.png');
background-size: 100% 100%;
background-repeat: no-repeat;
}
.section_5 {
padding: 15rpx 26.25rpx;
background-color: #f8e8c1;
position: fixed;
bottom: 0;
width: 100%;
}
.image_4 {
width: 46.88rpx;
height: 46.88rpx;
}
.text-wrapper_4 {
padding: 22.5rpx 0;
flex: 1 1 283.13rpx;
background-color: #ffcd46;
border-radius: 93.75rpx;
height: 71.25rpx;
}
.font_6 {
font-size: 30rpx;
font-family: Open Sans;
line-height: 27.66rpx;
color: #ffffff;
}
.text_11 {
line-height: 27.79rpx;
}
.text-wrapper_5 {
padding: 22.5rpx 0;
flex: 1 1 283.13rpx;
background-color: #ff2d3d;
border-radius: 93.75rpx;
height: 71.25rpx;
}
@import url(../../../common/css/global.css);
</style>