修改图片画质,已上传体验版成功
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user