Commit 3b4120ba authored by 刘玉宏's avatar 刘玉宏

remake

parent df88e418
...@@ -85,14 +85,13 @@ const formdata = reactive<{ ...@@ -85,14 +85,13 @@ const formdata = reactive<{
evaluation: string; evaluation: string;
images: string; images: string;
isAnonymous: number; isAnonymous: number;
descriptionMatches: number;
merchantServices: number; merchantServices: number;
}>({ }>({
orderNumber: '', orderNumber: '',
evaluation: '', evaluation: '',
images: '', images: '',
isAnonymous: 0, isAnonymous: 0,
descriptionMatches: 0,
merchantServices: 0, merchantServices: 0,
}); });
const rules = { const rules = {
...@@ -172,6 +171,8 @@ const handleSubmit = async () => { ...@@ -172,6 +171,8 @@ const handleSubmit = async () => {
<style lang="scss" scoped> <style lang="scss" scoped>
.container { .container {
width: 100%; width: 100%;
max-width: 750rpx;
margin: 0 auto;
height: auto; height: auto;
background: #f4f4f4; background: #f4f4f4;
min-height: calc(100vh - 1rpx); min-height: calc(100vh - 1rpx);
......
...@@ -14,10 +14,8 @@ ...@@ -14,10 +14,8 @@
<!-- 列表详细 --> <!-- 列表详细 -->
<view class="delbox"> <view class="delbox">
<view class="listPic"> <view class="listPic">
<img <img src="https://www.gywb.cn/upload/web/dataset/2024/08/01/2282c5c7e93b42c88dcfc606440f9716.jpg"
src="https://www.gywb.cn/upload/web/dataset/2024/08/01/2282c5c7e93b42c88dcfc606440f9716.jpg" alt="" />
alt=""
/>
</view> </view>
<view class="deltxt"> <view class="deltxt">
...@@ -38,39 +36,7 @@ ...@@ -38,39 +36,7 @@
</view> </view>
</view> </view>
</view> </view>
<view class="pubList">
<!-- 列表头部 -->
<view class="titlecon">
<span>标题标题</span>
<span>未通过</span>
</view>
<!-- 列表详细 -->
<view class="delbox">
<view class="listPic">
<img
src="https://www.gywb.cn/upload/web/dataset/2024/08/01/2282c5c7e93b42c88dcfc606440f9716.jpg"
alt=""
/>
</view>
<view class="deltxt">
<ul>
<li>
<span>申请时间:</span>
<span>2024-08-02 16:21:19</span>
</li>
<li>
<span>签约时间:</span>
<span>2024-08-02 ~ 2024-08-02</span>
</li>
<li>
<span>地址:</span>
<span>贵州省贵阳市南明区彭家湾花果园项目M区3栋1单元25层5号房</span>
</li>
</ul>
</view>
</view>
</view>
</view> </view>
<view class="shbox">审核被拒可点击修改重新提交</view> <view class="shbox">审核被拒可点击修改重新提交</view>
</view> </view>
...@@ -93,14 +59,18 @@ page { ...@@ -93,14 +59,18 @@ page {
margin: 0 auto; margin: 0 auto;
background: #f1f1f1; background: #f1f1f1;
padding-bottom: 80px; padding-bottom: 80px;
.content { .content {
padding-top: 88rpx; padding-top: 88rpx;
.listcon { .listcon {
margin-top: 10px; margin-top: 10px;
.pubList { .pubList {
margin-top: 5px; margin-top: 5px;
width: 100%; width: 100%;
height: auto; height: auto;
.titlecon { .titlecon {
display: flex; display: flex;
width: 96%; width: 96%;
...@@ -108,18 +78,21 @@ page { ...@@ -108,18 +78,21 @@ page {
background-color: #fff; background-color: #fff;
position: relative; position: relative;
} }
.titlecon span { .titlecon span {
display: block; display: block;
font-size: 14px; font-size: 14px;
line-height: 30px; line-height: 30px;
font-weight: bold; font-weight: bold;
} }
.titlecon span:last-child { .titlecon span:last-child {
position: absolute; position: absolute;
right: 2%; right: 2%;
line-height: 30px; line-height: 30px;
color: #cb6429; color: #cb6429;
} }
.delbox { .delbox {
width: 96%; width: 96%;
padding: 2%; padding: 2%;
...@@ -127,30 +100,37 @@ page { ...@@ -127,30 +100,37 @@ page {
margin-top: 2px; margin-top: 2px;
background-color: #fff; background-color: #fff;
} }
.delbox .listPic { .delbox .listPic {
padding-top: 2%; padding-top: 2%;
width: 25%; width: 25%;
} }
.delbox .listPic img { .delbox .listPic img {
width: 100%; width: 100%;
} }
.delbox .deltxt { .delbox .deltxt {
padding: 0; padding: 0;
padding-left: 2%; padding-left: 2%;
width: 73%; width: 73%;
} }
.delbox .deltxt ul { .delbox .deltxt ul {
list-style: none; list-style: none;
padding: 0; padding: 0;
} }
.delbox .deltxt ul li { .delbox .deltxt ul li {
text-align: left; text-align: left;
} }
.delbox .deltxt ul li span { .delbox .deltxt ul li span {
font-size: 14px; font-size: 14px;
} }
} }
} }
.shbox { .shbox {
text-align: center; text-align: center;
margin-top: 10px; margin-top: 10px;
...@@ -158,15 +138,18 @@ page { ...@@ -158,15 +138,18 @@ page {
color: #7f7f7f; color: #7f7f7f;
} }
} }
.butCon { .butCon {
width: 100%; width: 100%;
height: auto; height: auto;
position: absolute; position: fixed;
z-index: 999;
bottom: 0px; bottom: 0px;
width: 96%; width: 96%;
padding: 2%; padding: 2%;
background-color: #fff; background-color: #fff;
} }
.butXz { .butXz {
border-radius: 10px; border-radius: 10px;
background-color: #fb3534; background-color: #fb3534;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment