You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
656 B
41 lines
656 B
<template>
|
|
<view class="article">
|
|
<view class="title">荣耀畅玩 40 Plus 全网通5G版 绿8GB+128GB</view>
|
|
<view class="desc">2024-01-08 14:30:40</view>
|
|
<view class="content">荣耀畅玩 40 Plus 全网通5G版 绿8GB+128GB</view>
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
data() {
|
|
return {
|
|
|
|
}
|
|
},
|
|
methods: {
|
|
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<style lang="scss" scoped>
|
|
.article{
|
|
padding: 40rpx 25rpx;
|
|
overflow: hidden;
|
|
.title{
|
|
font-size: 36rpx;
|
|
color: #000;
|
|
}
|
|
.desc{
|
|
padding: 30rpx 0;
|
|
font-size: 26rpx;
|
|
color: #999;
|
|
}
|
|
.conent{
|
|
font-size: 26rpx;
|
|
color: #212121;
|
|
line-height: 50rpx;
|
|
}
|
|
}
|
|
</style>
|
|
|