修改图片画质,已上传体验版成功

This commit is contained in:
clay
2022-12-18 23:06:32 +08:00
parent 202da2a061
commit e073739ee5
17 changed files with 193 additions and 174 deletions

View File

@@ -1,17 +1,17 @@
<template>
<view>
<view class="xw_title">
<view style="padding: 12rpx 16rpx;">
<view class="xwD_title">
{{title}}
</view>
<view style="display: flex;">
<text class="xw_time">
<text class="xwD_time">
{{time}}
</text>
<text class="xw_time xw_place">
<text class="xwD_time xwD_place">
{{place}}
</text>
</view>
<view class="xw_content">
<view class="xwD_content">
<u-parse :content="news" @preview="preview" @navigate="navigate"></u-parse>
</view>
</view>
@@ -36,10 +36,9 @@
<style lang="scss">
page {
background-color: #fff;
padding: 12rpx 16rpx;
}
.xw_title {
.xwD_title {
font-size: 38rpx;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: bold;
@@ -48,7 +47,7 @@
letter-spacing: 1rpx;
}
.xw_time {
.xwD_time {
font-size: 24rpx;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
@@ -57,11 +56,12 @@
margin-top: 6rpx;
}
.xw_place {
.xwD_place {
padding-left: 20rpx;
}
.xw_content {
.xwD_content {
margin-top: 38rpx;
// border: none;
}
</style>