代表联系选民

常委会联系选民
This commit is contained in:
lijiaqi 2023-08-25 14:44:32 +08:00
parent 2e491c072e
commit 926a6392be
416 changed files with 27317 additions and 380 deletions

View File

@ -137,7 +137,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.qiniu</groupId>
<artifactId>qiniu-java-sdk</artifactId>
<version>[7.7.0, 7.10.99]</version>
</dependency>
</dependencies>
<build>

View File

@ -4,6 +4,8 @@ package com.ydool.boot.modules.rddb.web;
import cn.hutool.core.util.ObjectUtil;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.qiniu.util.Auth;
import com.qiniu.util.StringMap;
import com.ydool.boot.common.cache.DictUtils;
import com.ydool.boot.common.result.Ret;
import com.ydool.boot.core.auth.PreAuth;
@ -69,6 +71,15 @@ public class ConferenceController extends BaseAdminController {
List<DictData> categoryList = DictUtils.getDictList("conference_attachment_category", null);
model.addAttribute("categoryList", categoryList);
model.addAttribute("conference", conference);
String accessKey = "8lWMD94lchZIwft7_Q87rtP9wBG5-dbHobONTdvf";
String secretKey = "AJ1Jyhr9fzOME-MART4Btgh5OuC6TLUVvQZJ6ePF";
String bucket = "ydool";
Auth auth = Auth.create(accessKey, secretKey);
String upToken = auth.uploadToken(bucket, null, 3600, new StringMap().putNotEmpty("returnBody", "{\"key\": " +
"$(key), \"size\": $(fsize), \"width\":$(imageInfo.width), \"height\":$(imageInfo.height)}"));
System.out.println(upToken);
model.addAttribute("upToken", upToken);
return "modules/rddb/conference/form.html";
}

View File

@ -7,7 +7,7 @@
#local
db.user = root
db.pass = Wang09211108
db.url = jdbc:mysql://127.0.0.1:3306/ydool_rd?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&serverTimezone=GMT%2B8
db.url = jdbc:mysql://localhost:3306/ydool_rd?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&serverTimezone=GMT%2B8
db.driver = com.mysql.cj.jdbc.Driver
db.filters= stat

1
src/main/resources/qiniu.min.js vendored Normal file

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
*{box-sizing:border-box}body{background-color:#f8f8f8}body,button,input,select,textarea{font-family:PingFang SC,PingFang SC-Bold!important}img{max-width:100%}table{width:100%!important}#app{height:100%;display:flex;flex-direction:column}.van-tabs__line{background-color:#d03a29}.van-pagination{min-height:1.06667rem}.van-search{min-height:1.44rem}.van-tabs--line .van-tabs__wrap{min-height:1.17333rem}.navVar-box[data-v-fe379062]{min-height:1.22667rem}.navVar-box .van-nav-bar[data-v-fe379062]{background-color:#d03a29}.navVar-box .van-nav-bar[data-v-fe379062] .van-icon,.navVar-box .van-nav-bar[data-v-fe379062] .van-nav-bar__left,.navVar-box .van-nav-bar[data-v-fe379062] .van-nav-bar__right,.navVar-box .van-nav-bar[data-v-fe379062] .van-nav-bar__title{font-size:.42667rem;color:#fff}.navVar-box .van-nav-bar[data-v-fe379062] .van-nav-bar__title{font-weight:700}.navVar-box .van-nav-bar[data-v-fe379062] .van-nav-bar__right .right{display:flex;align-items:center}.tabbar[data-v-54d5a67e]{min-height:1.33333rem}blockquote,body,button,dd,dl,dt,fieldset,h1,h2,h3,h4,h5,h6,hr,input,lengend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}body,button,input,select,textarea{font:.32rem/1 Tahoma,Helvetica,Arial,"\5b8b\4f53",sans-serif}h1{font-size:.48rem}h2{font-size:.42667rem}h3{font-size:.37333rem}h4,h5,h6{font-size:100%}address,cite,dfn,em,var{font-style:normal}code,kbd,pre,samp,tt{font-family:Courier New,Courier,monospace}small{font-size:.32rem}ol,ul{list-style:none}a{text-decoration:none}a:hover{text-decoration:underline}abbr[title],acronym[title]{border-bottom:.02667rem dotted;cursor:help}q:after,q:before{content:""}legend{color:#000}fieldset,img{border:none}button,input,select,textarea{font-size:100%}table{border-collapse:collapse;border-spacing:0}hr{border:none;height:.02667rem}body,html{height:100%}.w-100{width:100%}.h-100{height:100%}.text-overflow{white-space:nowrap}.more-overflow,.text-overflow{overflow:hidden;text-overflow:ellipsis}.more-overflow{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
*{box-sizing:border-box}body{background-color:#f8f8f8}body,button,input,select,textarea{font-family:PingFang SC,PingFang SC-Bold!important}img{max-width:100%}table{width:100%!important}#app{height:100%;display:flex;flex-direction:column}.van-tabs__line{background-color:#d03a29}.van-pagination{min-height:1.06667rem}.van-search{min-height:1.44rem}.van-tabs--line .van-tabs__wrap{min-height:1.17333rem}.navVar-box[data-v-d926ae80]{min-height:1.22667rem}.navVar-box .van-nav-bar[data-v-d926ae80]{background-color:#d03a29}.navVar-box .van-nav-bar[data-v-d926ae80] .van-icon,.navVar-box .van-nav-bar[data-v-d926ae80] .van-nav-bar__left,.navVar-box .van-nav-bar[data-v-d926ae80] .van-nav-bar__right,.navVar-box .van-nav-bar[data-v-d926ae80] .van-nav-bar__title{font-size:.42667rem;color:#fff}.navVar-box .van-nav-bar[data-v-d926ae80] .van-nav-bar__title{font-weight:700}.navVar-box .van-nav-bar[data-v-d926ae80] .van-nav-bar__right .right{display:flex;align-items:center}.tabbar[data-v-02c827ba]{min-height:1.33333rem}blockquote,body,button,dd,dl,dt,fieldset,h1,h2,h3,h4,h5,h6,hr,input,lengend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}body,button,input,select,textarea{font:.32rem/1 Tahoma,Helvetica,Arial,"\5b8b\4f53",sans-serif}h1{font-size:.48rem}h2{font-size:.42667rem}h3{font-size:.37333rem}h4,h5,h6{font-size:100%}address,cite,dfn,em,var{font-style:normal}code,kbd,pre,samp,tt{font-family:Courier New,Courier,monospace}small{font-size:.32rem}ol,ul{list-style:none}a{text-decoration:none}a:hover{text-decoration:underline}abbr[title],acronym[title]{border-bottom:.02667rem dotted;cursor:help}q:after,q:before{content:""}legend{color:#000}fieldset,img{border:none}button,input,select,textarea{font-size:100%}table{border-collapse:collapse;border-spacing:0}hr{border:none;height:.02667rem}body,html{height:100%}.w-100{width:100%}.h-100{height:100%}.text-overflow{white-space:nowrap}.more-overflow,.text-overflow{overflow:hidden;text-overflow:ellipsis}.more-overflow{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}

View File

@ -1 +0,0 @@
.fileOverViewBox[data-v-7e7299b4]{background:#000;width:100%}.fileOverViewBox .fileOverViewContentBox[data-v-7e7299b4]{width:100%;margin:0 auto;background:#fff}.fileOverViewBox .fileOverViewContentBox .pdf_lif[data-v-7e7299b4]{position:fixed;z-index:10}.fileOverViewBox .fileOverViewContentBox .pdf_lif .prev[data-v-7e7299b4]{flex:1;text-align:center;padding:.26667rem;position:fixed;left:0;top:50%}.fileOverViewBox .fileOverViewContentBox .pdf_lif .prev img[data-v-7e7299b4]{width:.8rem;height:.8rem}.fileOverViewBox .fileOverViewContentBox .pdf_lif .next[data-v-7e7299b4]{flex:1;text-align:center;padding:.26667rem;position:fixed;right:0;top:50%}.fileOverViewBox .fileOverViewContentBox .pdf_lif .next img[data-v-7e7299b4]{width:.8rem;height:.8rem}.fileOverViewBox .fileOverViewContentBox .arrow[data-v-7e7299b4]{position:fixed;width:100%;height:1.6rem;z-index:100;box-shadow:0 .05333rem .05333rem rgba(0,0,0,.5);background:hsla(0,0%,100%,.9)}.fileOverViewBox .fileOverViewContentBox .arrow .turn[data-v-7e7299b4]{cursor:pointer}.fileOverViewBox .fileOverViewContentBox .arrow .turn[data-v-7e7299b4]:hover{color:#58a5fe}.fileOverViewBox .fileOverViewContentBox .arrow .pageBox[data-v-7e7299b4]{margin:0 .53333rem}.fileOverViewBox .fileOverViewContentBox .button_content[data-v-7e7299b4]{position:fixed;right:.42667rem;bottom:1.6rem;z-index:9999}.fileOverViewBox .fileOverViewContentBox .button_content .box[data-v-7e7299b4]{width:1.06667rem;height:1.06667rem;margin-bottom:.53333rem;background-color:#fff;border-radius:50%;box-shadow:0 0 .26667rem .05333rem #efefef;padding:.24rem;font-size:0}.fileOverViewBox .fileOverViewContentBox .cloee[data-v-7e7299b4]{overflow:hidden}.fileOverViewBox .fileOverViewContentBox[data-v-7e7299b4] .docViewBox{width:100%;padding:.53333rem;font-size:.42667rem;line-height:1.6;overflow:hidden}.fileOverViewBox .fileOverViewContentBox[data-v-7e7299b4] .docViewBox p{margin:.21333rem .10667rem;line-height:1.6;text-indent:2em}.fileOverViewBox .fileOverViewContentBox[data-v-7e7299b4] .docViewBox img{margin:.37333rem 0;overflow:hidden}.fileOverViewBox .fileOverViewContentBox[data-v-7e7299b4] .docViewBox li{margin:.21333rem 0;line-height:1.6;text-indent:2em}.ifra iframe[data-v-7e7299b4]{position:fixed;top:1.22667rem;width:100%;height:94%;bottom:0}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
.body[data-v-3d162c73] .van-tab--active{color:#d03a29}.body .table[data-v-3d162c73]{font-size:.37333rem}.body .table[data-v-3d162c73] table{table-layout:fixed;width:100%}.body .table[data-v-3d162c73] td{flex:1;padding:0!important;width:14.28%!important;text-align:center}.body .table[data-v-3d162c73] td p{padding:.13333rem 0;margin-top:0!important}.body .table[data-v-3d162c73] td p b span{width:1.06667rem;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.32rem;font-weight:400}.body .table[data-v-3d162c73] td p b span:hover{white-space:normal}.body .mini .bodyUl[data-v-3d162c73]{max-height:10.66667rem;overflow:auto}.body .bodyUl[data-v-3d162c73]{padding-top:.32rem}.body .bodyUl li[data-v-3d162c73]{padding:.42667rem;display:flex;align-items:center;background:#fff;position:relative}.body .bodyUl li[data-v-3d162c73]:not(:last-child):after{content:"";height:.02667rem;background:#f4f4f4;position:absolute;bottom:0;left:.42667rem;right:.42667rem}.body .bodyUl li img[data-v-3d162c73]{width:1.6rem;height:1.6rem;-o-object-fit:cover;object-fit:cover;margin-right:.32rem}.body .bodyUl li .detail[data-v-3d162c73]{flex:1}.body .bodyUl li .detail .item[data-v-3d162c73]{line-height:.53333rem;display:flex}.body .bodyUl li .detail .item span[data-v-3d162c73]:first-of-type{font-size:.37333rem;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;color:#999;margin-right:.21333rem;white-space:nowrap}.body .bodyUl li .detail .item span[data-v-3d162c73]:nth-of-type(2){font-size:.37333rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;color:#333}.peoplecongress-box[data-v-3d162c73] .van-nav-bar:after{display:none}.civilian[data-v-3d162c73]{position:relative}.civilian[data-v-3d162c73]:before{content:"";position:absolute;top:0;left:0;right:0;height:2.66667rem;background-color:#d03a29}.civilian .box[data-v-3d162c73]{position:relative;margin:0 .32rem .32rem;background-color:#fff;border-radius:.10667rem;overflow:hidden}.civilian .box .title[data-v-3d162c73]{font-size:.42667rem;color:#333;font-weight:700;margin-bottom:.32rem}.civilian .box .introduction[data-v-3d162c73]{padding:.42667rem .32rem}.civilian .box .introduction .content[data-v-3d162c73]{font-size:.37333rem;color:#999;line-height:.53333rem;margin-bottom:.42667rem}.civilian .box .introduction .table[data-v-3d162c73]{margin-bottom:.42667rem}.civilian .box .introduction .table table[data-v-3d162c73]{border:.02667rem solid #999;width:100%;margin-bottom:.42667rem;table-layout:fixed;border-collapse:separate;margin:0}.civilian .box .introduction .table table td[data-v-3d162c73]{font-size:.26667rem;color:#333;text-align:center;padding:.18667rem 0}.civilian .box .introduction .table table td[data-v-3d162c73]:not(:last-child){border-right:.02667rem solid #999}.civilian .box .introduction .table table tr:not(:last-child) td[data-v-3d162c73]{border-bottom:.02667rem solid #999}.civilian .box .van-button[data-v-3d162c73]{background-color:#d03a29;border-color:#d03a29;border-radius:.10667rem;height:1.06667rem;font-size:.37333rem;font-weight:700}.civilian[data-v-3d162c73] .van-tabs__wrap{border-bottom:.02667rem solid #f4f4f4}.address[data-v-3d162c73]{padding:.42667rem .32rem}.address .title[data-v-3d162c73]{font-size:.42667rem;color:#333;line-height:.58667rem;font-weight:700}.address .list[data-v-3d162c73]{display:flex;flex-wrap:wrap}.address .list .item[data-v-3d162c73]{margin-top:.32rem;width:4.53333rem;height:1.38667rem;border-color:#e5e5e5;background-color:#fff;border-radius:.10667rem;font-size:.37333rem;color:#333;font-weight:700}.address .list .item[data-v-3d162c73]:nth-child(odd){margin-right:.29333rem}.address .list .item[data-v-3d162c73] .van-button__text{flex:1;text-align:left}.active[data-v-3d162c73]{padding:.42667rem .32rem}.active>.title[data-v-3d162c73]{font-size:.42667rem;color:#333;line-height:.58667rem;font-weight:700}.active .list .item[data-v-3d162c73]{background-color:#fff;padding:.42667rem;border-radius:.10667rem;display:flex;margin-top:.32rem}.active .list .item .left[data-v-3d162c73]{flex:1}.active .list .item .left .title[data-v-3d162c73]{font-size:.42667rem;color:#333;line-height:.58667rem;font-weight:700}.active .list .item .left .detail[data-v-3d162c73]{display:flex;flex-wrap:wrap;font-size:.32rem;color:#999;margin-top:.42667rem}.active .list .item .left .detail .user[data-v-3d162c73]{margin-right:10}.active .list .item .img[data-v-3d162c73]{width:2.98667rem;height:1.97333rem;-o-object-fit:cover;object-fit:cover;margin-left:.82667rem}

View File

@ -1 +0,0 @@
.page[data-v-595d3d1a]{height:100%;background-color:#fff;overflow:auto}.list .item[data-v-595d3d1a]{display:flex;align-items:center;padding:.42667rem;position:relative}.list .item[data-v-595d3d1a]:not(:last-child):after{content:"";position:absolute;bottom:0;left:.42667rem;right:0;height:.02667rem;background-color:#f3f3f3}.list .item .name[data-v-595d3d1a]{flex:1;font-size:.37333rem;color:#333;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.list .item .value[data-v-595d3d1a]{font-size:.37333rem;color:#1e78ff}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
.van-pagination[data-v-15fdfb10]{position:fixed;bottom:0;width:100%;z-index:999;background:#fff}.box[data-v-15fdfb10]{display:flex;flex-direction:column;height:100%;font-size:.42667rem}.box .add[data-v-15fdfb10]{width:2.13333rem;height:2.13333rem;position:fixed;right:.32rem;bottom:20%}.box[data-v-15fdfb10] .van-tab.van-tab--active{font-size:.42667rem;font-weight:800}.box .tab-contain[data-v-15fdfb10]{padding:.32rem;padding-bottom:1.12rem}.box .tab-contain .van-cell[data-v-15fdfb10]{margin-bottom:.37333rem}.box .tab-contain .van-cell .custom-title[data-v-15fdfb10]{font-weight:700;font-size:.42667rem}.box .tab-contain .van-cell .custom-title1[data-v-15fdfb10]{font-weight:700;margin-left:.8rem;font-size:.37333rem;color:#47aef3}.box .tab-contain .van-cell .custom-title2[data-v-15fdfb10]{font-weight:700;margin-left:.8rem;font-size:.37333rem;color:#c86b1d}.box .tab-contain .van-cell .van-icon[data-v-15fdfb10]{color:#333}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
.page[data-v-7ebbb8ae]{height:100%;display:flex;flex-direction:column}.list[data-v-7ebbb8ae]{margin-top:.32rem;flex:1;overflow:auto}.list .item[data-v-7ebbb8ae]{display:flex;align-items:flex-start;padding:.42667rem .42667rem;background-color:#fff;border-radius:.10667rem;margin-bottom:.32rem}.list .item .avatar[data-v-7ebbb8ae]{width:1.6rem;margin-right:.42667rem}.list .item .info[data-v-7ebbb8ae]{flex:1}.list .item .info .cell[data-v-7ebbb8ae]{display:flex;font-size:.37333rem;line-height:.53333rem;margin-bottom:.10667rem}.list .item .info .cell .label[data-v-7ebbb8ae]{color:#999;margin-right:.21333rem}.list .item .info .cell .value[data-v-7ebbb8ae]{flex:1;color:#333;font-weight:700}

View File

@ -1 +0,0 @@
.flex-align-center[data-v-08c9f745]{display:flex;align-items:center}.browse_image[data-v-08c9f745]{width:2.13333rem;height:2.13333rem}[data-v-08c9f745] .from_el{display:flex;align-items:center}[data-v-08c9f745] .from_el .title{width:2.4rem;font-size:.42667rem;flex-shrink:0}[data-v-08c9f745] .from_el .enclosure{margin-top:.53333rem}[data-v-08c9f745] .from_el .enclosureBtn{display:inline-block;padding:.21333rem .42667rem;background:#d03a29;border-radius:.10667rem;color:#fff}[data-v-08c9f745] .from_el .enclosureBtn .enclosureImg{margin-right:.10667rem;width:.34667rem;height:.32rem;vertical-align:middle}.preview-cover[data-v-08c9f745]{position:absolute;bottom:0;box-sizing:border-box;width:100%;padding:.10667rem;color:#fff;font-size:.32rem;text-align:center;background:rgba(0,0,0,.3)}.browse[data-v-08c9f745]{margin:.26667rem 0}.browse .browse_delet[data-v-08c9f745]{width:100%;text-align:right;font-size:.42667rem}.browse .imagesee[data-v-08c9f745]{width:2.66667rem}.onlyImg[data-v-939c6088]{display:flex;justify-content:space-between}.onlyImg .img[data-v-939c6088]{margin-left:.32rem;width:2.13333rem;height:2.13333rem;-o-object-fit:cover;object-fit:cover}.pdf_con[data-v-939c6088]{font-size:.37333rem}.pdf_con img[data-v-939c6088]{width:1.12rem}.mulimg .imglist[data-v-939c6088]{margin-top:.16rem;display:flex;flex-wrap:wrap}.mulimg .imglist img[data-v-939c6088]{width:30%;margin-right:2%;height:auto}.page[data-v-939c6088]{min-height:100%;background-color:#fff}.notice[data-v-939c6088]{padding:.42667rem}.matter[data-v-939c6088],.title[data-v-939c6088]{font-size:.4rem;color:#333;line-height:.53333rem;font-weight:700}.date[data-v-939c6088],.matter span[data-v-939c6088]{font-size:.32rem;line-height:.45333rem}.date[data-v-939c6088]{margin-top:.16rem;color:#999}.content[data-v-939c6088]{width:100%;font-size:.37333rem;color:#333;line-height:.64rem;margin-top:.21333rem}.imagesd[data-v-939c6088]{margin-top:.21333rem;width:100%;display:flex;flex-wrap:wrap}.imagesd div[data-v-939c6088]{margin-right:.05333rem}

View File

@ -0,0 +1 @@
.page[data-v-e6458ae4]{flex:1;display:flex;flex-direction:column}.list[data-v-e6458ae4]{flex:1;padding:.32rem .42667rem}.list .item[data-v-e6458ae4]{background-color:#fff;border-radius:.10667rem;padding:.42667rem .32rem}.list .item[data-v-e6458ae4]:not(:last-child){margin-bottom:.32rem}.list .item .content[data-v-e6458ae4]{font-size:.37333rem;color:#333;line-height:.53333rem;word-break:break-all}.list .item .date[data-v-e6458ae4]{font-size:.32rem;color:#999;line-height:.45333rem;margin-top:.10667rem}.list .item .imgs[data-v-e6458ae4]{margin-top:.32rem;display:flex}.list .item .imgs img[data-v-e6458ae4]{width:2.69333rem;height:2.69333rem;-o-object-fit:cover;object-fit:cover}.list .item .imgs img[data-v-e6458ae4]:not(:last-child){margin-right:.21333rem}.list .item .reply[data-v-e6458ae4]{margin-top:.32rem;background-color:#f8f8f8;border-radius:.05333rem;padding:.21333rem;font-size:.32rem;color:#333;line-height:.45333rem;word-break:break-all}.list .item .reply .user[data-v-e6458ae4]{color:#1e78ff;margin-right:.10667rem}

View File

@ -0,0 +1 @@
.conferencePapers-box[data-v-a18d35c6]{display:flex;flex-direction:column;background:#fff;flex:1;overflow:auto}.list[data-v-a18d35c6]{flex:1}.list .van-collapse[data-v-a18d35c6] .van-collapse-item__content{padding:0}.list .van-collapse[data-v-a18d35c6] .van-collapse{padding-left:.53333rem}.list .van-collapse[data-v-a18d35c6] .van-collapse .van-cell{padding-top:.13333rem;padding-bottom:.13333rem}.fileUl li[data-v-a18d35c6]{position:relative;padding:.42667rem .26667rem}.fileUl li[data-v-a18d35c6]:not(:last-child):after{content:"";position:absolute;left:1.81333rem;right:.26667rem;bottom:0;height:.02667rem;background-color:#f3f3f3}.fileUl li .filediv[data-v-a18d35c6]{display:flex;align-items:center}.fileUl li .filediv .p3[data-v-a18d35c6]{font-size:.32rem;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;color:#999;position:absolute;right:0;top:.13333rem}.fileUl li .filediv .icon[data-v-a18d35c6]{width:1.49333rem;height:1.49333rem;margin-right:.32rem}.fileUl li .filediv .right[data-v-a18d35c6]{flex:1}.fileUl li .filediv .right .row[data-v-a18d35c6]{margin-top:.10667rem;font-size:.32rem;font-family:PingFang SC,PingFang SC-Regular;color:#999;line-height:.42667rem}.fileUl li .filediv .right .row[data-v-a18d35c6]:first-of-type{display:flex;align-items:center}.fileUl li .filediv .right .row:first-of-type .title[data-v-a18d35c6]{flex:1;font-size:.42667rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;line-height:.53333rem;color:#333;word-break:break-all}.fileUl li .filediv .right .row:first-of-type .btn[data-v-a18d35c6]{position:relative}.fileUl li .filediv .right .row:first-of-type .btn .van-icon[data-v-a18d35c6]{font-size:.53333rem;color:#333;font-weight:700;display:block}.fileUl li .filediv .right .row:first-of-type .btn .deldiv[data-v-a18d35c6]{position:absolute;top:100%;right:0;width:2.58667rem;background-color:#4f5052;border-radius:.10667rem;padding:.29333rem .53333rem;font-size:.37333rem;color:#fff;line-height:.53333rem;display:flex;align-items:center}.fileUl li .filediv .right .row:first-of-type .btn .deldiv img[data-v-a18d35c6]{width:.48rem;margin-right:.29333rem}

View File

@ -0,0 +1 @@
.van-loading--vertical[data-v-726c3ee8]{height:100% min-height 2.5rem;justify-content:center}

View File

@ -0,0 +1 @@
.avatar[data-v-6c2b87ec]{padding:.42667rem;display:flex;justify-content:center;background-color:#fff}.avatar img[data-v-6c2b87ec]{width:2.13333rem;height:2.13333rem;-o-object-fit:cover;object-fit:cover}.list[data-v-6c2b87ec]{margin-bottom:.32rem;background-color:#fff}.list .item[data-v-6c2b87ec]{display:flex;justify-content:space-between;padding:.32rem .42667rem;position:relative}.list .item[data-v-6c2b87ec]:not(:last-child):after{content:"";position:absolute;bottom:0;left:.42667rem;right:0;height:.02667rem;background-color:#f3f3f3}.list .item .label[data-v-6c2b87ec]{font-size:.37333rem;color:#999;white-space:nowrap;margin-right:.53333rem}.list .item .value[data-v-6c2b87ec]{font-size:.37333rem;color:#333}

View File

@ -1 +0,0 @@
.list[data-v-a2d1b0d0]{padding:.34667rem .42667rem}.list .item[data-v-a2d1b0d0]{display:flex;align-items:center;padding:.69333rem .42667rem;background-color:#fff;border-radius:.10667rem;margin-bottom:.32rem}.list .item .icon[data-v-a2d1b0d0]{width:.53333rem;margin-right:.26667rem}.list .item .title[data-v-a2d1b0d0]{flex:1;font-size:.42667rem;color:#333;line-height:.58667rem}.list .item .van-icon[data-v-a2d1b0d0]{font-size:.37333rem}

View File

@ -0,0 +1 @@
.suggestionsdeatil-box[data-v-49644906]{position:relative}.suggestionsdeatil-box .twoBtn[data-v-49644906]{position:fixed;bottom:0;width:100%;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:.32rem .42667rem}.suggestionsdeatil-box .twoBtn span[data-v-49644906]{width:4.26667rem;height:1.06667rem;border-radius:.53333rem;font-size:.37333rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;letter-spacing:.02667rem;text-align:center;line-height:1.06667rem}.suggestionsdeatil-box .twoBtn span[data-v-49644906]:first-of-type{background:#d03a29;color:#fff}.suggestionsdeatil-box .twoBtn span[data-v-49644906]:nth-of-type(2){border:.02667rem solid #d03a29;color:#d03a29}.suggestionsdeatil-box .body[data-v-49644906]{padding:.42667rem;background:#fff}.suggestionsdeatil-box .body .top[data-v-49644906]{display:flex;align-items:center;justify-content:space-between;margin-bottom:.32rem}.suggestionsdeatil-box .body .top div[data-v-49644906]{display:flex;align-items:center}.suggestionsdeatil-box .body .top div img[data-v-49644906]{width:.90667rem;height:.90667rem;margin-right:.21333rem;border-radius:50%}.suggestionsdeatil-box .body .top div span[data-v-49644906]{font-size:.42667rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;color:#333;line-height:.53333rem}.suggestionsdeatil-box .body .top span[data-v-49644906]{font-size:.32rem;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;color:#999}.suggestionsdeatil-box .body .bg[data-v-49644906]{height:.02667rem;background:#f3f3f3;margin-bottom:.32rem}.suggestionsdeatil-box .body .content[data-v-49644906]{margin-bottom:.21333rem;font-size:.37333rem;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;line-height:.53333rem;color:#333;word-break:break-all}.suggestionsdeatil-box .body .picture ul[data-v-49644906]{display:flex;flex-wrap:wrap}.suggestionsdeatil-box .body .picture ul li img[data-v-49644906]{width:2.69333rem;height:2.69333rem;margin-right:.53333rem;margin-bottom:.26667rem}.suggestionsdeatil-box .body .picture ul li:nth-child(3n+3) img[data-v-49644906]{width:2.66667rem;height:2.66667rem;margin-right:0}.suggestionsdeatil-box .body .answer[data-v-49644906]{margin-top:.42667rem;margin-bottom:.42667rem}.suggestionsdeatil-box .body .answer[data-v-49644906] .van-cell{background-color:#f8f8f8}.suggestionsdeatil-box .body .btn[data-v-49644906]{text-align:right}.suggestionsdeatil-box .body .btn span[data-v-49644906]{display:inline-block;width:2.50667rem;height:.85333rem;line-height:.85333rem;border-radius:.42667rem;background:#d03a29;font-size:.37333rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;color:#fff;text-align:center}.reply[data-v-49644906]{margin-top:.42667rem}.reply .reply-user[data-v-49644906]{font-size:.32rem;color:#999;line-height:.45333rem}.reply .reply-content[data-v-49644906]{font-size:.32rem;color:#333;line-height:.45333rem;padding:.21333rem;margin-top:.21333rem;background-color:#f5f5f7;word-break:break-all}

View File

@ -0,0 +1 @@
.login-box[data-v-1e8d7789]{background-color:#fff}.login-wrapper[data-v-1e8d7789]{padding:2.13333rem .85333rem 0 .85333rem;z-index:50}.login-wrapper .title[data-v-1e8d7789]{font-size:.64rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;color:#000;position:relative}.login-wrapper .title span[data-v-1e8d7789]{position:absolute;right:0;bottom:0;font-size:.42667rem;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;color:#d03a29}.login-wrapper .account[data-v-1e8d7789]{padding-top:1.06667rem;margin-bottom:.85333rem}.login-wrapper .password[data-v-1e8d7789]{margin-bottom:1.06667rem}.login-wrapper .account .line[data-v-1e8d7789],.login-wrapper .password .line[data-v-1e8d7789]{height:.02667rem;background:#efefef}.login-wrapper .account p[data-v-1e8d7789],.login-wrapper .password p[data-v-1e8d7789]{font-size:.42667rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;text-align:left;color:#000;padding-bottom:.34667rem}.login-wrapper .account .loginconter[data-v-1e8d7789],.login-wrapper .password .loginconter[data-v-1e8d7789]{display:flex;align-items:center;margin-bottom:.10667rem}.login-wrapper .account .loginconter .van-cell[data-v-1e8d7789],.login-wrapper .password .loginconter .van-cell[data-v-1e8d7789]{padding:0}.login-wrapper .account .loginconter .van-cell[data-v-1e8d7789]:after,.login-wrapper .password .loginconter .van-cell[data-v-1e8d7789]:after{display:none}.login-wrapper .account .loginconter input[data-v-1e8d7789],.login-wrapper .password .loginconter input[data-v-1e8d7789]{width:100%;outline:none;border:none;font-size:.37333rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;text-align:left;color:#333}.login-wrapper .account .loginconter img[data-v-1e8d7789],.login-wrapper .password .loginconter img[data-v-1e8d7789]{width:.32rem;height:.32rem}.login-wrapper .remember[data-v-1e8d7789]{margin-bottom:1.06667rem;display:flex;justify-content:space-between;align-items:center}.login-wrapper .remember .label[data-v-1e8d7789]{font-size:.42667rem;color:#000;font-weight:700}.login-wrapper .btn[data-v-1e8d7789]{width:8.53333rem;height:1.06667rem;background:#d03a29;border-radius:.53333rem;box-shadow:0 .08rem .16rem 0 rgba(208,58,41,.2);line-height:1.06667rem;font-size:.37333rem;text-align:center;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;color:#fff;letter-spacing:.02667rem}.login-box[data-v-1e8d7789]{position:relative;display:flex;flex-direction:column;height:100%}.footerbg[data-v-1e8d7789]{width:100%;z-index:30;position:absolute;bottom:0}.footerbg img[data-v-1e8d7789]{display:block;width:100%}

View File

@ -0,0 +1 @@
.bankdata-box[data-v-6775bcd5]{display:flex;flex-direction:column;background:#fff;height:100%;overflow:auto}.fileUl[data-v-6775bcd5]{padding:.42667rem .42667rem .42667rem .26667rem;flex:1;overflow:auto}.fileUl .linebg[data-v-6775bcd5]{height:.02667rem;background:#f3f3f3;margin:.42667rem 0}.fileUl .liwrapper[data-v-6775bcd5]{display:flex;justify-content:space-between;align-items:center;position:relative}.fileUl .liwrapper .imgses[data-v-6775bcd5]{width:.53333rem;height:.10667rem;position:absolute;right:0;top:.21333rem}.fileUl .liwrapper .deldiv[data-v-6775bcd5]{width:2.58667rem;height:0;background:#4f5052;border-radius:.10667rem;align-items:center;justify-content:space-around;position:absolute;right:.10667rem;top:30%;display:none;height:1.12rem}.fileUl .liwrapper .deldiv.blockdiv[data-v-6775bcd5]{display:flex}.fileUl .liwrapper .deldiv img[data-v-6775bcd5]{width:.48rem;height:.48rem}.fileUl .liwrapper .deldiv span[data-v-6775bcd5]{font-size:.37333rem;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;color:#fff}.fileUl .liwrapper .filediv[data-v-6775bcd5]{display:flex;align-items:center}.fileUl .liwrapper .filediv img[data-v-6775bcd5]{width:1.49333rem;height:1.49333rem;margin-right:.32rem}.fileUl .liwrapper .filediv div p[data-v-6775bcd5]{margin:.10667rem 0}.fileUl .liwrapper .filediv div p[data-v-6775bcd5]:first-of-type{font-size:.42667rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;line-height:.53333rem;color:#333}.fileUl .liwrapper .filediv div p[data-v-6775bcd5]:nth-of-type(2),.fileUl .liwrapper .filediv div p[data-v-6775bcd5]:nth-of-type(3){font-size:.32rem;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;color:#999;line-height:.42667rem}.fileUl .liwrapper .filediv div p:nth-of-type(3) span[data-v-6775bcd5]:first-of-type{margin-right:.32rem}

View File

@ -0,0 +1 @@
.main[data-v-7205e501]{padding:.32rem .42667rem;background-color:#fff}.main .content[data-v-7205e501]{font-size:.37333rem;color:#333;line-height:.53333rem;word-break:break-all}.main .imgs[data-v-7205e501]{margin-top:.32rem;display:flex}.main .imgs img[data-v-7205e501]{width:2.69333rem;height:2.69333rem;-o-object-fit:cover;object-fit:cover}.main .imgs img[data-v-7205e501]:not(:last-child){margin-right:.53333rem}.main .date[data-v-7205e501]{font-size:.32rem;color:#999;line-height:.45333rem;margin-top:.32rem}.reply[data-v-7205e501]{margin-top:.32rem;background-color:#fff;padding:.53333rem .42667rem}.reply .list .item .user[data-v-7205e501]{font-size:.32rem;color:#999;line-height:.45333rem}.reply .list .item .content[data-v-7205e501]{margin-top:.21333rem;background-color:#f5f5f7;padding:.21333rem;border-radius:.05333rem;font-size:.32rem;color:#333;line-height:.45333rem;word-break:break-all}.reply .btn[data-v-7205e501]{text-align:right}.reply .btn .van-button[data-v-7205e501]{background-color:#d03a29;border-color:#d03a29;border-radius:.42667rem;min-width:2.50667rem;height:.85333rem;margin-top:.42667rem}

View File

@ -1 +0,0 @@
.addApproval-box[data-v-0c8471ed] .peoUl li{height:1.33333rem;display:flex;align-items:center;justify-content:space-between;font-size:.42667rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;color:#333}.addApproval-box[data-v-0c8471ed] .peoUl li.chooseli{color:#09a709}.addApproval-box[data-v-0c8471ed] .peoUl li img{width:.42667rem;height:.42667rem;display:none}.addApproval-box[data-v-0c8471ed] .peoUl li img.chooseimg{display:inline-block}.addApproval-box .body[data-v-0c8471ed] .van-cell{min-height:1.44rem;align-items:center}.addApproval-box .body[data-v-0c8471ed] .van-field__label{font-size:.42667rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;color:#333}.addApproval-box .body .bg[data-v-0c8471ed]{height:.32rem;background:#f8f8f8}.addApproval-box .body .filecontent[data-v-0c8471ed]{margin:.32rem 0;padding:.42667rem;background:#fff}.addApproval-box .body .filecontent[data-v-0c8471ed] .van-cell{background-color:#f8f8f8}.addApproval-box .body .filecontent .p1[data-v-0c8471ed]{font-size:.42667rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;color:#333;line-height:.53333rem;margin-bottom:.32rem}.addApproval-box .body .peonum[data-v-0c8471ed]{display:flex;background:#fff;padding:.42667rem;justify-content:space-between;align-items:center}.addApproval-box .body .peonum div[data-v-0c8471ed]{display:flex;align-items:center}.addApproval-box .body .peonum div span[data-v-0c8471ed]{font-size:.42667rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;color:#333;margin-right:.10667rem}.addApproval-box .body .peonum div .pespan[data-v-0c8471ed]{font-size:.32rem;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;color:#999}.addApproval-box .body .peonum img[data-v-0c8471ed]{width:.42667rem;height:.42667rem}.addApproval-box .body .peoname[data-v-0c8471ed]{margin-bottom:.32rem}.addApproval-box .body .peoname span[data-v-0c8471ed]:first-of-type{font-size:.42667rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;color:#333}.addApproval-box .body .peoname span[data-v-0c8471ed]:nth-of-type(2){font-size:.37333rem}.addApproval-box .body .peoplelist[data-v-0c8471ed]{padding:0 .42667rem .26667rem .42667rem;background:#fff;display:flex;align-items:flex-start;flex-wrap:wrap;min-height:.66667rem}.addApproval-box .body .peoplelist[data-v-0c8471ed] .van-tag{display:flex;align-items:center;justify-content:center;min-width:1.17333rem;margin-right:.4rem;min-height:.61333rem;line-height:.61333rem}.addApproval-box .body .btn[data-v-0c8471ed]{margin:0 auto;margin-top:2.61333rem;width:8.53333rem;height:1.06667rem;background:#d03a29;border-radius:.53333rem;line-height:1.06667rem;text-align:center;font-size:.37333rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;color:#fff;letter-spacing:.02667rem}.recentlyTitle[data-v-0c8471ed]{display:flex;height:.69333rem;margin-bottom:.26667rem}.recentlyTitle .line[data-v-0c8471ed]{width:.13333rem;height:.53333rem;margin-top:.08rem;background:#d03a29;border-radius:.13333rem;margin-left:.42667rem;margin-right:.13333rem}.recentlyTitle .text[data-v-0c8471ed]{height:.69333rem;line-height:.69333rem;font-size:.42667rem;margin-bottom:.4rem}.recentlyList[data-v-0c8471ed]{display:flex;justify-content:space-between;padding:0 .42667rem;height:.93333rem;margin-bottom:.26667rem}.recentlyList .recentlyItem[data-v-0c8471ed]{width:30%;text-align:center;line-height:.93333rem;font-size:.42667rem;background:#f5f5f5;border-radius:.4rem}.recentlyList .onActive[data-v-0c8471ed]{background:#0042cb;color:#fff}.users[data-v-0c8471ed]{margin-top:-.32rem;padding:.10667rem .42667rem .21333rem;background-color:#fff;display:flex;flex-wrap:wrap}.users .item[data-v-0c8471ed]{background-color:#fff2f1;padding:0 .26667rem;font-size:.32rem;color:#333;line-height:.61333rem;border-radius:.29333rem;margin-right:.26667rem;margin-top:.26667rem;position:relative}.users .item .van-icon[data-v-0c8471ed]{position:absolute;top:0;right:0;transform:translate(50%,-50%);color:#d03a29}

View File

@ -0,0 +1 @@
.distribution-box[data-v-1696ff10]{display:flex;height:100%;flex-direction:column;background:#fff}.distribution-box .peopleList[data-v-1696ff10]{padding:0 .42667rem}.distribution-box .peopleList li[data-v-1696ff10]{justify-content:space-between;height:1.44rem;display:flex;align-items:center;font-size:.42667rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;color:#333;letter-spacing:.02667rem;border-bottom:.02667rem solid #ebedf0}.distribution-box .peopleList li.choosecolor[data-v-1696ff10]{color:#09a709}.distribution-box .peopleList li img[data-v-1696ff10]{width:.42667rem;height:.42667rem;display:none}.distribution-box .peopleList li img.chooseimg[data-v-1696ff10]{display:inline-block}.distribution-box .top[data-v-1696ff10]{background:#d03a29;padding:.18667rem .42667rem;display:flex;justify-content:space-between;align-items:center;height:1.2rem}.distribution-box .top img[data-v-1696ff10]{width:.48rem;height:.48rem}.distribution-box .top span[data-v-1696ff10]{width:1.49333rem;height:.85333rem;background:#fff;border-radius:.10667rem;text-align:center;line-height:.85333rem;font-size:.42667rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;color:#999}

View File

@ -1 +0,0 @@
.van-pagination[data-v-4c21ae00]{position:fixed;bottom:0;width:100%;z-index:999;background:#fff}.box[data-v-4c21ae00]{display:flex;flex-direction:column;height:100%;font-size:.42667rem}.box .imgaddBtn[data-v-4c21ae00]{position:fixed;bottom:26%;right:0}.box .imgaddBtn .imgdiv[data-v-4c21ae00]{height:2.4rem;margin-top:.26667rem;z-index:50;opacity:.9}.box .imgaddBtn .imgdiv .add[data-v-4c21ae00]{width:2.72rem;z-index:999}.box .imgaddBtn .imgtext[data-v-4c21ae00]{font-size:.42667rem;text-align:center}.box[data-v-4c21ae00] .van-tab.van-tab--active{font-size:.42667rem;font-weight:800}.box .tab-contain[data-v-4c21ae00]{padding:.32rem;padding-bottom:1.12rem}.box .tab-contain .van-cell[data-v-4c21ae00]{margin-bottom:.37333rem}.box .tab-contain .van-cell .custom-title[data-v-4c21ae00]{font-weight:700;font-size:.42667rem}.box .tab-contain .van-cell .custom-title1[data-v-4c21ae00]{font-weight:700;margin-left:.8rem;font-size:.37333rem;color:#47aef3}.box .tab-contain .van-cell .custom-title2[data-v-4c21ae00]{font-weight:700;margin-left:.8rem;font-size:.37333rem;color:#c86b1d}.box .tab-contain .van-cell .van-icon[data-v-4c21ae00]{color:#333}

View File

@ -0,0 +1 @@
.van-pagination[data-v-1e4e1156]{position:fixed;bottom:0;width:100%;z-index:999;background:#fff}.van-tag[data-v-1e4e1156]{margin-right:.42667rem}.box[data-v-1e4e1156]{display:flex;flex-direction:column;height:100%;font-size:.42667rem}.box .imgaddBtn[data-v-1e4e1156]{position:fixed;bottom:26%;right:0}.box .imgaddBtn .imgdiv[data-v-1e4e1156]{height:2.4rem;margin-top:.26667rem;z-index:50;opacity:.9}.box .imgaddBtn .imgdiv .add[data-v-1e4e1156]{width:2.72rem;z-index:999}.box .imgaddBtn .imgtext[data-v-1e4e1156]{font-size:.42667rem;text-align:center}.box[data-v-1e4e1156] .van-tab.van-tab--active{font-size:.42667rem;font-weight:800}.box .tab-contain[data-v-1e4e1156]{padding:.32rem}.box .tab-contain .van-cell[data-v-1e4e1156]{margin-bottom:.37333rem}.box .tab-contain .van-cell .custom-title[data-v-1e4e1156]{font-size:.42667rem}.box .tab-contain .van-cell .van-icon[data-v-1e4e1156]{color:#333}.dan_delete[data-v-1e4e1156]{margin-left:.21333rem}

View File

@ -1 +0,0 @@
.form .van-cell[data-v-1b4234d4]{margin-bottom:.32rem}.form .van-cell[data-v-1b4234d4] .van-cell__title{font-size:.42667rem;color:#333;font-weight:700}.form .van-cell[data-v-1b4234d4] .van-cell__value{font-size:.37333rem}.form .van-cell .van-icon[data-v-1b4234d4]:before{vertical-align:middle;margin-left:.21333rem}.form .van-cell.upload[data-v-1b4234d4]{flex-direction:column}.form .van-cell.upload[data-v-1b4234d4] .van-cell__value{margin-top:.32rem}.form .textarea[data-v-1b4234d4]{flex-direction:column}.form .textarea[data-v-1b4234d4] .van-cell__value{margin-top:.32rem;background-color:#f8f8f8;padding:.32rem}.form .van-button[data-v-1b4234d4]{display:block;width:8.50667rem;height:1.06667rem;margin:1.38667rem auto .42667rem;background-color:#d03a29;border-color:#d03a29;font-size:.37333rem;color:#fff;line-height:1.06667rem;font-weight:700;border-radius:.10667rem}

View File

@ -0,0 +1 @@
.news[data-v-2667b14a]{margin:0 .42667rem;border-bottom:.02667rem solid #f3f3f3}.news[data-v-2667b14a]:last-of-type{border-bottom:none}.news .newList2[data-v-2667b14a]{padding:.42667rem 0}.news .newList2 .top[data-v-2667b14a]{font-size:.37333rem;color:#333;line-height:.58667rem;font-weight:700}.news .newList2 .imgarr[data-v-2667b14a]{display:flex;margin-top:.21333rem}.news .newList2 .imgarr img[data-v-2667b14a]{width:30%;margin-right:3%;height:auto;-o-object-fit:cover;object-fit:cover}.news .newList2 .newdate[data-v-2667b14a]{font-size:.32rem;color:#999;line-height:.45333rem;margin-top:.21333rem}.news .newList[data-v-2667b14a]{display:flex;justify-content:space-between;padding:.42667rem 0}.news .newList .newleft[data-v-2667b14a]{display:flex;flex-direction:column;justify-content:space-between}.news .newList .newleft .newtitle[data-v-2667b14a]{font-size:.37333rem;color:#333;line-height:.58667rem;font-weight:700}.news .newList .newleft .newdate[data-v-2667b14a]{font-size:.32rem;color:#999;line-height:.45333rem;margin-top:.10667rem}.news .newList .newimg[data-v-2667b14a]{margin-left:.26667rem;width:3.33333rem;height:2.24rem;-o-object-fit:cover;object-fit:cover}.muloverellipse[data-v-2667b14a]{word-break:break-all;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.notice[data-v-2667b14a]{min-height:100%;background-color:#fff;display:flex;flex-direction:column;overflow:auto}.list[data-v-2667b14a]{flex:1}.list .item[data-v-2667b14a]{position:relative;padding:.53333rem .42667rem;display:flex;align-items:center}.list .item[data-v-2667b14a]:not(:last-child):after{content:"";position:absolute;bottom:0;left:.42667rem;right:.42667rem;height:.02667rem;background-color:#f3f3f3}.list .item .tag[data-v-2667b14a]{margin-right:.10667rem;border-radius:.21333rem;font-size:.26667rem;vertical-align:middle}.list .item .title[data-v-2667b14a]{flex:1;font-size:.37333rem;color:#333;line-height:.53333rem;font-weight:700}.list .item .icon[data-v-2667b14a]{margin-left:.8rem;font-size:.32rem}.imgaddBtn[data-v-2667b14a]{position:fixed;bottom:26%;right:0}.imgaddBtn .imgdiv[data-v-2667b14a]{height:2.4rem;margin-top:.26667rem;z-index:50;opacity:.9}.imgaddBtn .imgdiv .add[data-v-2667b14a]{width:2.72rem;z-index:999}.imgaddBtn .imgtext[data-v-2667b14a]{font-size:.42667rem;text-align:center}

View File

@ -1 +0,0 @@
.conferencePapers-box[data-v-e92583b2]{display:flex;flex-direction:column;background:#fff;flex:1}.list[data-v-e92583b2]{flex:1}.list .van-collapse[data-v-e92583b2] .van-collapse-item__content{padding:0}.list .van-collapse[data-v-e92583b2] .van-collapse{padding-left:.53333rem}.list .van-collapse[data-v-e92583b2] .van-collapse .van-cell{padding-top:.13333rem;padding-bottom:.13333rem}.fileUl li[data-v-e92583b2]{position:relative;padding:.42667rem .26667rem}.fileUl li[data-v-e92583b2]:not(:last-child):after{content:"";position:absolute;left:1.81333rem;right:.26667rem;bottom:0;height:.02667rem;background-color:#f3f3f3}.fileUl li .filediv[data-v-e92583b2]{display:flex;align-items:center}.fileUl li .filediv .p3[data-v-e92583b2]{font-size:.32rem;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;color:#999;position:absolute;right:0;top:.13333rem}.fileUl li .filediv .icon[data-v-e92583b2]{width:1.49333rem;height:1.49333rem;margin-right:.32rem}.fileUl li .filediv .right[data-v-e92583b2]{flex:1}.fileUl li .filediv .right .row[data-v-e92583b2]{margin-top:.10667rem;font-size:.32rem;font-family:PingFang SC,PingFang SC-Regular;color:#999;line-height:.42667rem}.fileUl li .filediv .right .row[data-v-e92583b2]:first-of-type{display:flex;align-items:center}.fileUl li .filediv .right .row:first-of-type .title[data-v-e92583b2]{flex:1;font-size:.42667rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;line-height:.53333rem;color:#333;word-break:break-all}.fileUl li .filediv .right .row:first-of-type .btn[data-v-e92583b2]{position:relative}.fileUl li .filediv .right .row:first-of-type .btn .van-icon[data-v-e92583b2]{font-size:.53333rem;color:#333;font-weight:700;display:block}.fileUl li .filediv .right .row:first-of-type .btn .deldiv[data-v-e92583b2]{position:absolute;top:100%;right:0;width:2.58667rem;background-color:#4f5052;border-radius:.10667rem;padding:.29333rem .53333rem;font-size:.37333rem;color:#fff;line-height:.53333rem;display:flex;align-items:center}.fileUl li .filediv .right .row:first-of-type .btn .deldiv img[data-v-e92583b2]{width:.48rem;margin-right:.29333rem}

View File

@ -0,0 +1 @@
.form .item[data-v-5bc68ca4]{background-color:#fff;padding:.42667rem;margin-bottom:.32rem}.form .item .label[data-v-5bc68ca4]{font-size:.42667rem;color:#333;line-height:.58667rem;font-weight:700;margin-bottom:.32rem}.form .item .text[data-v-5bc68ca4]{font-size:.32rem;color:#999;line-height:.58667rem;margin-bottom:.32rem}.form .item .textarea[data-v-5bc68ca4]{background-color:#f8f8f8;font-size:.37333rem;padding:.32rem}.form .van-button[data-v-5bc68ca4]{display:block;width:8.50667rem;height:1.06667rem;margin:1.38667rem auto .42667rem;background-color:#d03a29;border-color:#d03a29;font-size:.37333rem;color:#fff;line-height:1.06667rem;font-weight:700;border-radius:.10667rem}

View File

@ -1 +0,0 @@
.bankdata-box[data-v-1520f5d8]{display:flex;flex-direction:column;background:#fff;height:100%;overflow:auto}.fileUl[data-v-1520f5d8]{padding:.42667rem .42667rem .42667rem .26667rem;flex:1;overflow:auto}.fileUl .linebg[data-v-1520f5d8]{height:.02667rem;background:#f3f3f3;margin:.42667rem 0}.fileUl .liwrapper[data-v-1520f5d8]{display:flex;justify-content:space-between;align-items:center;position:relative}.fileUl .liwrapper .imgses[data-v-1520f5d8]{width:.53333rem;height:.10667rem;position:absolute;right:0;top:.21333rem}.fileUl .liwrapper .deldiv[data-v-1520f5d8]{width:2.58667rem;height:0;background:#4f5052;border-radius:.10667rem;align-items:center;justify-content:space-around;position:absolute;right:.10667rem;top:30%;display:none;height:1.12rem}.fileUl .liwrapper .deldiv.blockdiv[data-v-1520f5d8]{display:flex}.fileUl .liwrapper .deldiv img[data-v-1520f5d8]{width:.48rem;height:.48rem}.fileUl .liwrapper .deldiv span[data-v-1520f5d8]{font-size:.37333rem;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;color:#fff}.fileUl .liwrapper .filediv[data-v-1520f5d8]{display:flex;align-items:center}.fileUl .liwrapper .filediv img[data-v-1520f5d8]{width:1.49333rem;height:1.49333rem;margin-right:.32rem}.fileUl .liwrapper .filediv div p[data-v-1520f5d8]{margin:.10667rem 0}.fileUl .liwrapper .filediv div p[data-v-1520f5d8]:first-of-type{font-size:.42667rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;line-height:.53333rem;color:#333}.fileUl .liwrapper .filediv div p[data-v-1520f5d8]:nth-of-type(2),.fileUl .liwrapper .filediv div p[data-v-1520f5d8]:nth-of-type(3){font-size:.32rem;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;color:#999;line-height:.42667rem}.fileUl .liwrapper .filediv div p:nth-of-type(3) span[data-v-1520f5d8]:first-of-type{margin-right:.32rem}

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
.page[data-v-38a78f29]{flex:1;display:flex;flex-direction:column}.header[data-v-38a78f29]{background-color:#fff;padding:.42667rem;margin-bottom:.32rem}.header .title[data-v-38a78f29]{font-size:.48rem;color:#333;line-height:.66667rem;font-weight:700}.header .date[data-v-38a78f29]{font-size:.32rem;color:#999;line-height:.45333rem;margin-top:.21333rem}.header .content[data-v-38a78f29]{margin-top:.26667rem;font-size:.32rem;color:#333;line-height:.64rem}.detail[data-v-38a78f29]{padding:.42667rem;background-color:#fff;margin-bottom:.26667rem}.detail .item[data-v-38a78f29]{line-height:.53333rem;font-weight:700}.detail .item[data-v-38a78f29]:not(:last-child){margin-bottom:.32rem}.detail .item .title[data-v-38a78f29]{font-size:.32rem;color:#999}.detail .item .title .van-icon[data-v-38a78f29]{vertical-align:middle;margin-right:.21333rem;color:#999}.detail .item .content[data-v-38a78f29]{margin-left:.53333rem;font-size:.37333rem;color:#333;line-height:.53333rem;margin-top:.10667rem}.address[data-v-38a78f29]{padding:.42667rem;background-color:#fff;margin-bottom:.32rem;display:flex;align-items:center;font-size:.37333rem;color:#333;line-height:.53333rem;font-weight:700}.address .text[data-v-38a78f29]{flex:1;margin:0 .21333rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.footBtn[data-v-38a78f29]{margin:auto auto .42667rem}.van-button[data-v-38a78f29]{margin-top:.32rem;border:.02667rem solid #d03a29;border-radius:.53333rem;color:#d03a29;width:8.50667rem;height:1.06667rem;font-size:.37333rem;font-weight:700}.van-button.van-button--primary[data-v-38a78f29]{background-color:#d03a29;color:#fff}

View File

@ -1 +0,0 @@
.filecontent[data-v-126f3bdf]{margin:.32rem 0;padding:.42667rem;background:#fff}.filecontent[data-v-126f3bdf] .van-cell{background-color:#f8f8f8}.filecontent .p1[data-v-126f3bdf]{font-size:.42667rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;color:#333;line-height:.53333rem;margin-bottom:.32rem}.form .van-cell[data-v-126f3bdf]{margin-bottom:.32rem}.form .van-cell[data-v-126f3bdf] .van-cell__title{font-size:.42667rem;color:#333;font-weight:700}.form .van-cell[data-v-126f3bdf] .van-cell__value{font-size:.37333rem}.form .van-cell .van-icon[data-v-126f3bdf]:before{vertical-align:middle;margin-left:.21333rem}.form .textarea[data-v-126f3bdf]{flex-direction:column}.form .textarea[data-v-126f3bdf] .van-cell__value{margin-top:.32rem;background-color:#f8f8f8;padding:.32rem}.form .van-button[data-v-126f3bdf]{display:block;width:8.50667rem;height:1.06667rem;margin:1.38667rem auto .42667rem;background-color:#d03a29;border-color:#d03a29;font-size:.37333rem;color:#fff;line-height:1.06667rem;font-weight:700;border-radius:.10667rem}

View File

@ -1 +0,0 @@
.main[data-v-3a1e6cad]{height:8.53333rem;width:100%}.content[data-v-3a1e6cad]{padding:.53333rem;white-space:pre-wrap;Text-indent:1em}

View File

@ -1 +0,0 @@
.activity-box .van-tabs[data-v-d366f2c6],.activity-box .van-tabs[data-v-d366f2c6] .van-tab__pane,.activity-box .van-tabs[data-v-d366f2c6] .van-tabs__content,.activity-box[data-v-d366f2c6]{flex:1;display:flex;flex-direction:column}.list[data-v-d366f2c6]{padding:.32rem .42667rem;flex:1}.list .item[data-v-d366f2c6]{background-color:#fff;padding:.42667rem;margin-bottom:.32rem;border-radius:.10667rem;position:relative}.list .item .fhbtn[data-v-d366f2c6]{margin-top:.32rem;width:2.50667rem;height:.85333rem;background:#999;border-radius:.42667rem;font-size:.37333rem;line-height:.85333rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;text-align:center;color:#fff}.list .item .title[data-v-d366f2c6]{display:flex;align-items:center}.list .item .title .text[data-v-d366f2c6]{font-size:.42667rem;color:#333;line-height:.58667rem;font-weight:700;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.list .item .title .van-tag[data-v-d366f2c6]{width:1.70667rem;border-radius:.32rem;justify-content:center;line-height:.53333rem;margin-left:.10667rem;white-space:nowrap;font-weight:700}.list .item .content[data-v-d366f2c6]{max-height:.85333rem;font-size:.32rem;color:#999;line-height:.45333rem;margin-top:.32rem}.list .item .content[data-v-d366f2c6] b{font-weight:400!important}.list .item .content[data-v-d366f2c6] div{color:#999!important;margin:0!important;padding:0!important}.list .item .content[data-v-d366f2c6] img{display:none!important}.list .item .content[data-v-d366f2c6] p,.list .item .content[data-v-d366f2c6] span{color:#999!important;margin:0!important;padding:0!important;font-size:.32rem!important;line-height:normal!important;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.list .item .detail[data-v-d366f2c6]{margin-top:.32rem}.list .item .detail .cell[data-v-d366f2c6]{display:flex;font-size:.32rem}.list .item .detail .cell[data-v-d366f2c6]:not(:last-child){margin-bottom:.10667rem}.list .item .detail .cell .label[data-v-d366f2c6]{color:#999;margin-right:.21333rem}.list .item .detail .cell .value[data-v-d366f2c6]{color:#333;flex:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.list .item .foot[data-v-d366f2c6]{display:flex;align-items:flex-end;margin-top:.32rem}.list .item .foot .more[data-v-d366f2c6]{font-size:.32rem;color:#999;line-height:.37333rem;margin-left:auto}.list .item .foot .more .van-icon[data-v-d366f2c6]{margin-left:.10667rem;vertical-align:middle}.list .item .foot .btn[data-v-d366f2c6]{font-size:.32rem;color:#d03a29;line-height:.37333rem;margin-left:auto}.list .item .foot .btn .van-icon[data-v-d366f2c6]{margin-left:.10667rem;vertical-align:middle}.list .item .foot .date[data-v-d366f2c6]{font-size:.32rem;color:#999}.list .item .enclosure .item[data-v-d366f2c6]{background-color:#f8f8f8;padding:.26667rem .42667rem;display:flex;align-items:center}.list .item .enclosure .item .detail[data-v-d366f2c6]{flex:1}.list .item .enclosure .item .detail .name[data-v-d366f2c6]{font-size:.42667rem;color:#333;line-height:.58667rem;font-weight:700}.list .item .enclosure .item .detail .size[data-v-d366f2c6]{font-size:.32rem;color:#333;line-height:.45333rem;margin-top:.10667rem}.list .item .enclosure .item .icon[data-v-d366f2c6]{width:1.49333rem}.list .item .van-button[data-v-d366f2c6]{border-color:#d03a29;border-radius:.42667rem;height:.64rem;font-size:.32rem;font-weight:700;padding:0 .45333rem;margin-right:.21333rem;font-family:PingFang SC,PingFang SC-Bold}.list .item .van-button .van-icon[data-v-d366f2c6]{vertical-align:middle}.list .item .van-button--primary[data-v-d366f2c6]{color:#fff;background-color:#d03a29}.list .item .van-button--plain[data-v-d366f2c6]{background-color:#fff;color:#d03a29}

View File

@ -1 +0,0 @@
.page .van-tabs[data-v-19962714],.page[data-v-19962714]{flex:1;display:flex;flex-direction:column;overflow:auto}.page .van-tabs[data-v-19962714] .van-tab__pane,.page .van-tabs[data-v-19962714] .van-tabs__content{flex:1;display:flex;flex-direction:column}.add[data-v-19962714]{position:fixed;bottom:16%;right:0;width:2.72rem;z-index:999}.list[data-v-19962714]{padding:.32rem .42667rem .42667rem;flex:1}.list .item[data-v-19962714]{padding:.42667rem;background-color:#fff;border-radius:.10667rem}.list .item[data-v-19962714]:not(:last-child){margin-bottom:.32rem}.list .item .title[data-v-19962714]{margin-bottom:.32rem;display:flex;align-items:center}.list .item .title .text[data-v-19962714]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:.42667rem;color:#333;line-height:.58667rem;font-weight:700;margin-right:.4rem}.list .item .title .van-tag[data-v-19962714]{font-size:.26667rem;white-space:nowrap}.list .item .detail .cell[data-v-19962714]{display:flex;font-size:.32rem;line-height:.45333rem}.list .item .detail .cell[data-v-19962714]:not(:last-child){margin-bottom:.10667rem}.list .item .detail .cell .label[data-v-19962714]{color:#999;margin-right:.21333rem}.list .item .detail .cell .value[data-v-19962714]{height:.42667rem;color:#333;flex:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.list .item .detail .cell .value[data-v-19962714] b{font-weight:400!important}.list .item .detail .cell .value[data-v-19962714] div{margin:0!important;padding:0!important}.list .item .detail .cell .value[data-v-19962714] img{display:none!important}.list .item .detail .cell .value[data-v-19962714] p,.list .item .detail .cell .value[data-v-19962714] span{margin:0!important;padding:0!important;font-size:.32rem!important;line-height:normal!important;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}

View File

@ -1 +0,0 @@
.list[data-v-657dc842]{padding:.34667rem .42667rem 0}.list .item[data-v-657dc842]{display:flex;align-items:center;padding:.69333rem .42667rem;background-color:#fff;border-radius:.10667rem;margin-bottom:.32rem}.list .item .icon[data-v-657dc842]{width:.53333rem;margin-right:.26667rem}.list .item .title[data-v-657dc842]{flex:1;font-size:.42667rem;color:#333;line-height:.58667rem}.list .item .van-icon[data-v-657dc842]{font-size:.37333rem}

View File

@ -0,0 +1 @@
.header[data-v-596422fc]{background-color:#fff;padding:.42667rem;margin-bottom:.32rem}.header .title[data-v-596422fc]{font-size:.48rem;color:#333;line-height:.66667rem;font-weight:700}.header .date[data-v-596422fc]{font-size:.32rem;color:#999;line-height:.45333rem;margin-top:.21333rem}.header .content[data-v-596422fc]{margin-top:.26667rem;font-size:.32rem;color:#333;line-height:.64rem;overflow:auto}.time[data-v-596422fc]{padding:.42667rem;background-color:#fff;margin-bottom:.26667rem}.time .item[data-v-596422fc]{font-size:.37333rem;color:#333;line-height:.53333rem;font-weight:700}.time .item[data-v-596422fc]:not(:last-child){margin-bottom:.32rem}.time .item .van-icon[data-v-596422fc]{vertical-align:middle;margin-right:.21333rem;color:#d03a29}.address[data-v-596422fc]{padding:.42667rem;background-color:#fff;margin-bottom:.32rem;display:flex;align-items:center;font-size:.37333rem;color:#333;line-height:.53333rem;font-weight:700}.address .text[data-v-596422fc]{flex:1;margin:0 .21333rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.files[data-v-596422fc]{margin-top:.26667rem;background-color:#fff;padding:.42667rem}.files .title[data-v-596422fc]{font-size:.32rem;color:#999;margin-bottom:.32rem}.files .title .van-icon[data-v-596422fc]{vertical-align:middle;margin-right:.21333rem;color:#999}.files .van-collapse[data-v-596422fc] .van-collapse-item__content{padding:0}.files[data-v-596422fc] .van-uploader__wrapper--disabled{opacity:1}.file[data-v-596422fc]{position:relative;padding:.32rem .42667rem;display:flex;align-items:center;background-color:#f8f8f8;margin-bottom:.32rem}.file .icon[data-v-596422fc]{width:1.49333rem;margin-left:.32rem}.file .left[data-v-596422fc]{flex:1}.file .name[data-v-596422fc]{font-size:.42667rem;color:#333;line-height:.58667rem;font-weight:700;margin-bottom:.10667rem;word-break:break-all}.file .size[data-v-596422fc]{font-size:.32rem;color:#333;line-height:.45333rem}.van-button[data-v-596422fc]{margin:.42667rem auto;border:.02667rem solid #d03a29;border-radius:.53333rem;color:#d03a29;width:8.50667rem;height:1.06667rem;font-size:.37333rem;font-weight:700}.van-button.van-button--primary[data-v-596422fc]{background-color:#d03a29;color:#fff}

View File

@ -1 +0,0 @@
.bankdata-box[data-v-79d7b028]{display:flex;flex-direction:column;background:#fff;height:100%;overflow:auto}.fileUl[data-v-79d7b028]{padding:.42667rem .42667rem .42667rem .26667rem;flex:1;overflow:auto}.fileUl .linebg[data-v-79d7b028]{height:.02667rem;background:#f3f3f3;margin:.42667rem 0}.fileUl .liwrapper[data-v-79d7b028]{display:flex;justify-content:space-between;align-items:center;position:relative}.fileUl .liwrapper .imgses[data-v-79d7b028]{width:.53333rem;height:.10667rem;position:absolute;right:0;top:.21333rem}.fileUl .liwrapper .deldiv[data-v-79d7b028]{width:2.58667rem;height:0;background:#4f5052;border-radius:.10667rem;align-items:center;justify-content:space-around;position:absolute;right:.10667rem;top:30%;display:none;height:1.12rem}.fileUl .liwrapper .deldiv.blockdiv[data-v-79d7b028]{display:flex}.fileUl .liwrapper .deldiv img[data-v-79d7b028]{width:.48rem;height:.48rem}.fileUl .liwrapper .deldiv span[data-v-79d7b028]{font-size:.37333rem;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;color:#fff}.fileUl .liwrapper .filediv[data-v-79d7b028]{display:flex;align-items:center}.fileUl .liwrapper .filediv img[data-v-79d7b028]{width:1.49333rem;height:1.49333rem;margin-right:.32rem}.fileUl .liwrapper .filediv div p[data-v-79d7b028]{margin:.10667rem 0}.fileUl .liwrapper .filediv div p[data-v-79d7b028]:first-of-type{font-size:.42667rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;line-height:.53333rem;color:#333}.fileUl .liwrapper .filediv div p[data-v-79d7b028]:nth-of-type(2),.fileUl .liwrapper .filediv div p[data-v-79d7b028]:nth-of-type(3){font-size:.32rem;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;color:#999;line-height:.42667rem}.fileUl .liwrapper .filediv div p:nth-of-type(3) span[data-v-79d7b028]:first-of-type{margin-right:.32rem}

View File

@ -1 +0,0 @@
.onlyImg[data-v-7d8218d8]{display:flex;flex-wrap:wrap;justify-content:space-between}.onlyImg .img[data-v-7d8218d8]{margin-left:.32rem;width:2.13333rem;height:2.13333rem;-o-object-fit:cover;object-fit:cover}.mulimg .imglist[data-v-7d8218d8]{margin-top:.16rem;display:flex;flex-wrap:wrap}.mulimg .imglist img[data-v-7d8218d8]{width:30%;margin-right:2%;height:auto}.page[data-v-7d8218d8]{min-height:100%;background-color:#fff}.notice[data-v-7d8218d8]{padding:.42667rem}.title[data-v-7d8218d8]{text-indent:2em;font-size:.4rem;color:#333;line-height:.53333rem;font-weight:700}.date[data-v-7d8218d8]{margin-top:.16rem;font-size:.32rem;color:#999;line-height:.45333rem}.content[data-v-7d8218d8]{text-indent:2em;font-size:.37333rem;color:#333;line-height:.64rem;margin-top:.21333rem}

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
.header[data-v-138c6814]{background-color:#fff;padding:.42667rem;margin-bottom:.32rem}.header .title[data-v-138c6814]{font-size:.48rem;color:#333;line-height:.66667rem;font-weight:700}.header .date[data-v-138c6814]{font-size:.32rem;color:#999;line-height:.45333rem;margin-top:.21333rem}.header .content[data-v-138c6814]{margin-top:.26667rem;font-size:.32rem;color:#333;line-height:.64rem;overflow:auto}.time[data-v-138c6814]{padding:.42667rem;background-color:#fff;margin-bottom:.26667rem}.time .item[data-v-138c6814]{font-size:.37333rem;color:#333;line-height:.53333rem;font-weight:700}.time .item[data-v-138c6814]:not(:last-child){margin-bottom:.32rem}.time .item .van-icon[data-v-138c6814]{vertical-align:middle;margin-right:.21333rem;color:#d03a29}.address[data-v-138c6814]{padding:.42667rem;background-color:#fff;margin-bottom:.32rem;display:flex;align-items:center;font-size:.37333rem;color:#333;line-height:.53333rem;font-weight:700}.address .text[data-v-138c6814]{flex:1;margin:0 .21333rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.files[data-v-138c6814]{margin-top:.26667rem;background-color:#fff;padding:.42667rem}.files .title[data-v-138c6814]{font-size:.32rem;color:#999;margin-bottom:.32rem}.files .title .van-icon[data-v-138c6814]{vertical-align:middle;margin-right:.21333rem;color:#999}.files .van-collapse[data-v-138c6814] .van-collapse-item__content{padding:0}.files[data-v-138c6814] .van-uploader__wrapper--disabled{opacity:1}.file[data-v-138c6814]{position:relative;padding:.32rem .42667rem;display:flex;align-items:center;background-color:#f8f8f8;margin-bottom:.32rem}.file .icon[data-v-138c6814]{width:1.49333rem;margin-left:.32rem}.file .left[data-v-138c6814]{flex:1}.file .name[data-v-138c6814]{font-size:.42667rem;color:#333;line-height:.58667rem;font-weight:700;margin-bottom:.10667rem;word-break:break-all}.file .size[data-v-138c6814]{font-size:.32rem;color:#333;line-height:.45333rem}.van-button[data-v-138c6814]{margin:.42667rem auto;border:.02667rem solid #d03a29;border-radius:.53333rem;color:#d03a29;width:8.50667rem;height:1.06667rem;font-size:.37333rem;font-weight:700}.van-button.van-button--primary[data-v-138c6814]{background-color:#d03a29;color:#fff}

View File

@ -0,0 +1 @@
.unreview[data-v-2bef349e]{color:#409eff!important}.passed[data-v-2bef349e],.unreview[data-v-2bef349e]{margin-left:.26667rem!important;flex-shrink:0!important;font-size:.34667rem!important}.passed[data-v-2bef349e]{color:#67c23a!important}.rejected[data-v-2bef349e]{margin-left:.26667rem!important;flex-shrink:0!important;font-size:.34667rem!important;color:#f56c6c!important}.addUpload[data-v-2bef349e]{position:fixed;bottom:1.6rem;right:.13333rem;width:1.6rem;height:1.6rem}.single[data-v-2bef349e]{box-sizing:border-box;padding:.42667rem .32rem;background:#fff;margin-bottom:.32rem}.single[data-v-2bef349e]:last-of-type{margin-bottom:0}.imgBox[data-v-2bef349e]{width:.66667rem;height:.66667rem;flex-shrink:0;margin-left:.53333rem}.commonClass[data-v-2bef349e]{font-size:.32rem;font-weight:400;color:#999;padding-bottom:.16rem}.enclosureBox[data-v-2bef349e]{padding:.42667rem;background:#f8f8f8;border-radius:.10667rem;margin:.32rem 0}.singleEnclosure[data-v-2bef349e]{display:flex;align-items:center;justify-content:space-between;margin-bottom:.21333rem}.enclosureBox .enclosureTitle[data-v-2bef349e]{font-size:.4rem;font-weight:600;color:#333;flex:1}.single h5[data-v-2bef349e]{font-size:.42667rem;letter-spacing:.02667rem;color:#333;margin-bottom:.32rem}.msgContent[data-v-2bef349e]{font-size:.32rem;font-weight:400;color:#999;letter-spacing:.02667rem;line-height:.42667rem}

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
.van-pagination[data-v-0eb33824]{position:fixed;bottom:0;width:100%;z-index:999;background:#fff}.box[data-v-0eb33824]{display:flex;flex-direction:column;height:100%;font-size:.42667rem}.box .add[data-v-0eb33824]{width:2.13333rem;height:2.13333rem;position:fixed;right:.32rem;bottom:20%}.box[data-v-0eb33824] .van-tab.van-tab--active{font-size:.42667rem;font-weight:800}.box .tab-contain[data-v-0eb33824]{padding:.32rem;padding-bottom:1.12rem}.box .tab-contain .van-cell[data-v-0eb33824]{margin-bottom:.37333rem}.box .tab-contain .van-cell .custom-title[data-v-0eb33824]{font-weight:700;font-size:.42667rem}.box .tab-contain .van-cell .custom-title1[data-v-0eb33824]{font-weight:700;margin-left:.8rem;font-size:.37333rem;color:#47aef3}.box .tab-contain .van-cell .custom-title2[data-v-0eb33824]{font-weight:700;margin-left:.8rem;font-size:.37333rem;color:#c86b1d}.box .tab-contain .van-cell .van-icon[data-v-0eb33824]{color:#333}.box .tab-contain .dan_delete[data-v-0eb33824]{margin-left:.21333rem}

View File

@ -0,0 +1 @@
.item[data-v-1a7ca6da]{box-sizing:border-box;padding:.42667rem .32rem;background:#fff;margin-bottom:.32rem}.uploadContent[data-v-1a7ca6da]{font-size:.37333rem;font-weight:700;margin-bottom:.32rem}.messageBox[data-v-1a7ca6da]{padding:0!important}[data-v-1a7ca6da] .messageBox .van-cell__value{background-color:#f8f8f8;padding:.32rem}.uplooadImg[data-v-1a7ca6da]{display:flex;align-items:center;justify-content:space-between;margin-bottom:.32rem;font-size:.37333rem;font-weight:700}.enclosureArr[data-v-1a7ca6da]{display:flex;flex-wrap:wrap}.enclosureArr .single[data-v-1a7ca6da]{position:relative;width:2.13333rem;height:2.13333rem;margin-right:.21333rem}.redDel[data-v-1a7ca6da]{position:absolute;top:0;right:0}.btn[data-v-1a7ca6da]{position:fixed;bottom:0;width:100%;margin-bottom:0!important}

View File

@ -1 +0,0 @@
.page[data-v-a8b606d2]{height:100%;display:flex;flex-direction:column}.list[data-v-a8b606d2]{margin-top:.32rem;flex:1;overflow:auto}.list .item[data-v-a8b606d2]{display:flex;align-items:flex-start;padding:.42667rem .42667rem;background-color:#fff;border-radius:.10667rem;margin-bottom:.32rem}.list .item .avatar[data-v-a8b606d2]{width:1.6rem;margin-right:.42667rem}.list .item .info[data-v-a8b606d2]{flex:1}.list .item .info .cell[data-v-a8b606d2]{display:flex;font-size:.37333rem;line-height:.53333rem;margin-bottom:.10667rem}.list .item .info .cell .label[data-v-a8b606d2]{color:#999;margin-right:.21333rem}.list .item .info .cell .value[data-v-a8b606d2]{flex:1;color:#333;font-weight:700}

View File

@ -1 +0,0 @@
.van-loading--vertical[data-v-0e6e51f5]{height:100% min-height 2.5rem;justify-content:center}

View File

@ -0,0 +1 @@
.list[data-v-2a1b4d4a]{padding:.34667rem .42667rem}.list .item[data-v-2a1b4d4a]{display:flex;align-items:center;padding:.69333rem .42667rem;background-color:#fff;border-radius:.10667rem;margin-bottom:.32rem}.list .item .icon[data-v-2a1b4d4a]{width:.53333rem;margin-right:.26667rem}.list .item .title[data-v-2a1b4d4a]{flex:1;font-size:.42667rem;color:#333;line-height:.58667rem}.list .item .van-icon[data-v-2a1b4d4a]{font-size:.37333rem}

View File

@ -0,0 +1 @@
.conferencePapers-box[data-v-2de9e764]{display:flex;flex-direction:column;background:#fff;flex:1}.list[data-v-2de9e764]{flex:1}.list .van-collapse[data-v-2de9e764] .van-collapse-item__content{padding:0}.list .van-collapse[data-v-2de9e764] .van-collapse{padding-left:.53333rem}.list .van-collapse[data-v-2de9e764] .van-collapse .van-cell{padding-top:.13333rem;padding-bottom:.13333rem}.fileUl li[data-v-2de9e764]{position:relative;padding:.42667rem .26667rem}.fileUl li[data-v-2de9e764]:not(:last-child):after{content:"";position:absolute;left:1.81333rem;right:.26667rem;bottom:0;height:.02667rem;background-color:#f3f3f3}.fileUl li .filediv[data-v-2de9e764]{display:flex;align-items:center}.fileUl li .filediv .p3[data-v-2de9e764]{font-size:.32rem;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;color:#999;position:absolute;right:0;top:.13333rem}.fileUl li .filediv .icon[data-v-2de9e764]{width:1.49333rem;height:1.49333rem;margin-right:.32rem}.fileUl li .filediv .right[data-v-2de9e764]{flex:1}.fileUl li .filediv .right .row[data-v-2de9e764]{margin-top:.10667rem;font-size:.32rem;font-family:PingFang SC,PingFang SC-Regular;color:#999;line-height:.42667rem}.fileUl li .filediv .right .row[data-v-2de9e764]:first-of-type{display:flex;align-items:center}.fileUl li .filediv .right .row:first-of-type .title[data-v-2de9e764]{flex:1;font-size:.42667rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;line-height:.53333rem;color:#333;word-break:break-all}.fileUl li .filediv .right .row:first-of-type .btn[data-v-2de9e764]{position:relative}.fileUl li .filediv .right .row:first-of-type .btn .van-icon[data-v-2de9e764]{font-size:.53333rem;color:#333;font-weight:700;display:block}.fileUl li .filediv .right .row:first-of-type .btn .deldiv[data-v-2de9e764]{position:absolute;top:100%;right:0;width:2.58667rem;background-color:#4f5052;border-radius:.10667rem;padding:.29333rem .53333rem;font-size:.37333rem;color:#fff;line-height:.53333rem;display:flex;align-items:center}.fileUl li .filediv .right .row:first-of-type .btn .deldiv img[data-v-2de9e764]{width:.48rem;margin-right:.29333rem}

View File

@ -0,0 +1 @@
.page[data-v-24e328e3],.van-tabs[data-v-24e328e3],.van-tabs[data-v-24e328e3] .van-tabs__content{flex:1;display:flex;flex-direction:column;overflow:auto}.van-tabs[data-v-24e328e3] .van-tabs__content .van-tab__pane{margin-top:.32rem;flex:1;display:flex;flex-direction:column;overflow:auto}.superintendence[data-v-24e328e3]{flex:1;display:flex;flex-direction:column;overflow:auto}.superintendence .add[data-v-24e328e3]{position:fixed;bottom:26%;right:0;width:2.72rem;z-index:999}.superintendence .list[data-v-24e328e3]{flex:1}.superintendence .list .item[data-v-24e328e3]{background-color:#fff;padding:.42667rem;margin-bottom:.32rem}.superintendence .list .item .title[data-v-24e328e3]{display:flex;align-items:center;font-size:.42667rem}.superintendence .list .item .title .text[data-v-24e328e3]{font-size:.42667rem;color:#333;line-height:.58667rem;font-weight:700;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.superintendence .list .item .title .van-tag[data-v-24e328e3]{width:1.70667rem;border-radius:.32rem;justify-content:center;line-height:.53333rem;margin-left:.10667rem;white-space:nowrap;font-weight:700}.superintendence .list .item .detail[data-v-24e328e3]{margin-top:.32rem}.superintendence .list .item .detail .cell[data-v-24e328e3]{display:flex;font-size:.32rem;line-height:.45333rem}.superintendence .list .item .detail .cell[data-v-24e328e3]:not(:last-child){margin-bottom:.10667rem}.superintendence .list .item .detail .cell .label[data-v-24e328e3]{color:#999;margin-right:.21333rem}.superintendence .list .item .detail .cell .value[data-v-24e328e3]{color:#333;flex:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.superintendence .list .item .progress[data-v-24e328e3]{display:flex;margin-top:.32rem;font-size:.37333rem}.superintendence .list .item .progress .label[data-v-24e328e3]{color:#333;margin-right:.21333rem}.superintendence .list .item .progress .value[data-v-24e328e3]{color:#d03a29;font-weight:700}.superintendence .list .item .imgs[data-v-24e328e3]{display:flex;margin-top:.21333rem}.superintendence .list .item .imgs .img[data-v-24e328e3]{flex:1;border-radius:.10667rem;overflow:hidden}.superintendence .list .item .imgs .img+.img[data-v-24e328e3]{margin-left:.10667rem}.superintendence .list .item .imgs .img img[data-v-24e328e3]{display:block;width:100%;max-height:4rem}.superintendence .list .item .btn[data-v-24e328e3]{display:inline-block;background-color:#d03a29;border-radius:.42667rem;font-size:.37333rem;color:#fff;line-height:.85333rem;font-weight:700;padding:0 .32rem;margin-top:.32rem}.superintendence .list .item .btn .icon[data-v-24e328e3]{margin-left:.13333rem;font-size:.32rem;vertical-align:middle}.superintendence .list .item .bottom[data-v-24e328e3]{margin-top:.32rem;display:flex;font-size:.32rem}.superintendence .list .item .bottom .date[data-v-24e328e3]{margin-right:.42667rem;color:#999}.superintendence .list .item .bottom .more[data-v-24e328e3]{color:#d03a29}.superintendence .list .item>.more[data-v-24e328e3]{display:flex;justify-content:space-between;font-size:.32rem;color:#333;font-weight:700;padding-top:.32rem;margin-top:.32rem;border-top:.02667rem solid #f8f8f8}.statistics .item[data-v-24e328e3]{display:flex;align-items:center;padding:.42667rem;position:relative}.statistics .item[data-v-24e328e3]:not(:last-child):after{content:"";position:absolute;bottom:0;left:.42667rem;right:0;height:.02667rem;background-color:#f3f3f3}.statistics .item .name[data-v-24e328e3]{flex:1;font-size:.37333rem;color:#333;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.statistics .item .value[data-v-24e328e3]{font-size:.37333rem;color:#1e78ff}.van-empty[data-v-24e328e3]{margin-top:1.06667rem}.van-empty[data-v-24e328e3] .van-empty__image{width:2.56rem;height:2.85333rem}

View File

@ -0,0 +1 @@
.page[data-v-f9e17ba8]{flex:1;display:flex;flex-direction:column}.list[data-v-f9e17ba8]{flex:1}.list .item[data-v-f9e17ba8]{background-color:#fff;margin-top:.32rem;padding:.42667rem;position:relative}.list .item.unread[data-v-f9e17ba8]:after{content:"";position:absolute;top:.42667rem;right:.42667rem;width:.26667rem;height:.26667rem;background-color:red;border-radius:50%}.list .item .title[data-v-f9e17ba8]{font-size:.42667rem;color:#333;line-height:.58667rem;font-weight:700}.list .item .content[data-v-f9e17ba8]{font-size:.37333rem;color:#999;line-height:.53333rem;margin-top:.32rem;word-break:break-all}.list .item .foot[data-v-f9e17ba8]{margin-top:.21333rem;display:flex;font-size:.32rem;line-height:.45333rem}.list .item .foot .date[data-v-f9e17ba8]{color:#999;margin-right:.53333rem}.list .item .foot .more[data-v-f9e17ba8]{color:#d03a29}

View File

@ -1 +0,0 @@
.quill-editor[data-v-3a928b82] .ql-container{height:3.2rem}.filecontent[data-v-3a928b82]{margin:.32rem 0;padding:.42667rem;background:#fff}.filecontent[data-v-3a928b82] .van-cell{background-color:#f8f8f8}.filecontent .p1[data-v-3a928b82]{font-size:.42667rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;color:#333;line-height:.53333rem;margin-bottom:.32rem}.form .van-cell[data-v-3a928b82]{margin-bottom:.32rem}.form .van-cell[data-v-3a928b82] .van-cell__title{font-size:.42667rem;color:#333;font-weight:700}.form .van-cell[data-v-3a928b82] .van-cell__value{font-size:.37333rem}.form .van-cell .van-icon[data-v-3a928b82]:before{vertical-align:middle;margin-left:.21333rem}.form .textarea[data-v-3a928b82]{flex-direction:column}.form .textarea[data-v-3a928b82] .van-cell__value{margin-top:.32rem;background-color:#f8f8f8;padding:.32rem}.form .van-button[data-v-3a928b82]{display:block;width:8.50667rem;height:1.06667rem;margin:1.38667rem auto .42667rem;background-color:#d03a29;border-color:#d03a29;font-size:.37333rem;color:#fff;line-height:1.06667rem;font-weight:700;border-radius:.10667rem}

View File

@ -1 +0,0 @@
.flex-align-center[data-v-08c9f745]{display:flex;align-items:center}.browse_image[data-v-08c9f745]{width:2.13333rem;height:2.13333rem}[data-v-08c9f745] .from_el{display:flex;align-items:center}[data-v-08c9f745] .from_el .title{width:2.4rem;font-size:.42667rem;flex-shrink:0}[data-v-08c9f745] .from_el .enclosure{margin-top:.53333rem}[data-v-08c9f745] .from_el .enclosureBtn{display:inline-block;padding:.21333rem .42667rem;background:#d03a29;border-radius:.10667rem;color:#fff}[data-v-08c9f745] .from_el .enclosureBtn .enclosureImg{margin-right:.10667rem;width:.34667rem;height:.32rem;vertical-align:middle}.preview-cover[data-v-08c9f745]{position:absolute;bottom:0;box-sizing:border-box;width:100%;padding:.10667rem;color:#fff;font-size:.32rem;text-align:center;background:rgba(0,0,0,.3)}.browse[data-v-08c9f745]{margin:.26667rem 0}.browse .browse_delet[data-v-08c9f745]{width:100%;text-align:right;font-size:.42667rem}.browse .imagesee[data-v-08c9f745]{width:2.66667rem}

View File

@ -0,0 +1 @@
.btn[data-v-21415b82]{height:1.06667rem;background:#d03a29;border-radius:.53333rem;line-height:1.06667rem;text-align:center;font-size:.37333rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;color:#fff;letter-spacing:.02667rem}.mineper-box .show[data-v-21415b82]{background:#fff;padding:0 .42667rem;display:flex;justify-content:space-between;align-items:center;height:1.44rem}.mineper-box .show span[data-v-21415b82]{font-family:PingFang SC,PingFang SC-Bold;font-weight:700;color:#333}.mineper-box .show span[data-v-21415b82]:first-of-type{font-size:.42667rem}.mineper-box .show span[data-v-21415b82]:nth-of-type(2){font-size:.37333rem}.mineper-box .line[data-v-21415b82]{padding:0 .42667rem;height:.02667rem;background:#fff}.mineper-box .line div[data-v-21415b82]{background:#f3f3f3;height:.02667rem}.mineper-box[data-v-21415b82] .van-field__label span{display:inline-block;font-size:.42667rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;color:#333}.mineper-box[data-v-21415b82] .van-uploader__preview-image img,.mineper-box[data-v-21415b82] .van-uploader__upload{border-radius:50%}.mineper-box[data-v-21415b82] .van-cell{line-height:1.06667rem}.mineper-box[data-v-21415b82] .van-field__control{font-size:.37333rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;color:#333}.uploadBtn[data-v-21415b82]{width:2.13333rem;height:2.13333rem;background-color:#f7f8fa;border-color:#f7f8fa;border-radius:50%;color:#dcdee0;font-size:.64rem}.avatar[data-v-21415b82]{width:2.13333rem;height:2.13333rem;-o-object-fit:cover;object-fit:cover;border-radius:50%}

View File

@ -0,0 +1 @@
.personnel[data-v-60e7a4b4]{background-color:#fff;padding:.42667rem;margin-bottom:.32rem}.personnel .title[data-v-60e7a4b4]{font-size:.42667rem;line-height:.58667rem;font-weight:700}.personnel .title.green[data-v-60e7a4b4]{color:#09a709}.personnel .title.red[data-v-60e7a4b4]{color:#d03a29}.personnel .list[data-v-60e7a4b4]{display:flex;flex-wrap:wrap;margin-top:.32rem}.personnel .list .item[data-v-60e7a4b4]{background-color:#f8f8f8;border-radius:.29333rem;font-size:.32rem;color:#333;line-height:.45333rem;padding:.08rem .32rem;margin-right:.26667rem}

View File

@ -1 +0,0 @@
.news[data-v-1113c6da]{margin:0 .42667rem;border-bottom:.02667rem solid #f3f3f3}.news[data-v-1113c6da]:last-of-type{border-bottom:none}.news .newList2[data-v-1113c6da]{padding:.42667rem 0}.news .newList2 .top[data-v-1113c6da]{font-size:.37333rem;color:#333;line-height:.58667rem;font-weight:700}.news .newList2 .imgarr[data-v-1113c6da]{display:flex;margin-top:.21333rem}.news .newList2 .imgarr img[data-v-1113c6da]{width:30%;margin-right:3%;height:auto;-o-object-fit:cover;object-fit:cover}.news .newList2 .newdate[data-v-1113c6da]{font-size:.32rem;color:#999;line-height:.45333rem;margin-top:.21333rem}.news .newList[data-v-1113c6da]{display:flex;justify-content:space-between;padding:.42667rem 0}.news .newList .newleft[data-v-1113c6da]{display:flex;flex-direction:column;justify-content:space-between}.news .newList .newleft .newtitle[data-v-1113c6da]{font-size:.37333rem;color:#333;line-height:.58667rem;font-weight:700}.news .newList .newleft .newdate[data-v-1113c6da]{font-size:.32rem;color:#999;line-height:.45333rem;margin-top:.10667rem}.news .newList .newimg[data-v-1113c6da]{margin-left:.26667rem;width:3.33333rem;height:2.24rem;-o-object-fit:cover;object-fit:cover}.muloverellipse[data-v-1113c6da]{word-break:break-all;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.notice[data-v-1113c6da]{min-height:100%;background-color:#fff;display:flex;flex-direction:column;overflow:auto}.list[data-v-1113c6da]{flex:1}.list .item[data-v-1113c6da]{position:relative;padding:.53333rem .42667rem;display:flex;align-items:center}.list .item[data-v-1113c6da]:not(:last-child):after{content:"";position:absolute;bottom:0;left:.42667rem;right:.42667rem;height:.02667rem;background-color:#f3f3f3}.list .item .tag[data-v-1113c6da]{margin-right:.10667rem;border-radius:.21333rem;font-size:.26667rem;vertical-align:middle}.list .item .title[data-v-1113c6da]{flex:1;font-size:.37333rem;color:#333;line-height:.53333rem;font-weight:700}.list .item .icon[data-v-1113c6da]{margin-left:.8rem;font-size:.32rem}.imgaddBtn[data-v-1113c6da]{position:fixed;bottom:26%;right:0}.imgaddBtn .imgdiv[data-v-1113c6da]{height:2.4rem;margin-top:.26667rem;z-index:50;opacity:.9}.imgaddBtn .imgdiv .add[data-v-1113c6da]{width:2.72rem;z-index:999}.imgaddBtn .imgtext[data-v-1113c6da]{font-size:.42667rem;text-align:center}

View File

@ -1 +0,0 @@
.elderBtn[data-v-788e0358]{width:100%!important}.login-box[data-v-788e0358]{background-color:#fff}.login-wrapper[data-v-788e0358]{padding:2.13333rem .85333rem 0 .85333rem;z-index:50}.login-wrapper .title[data-v-788e0358]{font-size:.64rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;color:#000;position:relative}.login-wrapper .title span[data-v-788e0358]{position:absolute;right:0;bottom:0;font-size:.42667rem;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;color:#d03a29}.login-wrapper .title span.tabButton[data-v-788e0358]{right:1.86667rem}.login-wrapper .account[data-v-788e0358]{padding-top:1.06667rem;margin-bottom:.85333rem}.login-wrapper .password[data-v-788e0358]{margin-bottom:1.06667rem}.login-wrapper .account .line[data-v-788e0358],.login-wrapper .password .line[data-v-788e0358]{height:.02667rem;background:#efefef}.login-wrapper .account p[data-v-788e0358],.login-wrapper .password p[data-v-788e0358]{font-size:.42667rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;text-align:left;color:#000;padding-bottom:.34667rem}.login-wrapper .account .loginconter[data-v-788e0358],.login-wrapper .password .loginconter[data-v-788e0358]{display:flex;align-items:center;margin-bottom:.10667rem}.login-wrapper .account .loginconter .van-cell[data-v-788e0358],.login-wrapper .password .loginconter .van-cell[data-v-788e0358]{padding:0}.login-wrapper .account .loginconter .van-cell[data-v-788e0358]:after,.login-wrapper .password .loginconter .van-cell[data-v-788e0358]:after{display:none}.login-wrapper .account .loginconter input[data-v-788e0358],.login-wrapper .password .loginconter input[data-v-788e0358]{width:100%;outline:none;border:none;font-size:.37333rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;text-align:left;color:#333}.login-wrapper .account .loginconter img[data-v-788e0358],.login-wrapper .password .loginconter img[data-v-788e0358]{width:.32rem;height:.32rem}.login-wrapper .account .loginconter[data-v-788e0358] .van-button--normal,.login-wrapper .password .loginconter[data-v-788e0358] .van-button--normal{padding:0;height:auto}.login-wrapper .account .loginconter[data-v-788e0358] .van-button--default,.login-wrapper .password .loginconter[data-v-788e0358] .van-button--default{border:.02667rem solid #fff}.login-wrapper .account .loginconter[data-v-788e0358] .van-button__content,.login-wrapper .password .loginconter[data-v-788e0358] .van-button__content{width:1.86667rem;font-size:.37333rem;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;color:#000}.login-wrapper .remember[data-v-788e0358]{margin-bottom:1.06667rem;display:flex;justify-content:space-between;align-items:center}.login-wrapper .remember .label[data-v-788e0358]{font-size:.42667rem;color:#000;font-weight:700}.login-wrapper .btn[data-v-788e0358]{width:8.53333rem;height:1.06667rem;background:#d03a29;border-radius:.53333rem;box-shadow:0 .08rem .16rem 0 rgba(208,58,41,.2);line-height:1.06667rem;font-size:.37333rem;text-align:center;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;color:#fff;letter-spacing:.02667rem}.login-box[data-v-788e0358]{position:relative;display:flex;flex-direction:column;height:100%}.footerbg[data-v-788e0358]{width:100%;z-index:30;position:absolute;bottom:0}.footerbg img[data-v-788e0358]{display:block;width:100%}

View File

@ -0,0 +1 @@
.deputyActivity-box[data-v-5c08c008]{flex:1;display:flex;flex-direction:column}.add[data-v-5c08c008]{position:fixed;bottom:21%;right:.42667rem;width:1.76rem;height:1.76rem;background-color:#fbf1ef;border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;box-shadow:0 .16rem .26667rem 0 rgba(0,0,0,.08)}.add img[data-v-5c08c008]{width:.58667rem}.add .title[data-v-5c08c008]{margin-top:.10667rem;font-size:.26667rem;color:#d03a29;font-weight:18.66667rem}.list[data-v-5c08c008]{padding:.32rem .42667rem;flex:1}.list .item[data-v-5c08c008]{background-color:#fff;padding:.42667rem .32rem;display:flex;align-items:flex-start;margin-bottom:.32rem;border-radius:.10667rem}.list .item .left[data-v-5c08c008]{flex:1;margin-right:.82667rem}.list .item .left .title[data-v-5c08c008]{font-size:.42667rem;color:#333;line-height:.58667rem;font-weight:700}.list .item .left .detail[data-v-5c08c008]{margin-top:.37333rem}.list .item .left .detail .cell[data-v-5c08c008]{display:flex;font-size:.26667rem;color:#999;line-height:.42667rem}.list .item .left .detail .cell .name[data-v-5c08c008]{margin-right:.26667rem}.list .item .img[data-v-5c08c008]{width:2.98667rem}

View File

@ -1 +0,0 @@
.page[data-v-36e0e962]{height:100%;display:flex;flex-direction:column}.navVar-box[data-v-36e0e962]{position:-webkit-sticky;position:sticky;top:0;z-index:100}.view .van-circle[data-v-36e0e962]{width:100%!important;align-self:center}.view .progress[data-v-36e0e962]{background-color:#07c160;color:#fff;text-align:center font-size .37333rem padding .13333rem 0}.view .pdf[data-v-36e0e962]{width:100%}.prev[data-v-36e0e962]{flex:1;text-align:center;padding:.26667rem;position:fixed;left:0;top:50%}.prev img[data-v-36e0e962]{width:.8rem;height:.8rem}.next[data-v-36e0e962]{flex:1;text-align:center;padding:.26667rem;position:fixed;right:0;top:50%}.next img[data-v-36e0e962]{width:.8rem;height:.8rem}.button_content[data-v-36e0e962]{position:absolute;right:.42667rem;bottom:1.6rem;z-index:9999}.button_content .box[data-v-36e0e962]{width:1.06667rem;height:1.06667rem;margin-bottom:.53333rem;background-color:#fff;border-radius:50%;box-shadow:0 0 .26667rem .05333rem #efefef;padding:.24rem;font-size:0}.view[data-v-36e0e962]{overflow:auto}

View File

@ -1 +0,0 @@
.page .superintendence[data-v-2e56174a],.page[data-v-2e56174a]{flex:1;display:flex;flex-direction:column;overflow:auto}.page .superintendence .add[data-v-2e56174a]{position:fixed;bottom:26%;right:0;width:2.72rem;z-index:999}.page .superintendence .list[data-v-2e56174a]{flex:1}.page .superintendence .list .item[data-v-2e56174a]{background-color:#fff;padding:.42667rem;margin-bottom:.32rem}.page .superintendence .list .item .title[data-v-2e56174a]{display:flex;align-items:center;font-size:.42667rem}.page .superintendence .list .item .title .text[data-v-2e56174a]{font-size:.42667rem;color:#333;line-height:.58667rem;font-weight:700;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.page .superintendence .list .item .title .van-tag[data-v-2e56174a]{width:1.70667rem;border-radius:.32rem;justify-content:center;line-height:.53333rem;margin-left:.10667rem;white-space:nowrap;font-weight:700}.page .superintendence .list .item .detail[data-v-2e56174a]{margin-top:.32rem}.page .superintendence .list .item .detail .cell[data-v-2e56174a]{display:flex;font-size:.32rem;line-height:.45333rem}.page .superintendence .list .item .detail .cell[data-v-2e56174a]:not(:last-child){margin-bottom:.10667rem}.page .superintendence .list .item .detail .cell .label[data-v-2e56174a]{color:#999;margin-right:.21333rem}.page .superintendence .list .item .detail .cell .value[data-v-2e56174a]{color:#333;flex:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.page .superintendence .list .item .imgs[data-v-2e56174a]{display:flex;margin-top:.21333rem}.page .superintendence .list .item .imgs .img[data-v-2e56174a]{flex:1;border-radius:.10667rem;overflow:hidden}.page .superintendence .list .item .imgs .img+.img[data-v-2e56174a]{margin-left:.10667rem}.page .superintendence .list .item .imgs .img img[data-v-2e56174a]{display:block;width:100%;max-height:4rem}.page .superintendence .list .item .bottom[data-v-2e56174a]{margin-top:.32rem;display:flex;font-size:.32rem}.page .superintendence .list .item .bottom .date[data-v-2e56174a]{margin-right:.42667rem;color:#999}.page .superintendence .list .item .bottom .more[data-v-2e56174a]{color:#d03a29}.page .superintendence .list .item>.more[data-v-2e56174a]{display:flex;justify-content:space-between;font-size:.32rem;color:#333;font-weight:700;padding-top:.32rem;margin-top:.32rem;border-top:.02667rem solid #f8f8f8}

View File

@ -0,0 +1 @@
.page[data-v-1a3defe1]{height:100%;display:flex;flex-direction:column}.navVar-box[data-v-1a3defe1]{position:-webkit-sticky;position:sticky;top:0;z-index:100}.view .van-circle[data-v-1a3defe1]{width:100%!important;align-self:center}.view .progress[data-v-1a3defe1]{background-color:#07c160;color:#fff;text-align:center font-size .37333rem padding .13333rem 0}.view .pdf[data-v-1a3defe1]{width:100%}.prev[data-v-1a3defe1]{flex:1;text-align:center;padding:.26667rem;position:fixed;left:0;top:50%}.prev img[data-v-1a3defe1]{width:.8rem;height:.8rem}.next[data-v-1a3defe1]{flex:1;text-align:center;padding:.26667rem;position:fixed;right:0;top:50%}.next img[data-v-1a3defe1]{width:.8rem;height:.8rem}.button_content[data-v-1a3defe1]{position:absolute;right:.42667rem;bottom:1.6rem;z-index:9999}.button_content .box[data-v-1a3defe1]{width:1.06667rem;height:1.06667rem;margin-bottom:.53333rem;background-color:#fff;border-radius:50%;box-shadow:0 0 .26667rem .05333rem #efefef;padding:.24rem;font-size:0}.view[data-v-1a3defe1]{overflow:auto}

View File

@ -1 +0,0 @@
.news[data-v-6da506b6]{margin:0 .42667rem;border-bottom:.02667rem solid #f3f3f3}.news[data-v-6da506b6]:last-of-type{border-bottom:none}.news .newList2[data-v-6da506b6]{padding:.42667rem 0}.news .newList2 .top[data-v-6da506b6]{font-size:.37333rem;color:#333;line-height:.58667rem;font-weight:700}.news .newList2 .imgarr[data-v-6da506b6]{display:flex;margin-top:.21333rem}.news .newList2 .imgarr img[data-v-6da506b6]{width:30%;margin-right:3%;height:auto;-o-object-fit:cover;object-fit:cover}.news .newList2 .newdate[data-v-6da506b6]{font-size:.32rem;color:#999;line-height:.45333rem;margin-top:.21333rem}.news .newList[data-v-6da506b6]{display:flex;justify-content:space-between;padding:.42667rem 0}.news .newList .newleft[data-v-6da506b6]{display:flex;flex-direction:column;justify-content:space-between}.news .newList .newleft .newtitle[data-v-6da506b6]{font-size:.37333rem;color:#333;line-height:.58667rem;font-weight:700}.news .newList .newleft .newdate[data-v-6da506b6]{font-size:.32rem;color:#999;line-height:.45333rem;margin-top:.10667rem}.news .newList .newimg[data-v-6da506b6]{margin-left:.26667rem;width:3.33333rem;height:2.24rem;-o-object-fit:cover;object-fit:cover}.muloverellipse[data-v-6da506b6]{word-break:break-all;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.notice[data-v-6da506b6]{min-height:100%;background-color:#fff;display:flex;flex-direction:column;overflow:auto}.list[data-v-6da506b6]{flex:1}.list .item[data-v-6da506b6]{position:relative;padding:.53333rem .42667rem;display:flex;align-items:center}.list .item[data-v-6da506b6]:not(:last-child):after{content:"";position:absolute;bottom:0;left:.42667rem;right:.42667rem;height:.02667rem;background-color:#f3f3f3}.list .item .tag[data-v-6da506b6]{margin-right:.10667rem;border-radius:.21333rem;font-size:.26667rem;vertical-align:middle}.list .item .title[data-v-6da506b6]{flex:1;font-size:.37333rem;color:#333;line-height:.53333rem;font-weight:700}.list .item .icon[data-v-6da506b6]{margin-left:.8rem;font-size:.32rem}.add[data-v-6da506b6]{position:fixed;bottom:26%;right:0;width:2.72rem;z-index:999}

View File

@ -1 +0,0 @@
.unwind[data-v-8e3f87ce]{float:right;color:#00f;border:none;margin-bottom:.53333rem}.content[data-v-8e3f87ce]{width:100%;font-size:.37333rem;color:#333;line-height:.64rem;margin-top:.21333rem}.form-ele[data-v-8e3f87ce]{background-color:#fff;padding:.42667rem .64rem;margin-bottom:.42667rem}.form-ele .form-title[data-v-8e3f87ce]{font-size:.42667rem;font-weight:600}.form-ele .form-content .form-text[data-v-8e3f87ce]{font-size:.42667rem;font-weight:500;color:#a5a5a5}.form-ele .form-content .form-com .form-com-item[data-v-8e3f87ce]{margin-top:.53333rem;font-size:.42667rem;color:#a5a5a5;background-color:#f8f8f8;border-radius:.21333rem;padding:.32rem}.form-ele .form-content .form-com .form-com-item .date[data-v-8e3f87ce]{margin-top:.32rem;font-size:.32rem;display:flex;justify-content:flex-end}.form-ele .form-content .form-com .form-com-item .date div[data-v-8e3f87ce]{margin-left:.21333rem}.form-te[data-v-8e3f87ce]{padding-bottom:1.06667rem}.form-te .form-content[data-v-8e3f87ce]{margin-top:.37333rem}.flex[data-v-8e3f87ce]{display:flex;justify-content:space-between;align-items:baseline}.end[data-v-8e3f87ce]{padding:0 .42667rem;margin-bottom:2.4rem}.end .van-button[data-v-8e3f87ce]{height:1.33333rem;border-radius:.21333rem}.announce[data-v-8e3f87ce]{position:fixed;width:100%;bottom:0}.announce .issue[data-v-8e3f87ce]{padding:.08rem .37333rem;border-radius:.21333rem;background-color:#d03a29;color:#f8f8f8}

View File

@ -0,0 +1 @@
.liaisonStation-box[data-v-533094e6]{flex:1;display:flex;flex-direction:column;overflow:auto}.liaisonStation-box .add[data-v-533094e6]{position:fixed;bottom:26%;right:0;width:2.72rem;z-index:999}.liaisonStation-box .liwrapper_ul[data-v-533094e6]{flex:1;padding:.10667rem .42667rem;background-color:#fff}.liaisonStation-box .liwrapper_ul li[data-v-533094e6]{padding:.42667rem 0}.liaisonStation-box .liwrapper_ul li[data-v-533094e6]:not(:last-child){border-bottom:.02667rem solid #f1f1f1}.liaisonStation-box .liwrapper_ul li .title[data-v-533094e6]{display:flex;justify-content:space-between;margin-bottom:.21333rem}.liaisonStation-box .liwrapper_ul li .title p[data-v-533094e6]{font-size:.48rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;color:#333;line-height:.66667rem;flex:1}.liaisonStation-box .liwrapper_ul li .title img[data-v-533094e6]{width:2.98667rem;height:1.97333rem;border-radius:.10667rem}.liaisonStation-box .liwrapper_ul li p[data-v-533094e6]{font-size:.26667rem;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;color:#999}.liaisonStation-box .liwrapper_ul li p span[data-v-533094e6]:first-of-type{margin-right:.21333rem}

View File

@ -0,0 +1 @@
.activity-box .van-tabs[data-v-ec22a232],.activity-box .van-tabs[data-v-ec22a232] .van-tab__pane,.activity-box .van-tabs[data-v-ec22a232] .van-tabs__content,.activity-box[data-v-ec22a232]{flex:1;display:flex;flex-direction:column}.list[data-v-ec22a232]{padding:.32rem .42667rem;flex:1}.list .item[data-v-ec22a232]{background-color:#fff;padding:.42667rem;margin-bottom:.32rem;border-radius:.10667rem;position:relative}.list .item .fhbtn[data-v-ec22a232]{margin-top:.32rem;width:2.50667rem;height:.85333rem;background:#999;border-radius:.42667rem;font-size:.37333rem;line-height:.85333rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;text-align:center;color:#fff}.list .item .title[data-v-ec22a232]{display:flex;align-items:center}.list .item .title .text[data-v-ec22a232]{font-size:.42667rem;color:#333;line-height:.58667rem;font-weight:700;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.list .item .title .van-tag[data-v-ec22a232]{width:1.70667rem;border-radius:.32rem;justify-content:center;line-height:.53333rem;margin-left:.10667rem;white-space:nowrap;font-weight:700}.list .item .content[data-v-ec22a232]{max-height:.85333rem;font-size:.32rem;color:#999;line-height:.45333rem;margin-top:.32rem}.list .item .content[data-v-ec22a232] b{font-weight:400!important}.list .item .content[data-v-ec22a232] div{color:#999!important;margin:0!important;padding:0!important}.list .item .content[data-v-ec22a232] img{display:none!important}.list .item .content[data-v-ec22a232] p,.list .item .content[data-v-ec22a232] span{color:#999!important;margin:0!important;padding:0!important;font-size:.32rem!important;line-height:normal!important;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.list .item .detail[data-v-ec22a232]{margin-top:.32rem}.list .item .detail .cell[data-v-ec22a232]{display:flex;font-size:.32rem}.list .item .detail .cell[data-v-ec22a232]:not(:last-child){margin-bottom:.10667rem}.list .item .detail .cell .label[data-v-ec22a232]{color:#999;margin-right:.21333rem}.list .item .detail .cell .value[data-v-ec22a232]{color:#333;flex:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.list .item .foot[data-v-ec22a232]{display:flex;align-items:flex-end;margin-top:.32rem}.list .item .foot .more[data-v-ec22a232]{font-size:.32rem;color:#999;line-height:.37333rem;margin-left:auto}.list .item .foot .more .van-icon[data-v-ec22a232]{margin-left:.10667rem;vertical-align:middle}.list .item .foot .btn[data-v-ec22a232]{font-size:.32rem;color:#d03a29;line-height:.37333rem;margin-left:auto}.list .item .foot .btn .van-icon[data-v-ec22a232]{margin-left:.10667rem;vertical-align:middle}.list .item .foot .date[data-v-ec22a232]{font-size:.32rem;color:#999}.list .item .enclosure .item[data-v-ec22a232]{background-color:#f8f8f8;padding:.26667rem .42667rem;display:flex;align-items:center}.list .item .enclosure .item .detail[data-v-ec22a232]{flex:1}.list .item .enclosure .item .detail .name[data-v-ec22a232]{font-size:.42667rem;color:#333;line-height:.58667rem;font-weight:700}.list .item .enclosure .item .detail .size[data-v-ec22a232]{font-size:.32rem;color:#333;line-height:.45333rem;margin-top:.10667rem}.list .item .enclosure .item .icon[data-v-ec22a232]{width:1.49333rem}.list .item .van-button[data-v-ec22a232]{border-color:#d03a29;border-radius:.42667rem;height:.64rem;font-size:.32rem;font-weight:700;padding:0 .45333rem;margin-right:.21333rem;font-family:PingFang SC,PingFang SC-Bold}.list .item .van-button .van-icon[data-v-ec22a232]{vertical-align:middle}.list .item .van-button--primary[data-v-ec22a232]{color:#fff;background-color:#d03a29}.list .item .van-button--plain[data-v-ec22a232]{background-color:#fff;color:#d03a29}

View File

@ -0,0 +1 @@
.form .van-cell[data-v-e6554d64]{margin-bottom:.32rem}.form .van-cell[data-v-e6554d64] .van-cell__title{font-size:.42667rem;color:#333;font-weight:700}.form .van-cell[data-v-e6554d64] .van-cell__value{font-size:.37333rem}.form .van-cell .van-icon[data-v-e6554d64]:before{vertical-align:middle;margin-left:.21333rem}.form .textarea[data-v-e6554d64]{flex-direction:column}.form .textarea[data-v-e6554d64] .van-cell__value{margin-top:.32rem;background-color:#f8f8f8;padding:.32rem}.form .van-button[data-v-e6554d64]{display:block;width:8.50667rem;height:1.06667rem;margin:1.38667rem auto .42667rem;background-color:#d03a29;border-color:#d03a29;font-size:.37333rem;color:#fff;line-height:1.06667rem;font-weight:700;border-radius:.10667rem}.van-action-sheet .van-action-sheet__header[data-v-e6554d64]{position:-webkit-sticky;position:sticky;top:0;z-index:100;background-color:#fff}.van-action-sheet .van-action-sheet__content[data-v-e6554d64]{position:relative}.van-action-sheet .van-action-sheet__content .van-search[data-v-e6554d64]{position:-webkit-sticky;position:sticky;top:1.28rem;z-index:100}

View File

@ -0,0 +1 @@
.van-pagination[data-v-3066be7c]{position:fixed;bottom:0;width:100%;z-index:999;background:#fff}.box[data-v-3066be7c]{display:flex;flex-direction:column;height:100%;font-size:.42667rem}.box .add[data-v-3066be7c]{width:2.13333rem;height:2.13333rem;position:fixed;right:.32rem;bottom:20%}.box[data-v-3066be7c] .van-tab.van-tab--active{font-size:.42667rem;font-weight:800}.box .tab-contain[data-v-3066be7c]{padding:.32rem;padding-bottom:1.12rem}.box .tab-contain .van-cell[data-v-3066be7c]{margin-bottom:.37333rem}.box .tab-contain .van-cell .custom-title[data-v-3066be7c]{font-weight:700;font-size:.42667rem}.box .tab-contain .van-cell .custom-title1[data-v-3066be7c]{font-weight:700;margin-left:.8rem;font-size:.37333rem;color:#47aef3}.box .tab-contain .van-cell .custom-title2[data-v-3066be7c]{font-weight:700;margin-left:.8rem;font-size:.37333rem;color:#c86b1d}.box .tab-contain .van-cell .van-icon[data-v-3066be7c]{color:#333}.box .tab-contain .dan_delete[data-v-3066be7c]{margin-left:.21333rem}

View File

@ -1 +0,0 @@
.list[data-v-3573db13]{display:flex;flex-wrap:wrap;padding:.42667rem .32rem}.list .item[data-v-3573db13]{margin-top:.32rem;width:4.53333rem;height:1.38667rem;border-color:#e5e5e5;background-color:#fff;border-radius:.10667rem;font-size:.37333rem;color:#333;font-weight:700}.list .item[data-v-3573db13]:nth-child(odd){margin-right:.29333rem}.list .item[data-v-3573db13] .van-button__text{flex:1;text-align:left}

View File

@ -0,0 +1 @@
.icon[data-v-495b8417]{background-color:#fff;display:flex;flex-direction:column;align-items:center;padding:.85333rem .53333rem .53333rem}.icon img[data-v-495b8417]{width:1.49333rem}.icon .name[data-v-495b8417]{font-size:.42667rem;color:#333;line-height:.58667rem;font-weight:700;margin-top:.32rem}.personnel[data-v-495b8417]{background-color:#fff;padding:.42667rem;margin-top:.32rem}.personnel .title[data-v-495b8417]{font-size:.42667rem;line-height:.58667rem;font-weight:700}.personnel .title.green[data-v-495b8417]{color:#09a709}.personnel .title.red[data-v-495b8417]{color:#d03a29}.personnel .list[data-v-495b8417]{display:flex;flex-wrap:wrap;margin-top:.32rem}.personnel .list .item[data-v-495b8417]{background-color:#f8f8f8;border-radius:.29333rem;font-size:.32rem;color:#333;line-height:.45333rem;padding:.08rem .32rem;margin-right:.26667rem}

View File

@ -0,0 +1 @@
.onlyImg[data-v-e75ca084]{display:flex;flex-wrap:wrap;justify-content:space-between}.onlyImg .img[data-v-e75ca084]{margin-left:.32rem;width:2.13333rem;height:2.13333rem;-o-object-fit:cover;object-fit:cover}.mulimg .imglist[data-v-e75ca084]{margin-top:.16rem;display:flex;flex-wrap:wrap}.mulimg .imglist img[data-v-e75ca084]{width:30%;margin-right:2%;height:auto}.page[data-v-e75ca084]{min-height:100%;background-color:#fff}.notice[data-v-e75ca084]{padding:.42667rem}.title[data-v-e75ca084]{text-indent:2em;font-size:.4rem;color:#333;line-height:.53333rem;font-weight:700}.date[data-v-e75ca084]{margin-top:.16rem;font-size:.32rem;color:#999;line-height:.45333rem}.content[data-v-e75ca084]{text-indent:2em;font-size:.37333rem;color:#333;line-height:.64rem;margin-top:.21333rem}

View File

@ -1 +0,0 @@
.suggestions-box[data-v-2e952ca5]{flex:1;display:flex;flex-direction:column}.suggestions-box .body[data-v-2e952ca5]{padding:.32rem .42667rem;flex:1}.suggestions-box .body ul[data-v-2e952ca5]{flex:1}.suggestions-box .body ul li[data-v-2e952ca5]{background:#fff;padding:.32rem .26667rem;margin-bottom:.32rem}.suggestions-box .body ul li .top[data-v-2e952ca5]{display:flex;align-items:center;justify-content:space-between;margin-bottom:.26667rem}.suggestions-box .body ul li .top div[data-v-2e952ca5]{display:flex;align-items:center}.suggestions-box .body ul li .top div .avatar[data-v-2e952ca5]{width:.90667rem;height:.90667rem;margin-right:.21333rem;position:relative}.suggestions-box .body ul li .top div .avatar.unread[data-v-2e952ca5]:after{content:"";position:absolute;top:0;right:0;width:.21333rem;height:.21333rem;background-color:#d03a29;border-radius:50%}.suggestions-box .body ul li .top div .avatar img[data-v-2e952ca5]{width:100%;height:100%;border-radius:50%}.suggestions-box .body ul li .top div span[data-v-2e952ca5]{font-size:.42667rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;color:#333;line-height:.53333rem}.suggestions-box .body ul li .top span[data-v-2e952ca5]{font-size:.32rem;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;color:#999}.suggestions-box .body ul li .bg[data-v-2e952ca5]{height:.02667rem;background:#f3f3f3;margin-bottom:.26667rem}.suggestions-box .body ul li .content p[data-v-2e952ca5]:first-of-type{font-size:.37333rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;color:#333;line-height:.53333rem;margin-bottom:.21333rem}.suggestions-box .body ul li .content p[data-v-2e952ca5]:nth-of-type(2){font-size:.37333rem;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;color:#999;line-height:.53333rem;margin-bottom:.32rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-all}.suggestions-box .body ul li .assign[data-v-2e952ca5]{font-size:.37333rem;color:#333;line-height:.53333rem;font-weight:700}.suggestions-box .body ul li .noreply[data-v-2e952ca5]{font-size:.37333rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;color:#d03a29;line-height:.53333rem}.suggestions-box .body ul li .reply[data-v-2e952ca5]{padding:.21333rem;background:#f3f3f3;word-break:break-all}.suggestions-box .body ul li .reply p[data-v-2e952ca5]{line-height:.42667rem;font-size:.32rem;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;color:#333}.suggestions-box .body ul li .reply span[data-v-2e952ca5]{color:#1e78ff;margin-right:.21333rem}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
.page[data-v-2a8fb011]{flex:1;display:flex;flex-direction:column}.list[data-v-2a8fb011]{flex:1;margin-top:.32rem}.list .item[data-v-2a8fb011]{background-color:#fff;margin-bottom:.32rem;padding:.42667rem}.list .item .head[data-v-2a8fb011]{display:flex}.list .item .head .title[data-v-2a8fb011]{flex:1;font-size:.42667rem;color:#333;line-height:.53333rem;font-weight:700}.list .item .head .icon[data-v-2a8fb011]{font-size:.32rem;color:#999;margin-top:.10667rem}.list .item .content[data-v-2a8fb011]{font-size:.37333rem;color:#333;line-height:.53333rem;margin-top:.32rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.list .item .date[data-v-2a8fb011]{margin-top:.21333rem;font-size:.37333rem;color:#999;line-height:.53333rem}.list .item .date .label[data-v-2a8fb011]{margin-right:.21333rem}.list .item .state[data-v-2a8fb011]{margin-top:.10667rem;font-size:.37333rem;color:#999;line-height:.53333rem}.list .item .state .label[data-v-2a8fb011]{margin-right:.21333rem}.list .item .state .value[data-v-2a8fb011]{font-weight:700}.list .item .state .value.blue[data-v-2a8fb011]{color:#1e78ff}.list .item .state .value.green[data-v-2a8fb011]{color:#09a709}.list .item .state .value.red[data-v-2a8fb011]{color:#d03a29}

View File

@ -1 +0,0 @@
.quill-editor[data-v-18e91634] .ql-container{height:3.2rem}.filecontent[data-v-18e91634]{margin:.32rem 0;padding:.42667rem;background:#fff}.filecontent[data-v-18e91634] .van-cell{background-color:#f8f8f8}.filecontent .p1[data-v-18e91634]{font-size:.42667rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;color:#333;line-height:.53333rem;margin-bottom:.32rem}.form .van-cell[data-v-18e91634]{margin-bottom:.32rem}.form .van-cell[data-v-18e91634] .van-cell__title{font-size:.42667rem;color:#333;font-weight:700}.form .van-cell[data-v-18e91634] .van-cell__value{font-size:.37333rem}.form .van-cell .van-icon[data-v-18e91634]:before{vertical-align:middle;margin-left:.21333rem}.form .textarea[data-v-18e91634]{flex-direction:column}.form .textarea[data-v-18e91634] .van-cell__value{margin-top:.32rem;background-color:#f8f8f8;padding:.32rem}.form .van-button[data-v-18e91634]{display:block;width:8.50667rem;height:1.06667rem;margin:1.38667rem auto .42667rem;background-color:#d03a29;border-color:#d03a29;font-size:.37333rem;color:#fff;line-height:1.06667rem;font-weight:700;border-radius:.10667rem}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
.fileOverViewBox[data-v-2062f10c]{background:#000;width:100%}.fileOverViewBox .fileOverViewContentBox[data-v-2062f10c]{width:100%;margin:0 auto;background:#fff}.fileOverViewBox .fileOverViewContentBox .pdf_lif[data-v-2062f10c]{position:fixed;z-index:10}.fileOverViewBox .fileOverViewContentBox .pdf_lif .prev[data-v-2062f10c]{flex:1;text-align:center;padding:.26667rem;position:fixed;left:0;top:50%}.fileOverViewBox .fileOverViewContentBox .pdf_lif .prev img[data-v-2062f10c]{width:.8rem;height:.8rem}.fileOverViewBox .fileOverViewContentBox .pdf_lif .next[data-v-2062f10c]{flex:1;text-align:center;padding:.26667rem;position:fixed;right:0;top:50%}.fileOverViewBox .fileOverViewContentBox .pdf_lif .next img[data-v-2062f10c]{width:.8rem;height:.8rem}.fileOverViewBox .fileOverViewContentBox .arrow[data-v-2062f10c]{position:fixed;width:100%;height:1.6rem;z-index:100;box-shadow:0 .05333rem .05333rem rgba(0,0,0,.5);background:hsla(0,0%,100%,.9)}.fileOverViewBox .fileOverViewContentBox .arrow .turn[data-v-2062f10c]{cursor:pointer}.fileOverViewBox .fileOverViewContentBox .arrow .turn[data-v-2062f10c]:hover{color:#58a5fe}.fileOverViewBox .fileOverViewContentBox .arrow .pageBox[data-v-2062f10c]{margin:0 .53333rem}.fileOverViewBox .fileOverViewContentBox .button_content[data-v-2062f10c]{position:fixed;right:.42667rem;bottom:1.6rem;z-index:9999}.fileOverViewBox .fileOverViewContentBox .button_content .box[data-v-2062f10c]{width:1.06667rem;height:1.06667rem;margin-bottom:.53333rem;background-color:#fff;border-radius:50%;box-shadow:0 0 .26667rem .05333rem #efefef;padding:.24rem;font-size:0}.fileOverViewBox .fileOverViewContentBox .cloee[data-v-2062f10c]{overflow:hidden}.fileOverViewBox .fileOverViewContentBox[data-v-2062f10c] .docViewBox{width:100%;padding:.53333rem;font-size:.42667rem;line-height:1.6;overflow:hidden}.fileOverViewBox .fileOverViewContentBox[data-v-2062f10c] .docViewBox p{margin:.21333rem .10667rem;line-height:1.6;text-indent:2em}.fileOverViewBox .fileOverViewContentBox[data-v-2062f10c] .docViewBox img{margin:.37333rem 0;overflow:hidden}.fileOverViewBox .fileOverViewContentBox[data-v-2062f10c] .docViewBox li{margin:.21333rem 0;line-height:1.6;text-indent:2em}.ifra iframe[data-v-2062f10c]{position:fixed;top:1.22667rem;width:100%;height:94%;bottom:0}

View File

@ -0,0 +1 @@
.page .superintendence[data-v-529bb74a],.page[data-v-529bb74a]{flex:1;display:flex;flex-direction:column;overflow:auto}.page .superintendence .add[data-v-529bb74a]{position:fixed;bottom:26%;right:0;width:2.72rem;z-index:999}.page .superintendence .list[data-v-529bb74a]{flex:1}.page .superintendence .list .item[data-v-529bb74a]{background-color:#fff;padding:.42667rem;margin-bottom:.32rem}.page .superintendence .list .item .title[data-v-529bb74a]{display:flex;align-items:center;font-size:.42667rem}.page .superintendence .list .item .title .text[data-v-529bb74a]{font-size:.42667rem;color:#333;line-height:.58667rem;font-weight:700;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.page .superintendence .list .item .title .van-tag[data-v-529bb74a]{width:1.70667rem;border-radius:.32rem;justify-content:center;line-height:.53333rem;margin-left:.10667rem;white-space:nowrap;font-weight:700}.page .superintendence .list .item .detail[data-v-529bb74a]{margin-top:.32rem}.page .superintendence .list .item .detail .cell[data-v-529bb74a]{display:flex;font-size:.32rem;line-height:.45333rem}.page .superintendence .list .item .detail .cell[data-v-529bb74a]:not(:last-child){margin-bottom:.10667rem}.page .superintendence .list .item .detail .cell .label[data-v-529bb74a]{color:#999;margin-right:.21333rem}.page .superintendence .list .item .detail .cell .value[data-v-529bb74a]{color:#333;flex:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.page .superintendence .list .item .imgs[data-v-529bb74a]{display:flex;margin-top:.21333rem}.page .superintendence .list .item .imgs .img[data-v-529bb74a]{flex:1;border-radius:.10667rem;overflow:hidden}.page .superintendence .list .item .imgs .img+.img[data-v-529bb74a]{margin-left:.10667rem}.page .superintendence .list .item .imgs .img img[data-v-529bb74a]{display:block;width:100%;max-height:4rem}.page .superintendence .list .item .bottom[data-v-529bb74a]{margin-top:.32rem;display:flex;font-size:.32rem}.page .superintendence .list .item .bottom .date[data-v-529bb74a]{margin-right:.42667rem;color:#999}.page .superintendence .list .item .bottom .more[data-v-529bb74a]{color:#d03a29}.page .superintendence .list .item>.more[data-v-529bb74a]{display:flex;justify-content:space-between;font-size:.32rem;color:#333;font-weight:700;padding-top:.32rem;margin-top:.32rem;border-top:.02667rem solid #f8f8f8}

View File

@ -1 +0,0 @@
.list[data-v-20386649]{padding:.34667rem .42667rem}.list .item[data-v-20386649]{display:flex;align-items:center;padding:.69333rem .42667rem;background-color:#fff;border-radius:.10667rem;margin-bottom:.32rem}.list .item .icon[data-v-20386649]{width:.53333rem;margin-right:.26667rem}.list .item .title[data-v-20386649]{flex:1;font-size:.42667rem;color:#333;line-height:.58667rem}.list .item .van-icon[data-v-20386649]{font-size:.37333rem}

View File

@ -1 +0,0 @@
.icon[data-v-3cef3645]{background-color:#fff;display:flex;flex-direction:column;align-items:center;padding:.85333rem .53333rem .53333rem}.icon img[data-v-3cef3645]{width:1.49333rem}.icon .name[data-v-3cef3645]{font-size:.42667rem;color:#333;line-height:.58667rem;font-weight:700;margin-top:.32rem}.personnel[data-v-3cef3645]{background-color:#fff;padding:.42667rem;margin-top:.32rem}.personnel .title[data-v-3cef3645]{font-size:.42667rem;line-height:.58667rem;font-weight:700}.personnel .title.green[data-v-3cef3645]{color:#09a709}.personnel .title.red[data-v-3cef3645]{color:#d03a29}.personnel .list[data-v-3cef3645]{display:flex;flex-wrap:wrap;margin-top:.32rem}.personnel .list .item[data-v-3cef3645]{background-color:#f8f8f8;border-radius:.29333rem;font-size:.32rem;color:#333;line-height:.45333rem;padding:.08rem .32rem;margin-right:.26667rem}

View File

@ -1 +0,0 @@
.btn[data-v-e7fec74c]{height:1.06667rem;background:#d03a29;border-radius:.53333rem;line-height:1.06667rem;text-align:center;font-size:.37333rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;color:#fff;letter-spacing:.02667rem}.mineper-box .show[data-v-e7fec74c]{background:#fff;padding:0 .42667rem;display:flex;justify-content:space-between;align-items:center;height:1.44rem}.mineper-box .show span[data-v-e7fec74c]{font-family:PingFang SC,PingFang SC-Bold;font-weight:700;color:#333}.mineper-box .show span[data-v-e7fec74c]:first-of-type{font-size:.42667rem}.mineper-box .show span[data-v-e7fec74c]:nth-of-type(2){font-size:.37333rem}.mineper-box .line[data-v-e7fec74c]{padding:0 .42667rem;height:.02667rem;background:#fff}.mineper-box .line div[data-v-e7fec74c]{background:#f3f3f3;height:.02667rem}.mineper-box[data-v-e7fec74c] .van-field__label span{display:inline-block;font-size:.42667rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;color:#333}.mineper-box[data-v-e7fec74c] .van-uploader__preview-image img,.mineper-box[data-v-e7fec74c] .van-uploader__upload{border-radius:50%}.mineper-box[data-v-e7fec74c] .van-cell{line-height:1.06667rem}.mineper-box[data-v-e7fec74c] .van-field__control{font-size:.37333rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;color:#333}.uploadBtn[data-v-e7fec74c]{width:2.13333rem;height:2.13333rem;background-color:#f7f8fa;border-color:#f7f8fa;border-radius:50%;color:#dcdee0;font-size:.64rem}.avatar[data-v-e7fec74c]{width:2.13333rem;height:2.13333rem;-o-object-fit:cover;object-fit:cover;border-radius:50%}

View File

@ -1 +0,0 @@
.page[data-v-d25a0f2c]{flex:1;display:flex;flex-direction:column}.list[data-v-d25a0f2c]{flex:1}.list .item[data-v-d25a0f2c]{background-color:#fff;margin-top:.32rem;padding:.42667rem;position:relative}.list .item.unread[data-v-d25a0f2c]:after{content:"";position:absolute;top:.42667rem;right:.42667rem;width:.26667rem;height:.26667rem;background-color:red;border-radius:50%}.list .item .title[data-v-d25a0f2c]{font-size:.42667rem;color:#333;line-height:.58667rem;font-weight:700}.list .item .content[data-v-d25a0f2c]{font-size:.37333rem;color:#999;line-height:.53333rem;margin-top:.32rem;word-break:break-all}.list .item .foot[data-v-d25a0f2c]{margin-top:.21333rem;display:flex;font-size:.32rem;line-height:.45333rem}.list .item .foot .date[data-v-d25a0f2c]{color:#999;margin-right:.53333rem}.list .item .foot .more[data-v-d25a0f2c]{color:#d03a29}

View File

@ -1 +0,0 @@
.suggestionsdeatil-box[data-v-2329eab4]{position:relative}.suggestionsdeatil-box .twoBtn[data-v-2329eab4]{position:fixed;bottom:0;width:100%;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:.32rem .42667rem}.suggestionsdeatil-box .twoBtn span[data-v-2329eab4]{width:4.26667rem;height:1.06667rem;border-radius:.53333rem;font-size:.37333rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;letter-spacing:.02667rem;text-align:center;line-height:1.06667rem}.suggestionsdeatil-box .twoBtn span[data-v-2329eab4]:first-of-type{background:#d03a29;color:#fff}.suggestionsdeatil-box .twoBtn span[data-v-2329eab4]:nth-of-type(2){border:.02667rem solid #d03a29;color:#d03a29}.suggestionsdeatil-box .body[data-v-2329eab4]{padding:.42667rem;background:#fff}.suggestionsdeatil-box .body .top[data-v-2329eab4]{display:flex;align-items:center;justify-content:space-between;margin-bottom:.32rem}.suggestionsdeatil-box .body .top div[data-v-2329eab4]{display:flex;align-items:center}.suggestionsdeatil-box .body .top div img[data-v-2329eab4]{width:.90667rem;height:.90667rem;margin-right:.21333rem;border-radius:50%}.suggestionsdeatil-box .body .top div span[data-v-2329eab4]{font-size:.42667rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;color:#333;line-height:.53333rem}.suggestionsdeatil-box .body .top span[data-v-2329eab4]{font-size:.32rem;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;color:#999}.suggestionsdeatil-box .body .bg[data-v-2329eab4]{height:.02667rem;background:#f3f3f3;margin-bottom:.32rem}.suggestionsdeatil-box .body .content[data-v-2329eab4]{margin-bottom:.21333rem;font-size:.37333rem;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;line-height:.53333rem;color:#333;word-break:break-all}.suggestionsdeatil-box .body .picture[data-v-2329eab4]{margin-bottom:.42667rem}.suggestionsdeatil-box .body .picture ul[data-v-2329eab4]{display:flex;flex-wrap:wrap}.suggestionsdeatil-box .body .picture ul li img[data-v-2329eab4]{width:2.69333rem;height:2.69333rem;margin-right:.53333rem;margin-bottom:.26667rem}.suggestionsdeatil-box .body .picture ul li:nth-child(3n+3) img[data-v-2329eab4]{width:2.66667rem;height:2.66667rem;margin-right:0}.suggestionsdeatil-box .body .answer[data-v-2329eab4]{margin-bottom:.42667rem}.suggestionsdeatil-box .body .answer[data-v-2329eab4] .van-cell{background-color:#f8f8f8}.suggestionsdeatil-box .body .btn[data-v-2329eab4]{text-align:right}.suggestionsdeatil-box .body .btn span[data-v-2329eab4]{display:inline-block;width:2.50667rem;height:.85333rem;line-height:.85333rem;border-radius:.42667rem;background:#d03a29;font-size:.37333rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;color:#fff;text-align:center}.reply .reply-user[data-v-2329eab4]{font-size:.32rem;color:#999;line-height:.45333rem}.reply .reply-content[data-v-2329eab4]{font-size:.32rem;color:#333;line-height:.45333rem;padding:.21333rem;margin-top:.21333rem;background-color:#f5f5f7;word-break:break-all}

View File

@ -1 +0,0 @@
.form .van-cell[data-v-60a83f82]{margin-bottom:.32rem}.form .van-cell[data-v-60a83f82]:after{display:none}.form .van-cell[data-v-60a83f82] .van-cell__title{font-size:.42667rem;color:#333;font-weight:700}.form .van-cell[data-v-60a83f82] .van-cell__value{font-size:.37333rem}.form .van-cell .van-icon[data-v-60a83f82]:before{vertical-align:middle;margin-left:.21333rem}.form .textarea[data-v-60a83f82]{flex-direction:column}.form .textarea[data-v-60a83f82] .van-cell__value{margin-top:.32rem;text-align:left}.form .textarea[data-v-60a83f82] .van-cell__value .van-field__body{background-color:#f8f8f8;padding:.32rem}.form .van-button[data-v-60a83f82]{display:block;width:8.50667rem;height:1.06667rem;margin:1.38667rem auto .42667rem;background-color:#d03a29;border-color:#d03a29;font-size:.37333rem;color:#fff;line-height:1.06667rem;font-weight:700;border-radius:.10667rem}.van-checkbox-group[data-v-60a83f82]{max-height:6.77333rem;overflow:auto}.users[data-v-60a83f82]{margin-top:-.32rem;padding:.10667rem .42667rem .21333rem;background-color:#fff;display:flex;flex-wrap:wrap}.users .item[data-v-60a83f82]{background-color:#fff2f1;padding:0 .26667rem;font-size:.32rem;color:#333;line-height:.61333rem;border-radius:.29333rem;margin-right:.26667rem;margin-top:.26667rem;position:relative}.users .item .van-icon[data-v-60a83f82]{position:absolute;top:0;right:0;transform:translate(50%,-50%);color:#d03a29}

View File

@ -1 +1 @@
.statusP[data-v-7b98c5b3]{margin-top:.21333rem!important;font-size:.34667rem!important}.commonEle[data-v-7b98c5b3]{padding:.42667rem .32rem;background:#fff;margin-bottom:.32rem}.top h5[data-v-7b98c5b3]{font-size:.42667rem;letter-spacing:.02667rem;color:#333;margin-bottom:.32rem}.top p[data-v-7b98c5b3]{font-size:.32rem;color:#333;line-height:.48rem;font-weight:400}.item[data-v-7b98c5b3]{padding-left:.53333rem;font-size:.32rem;color:#999;margin-bottom:.10667rem}.date[data-v-7b98c5b3]{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAC2UlEQVRIS61Wz0tUURT+vvcETYQMWrQIyr0tAv+AIFvXIkhRaQKbM6NmSkFCRUpBbkLFH/PuIGg00ixaFLQJXfgHuAhq56YgyIWQgUw6zHsnrr1X4zijT+it3n333vOd851zvvOIQ575+flzpVKpg2S7qraSPGOPq+oGyc+qulJXV5fv7e39WssMq21Yw77vj6vqdZJ1ZWd2wveG6Juqlki+cV13pBrQAQBjzE1VnSHZBGALQM73/Xe7u7trw8PDdo2JiYnm+vr6Ntd1rwLoBtCsqtskB0TkZbnT+wA8z7tLcjI8MANgTEQ27Xp2drbJdd3LGxsbH0ZHR6NIYIw5DeAJgIGQvqFUKjUVgfwFsJ4DWLQhA7iVSqVy5Z5ks9mnqvoIwH0ReVFJred5NpKFkNJEFMkeQCaTOU/yk6VFVXsqjdsznufZywkAoyIyVi13FoTkK0uXql5Ip9Nf9gCMMa8BdACYEZE7NS4fCRDamg7pyotIJ0Pv10luFwqFliiRVSiIC2Bzsq6qTcVisYXGmIcAngGYFJHhWvUch6LorjFmLwpVHbEAywDafd+/0tfXt/I/AObm5tpd111W1ff0PO+77dBCoXCqFj1xkxw5Z/uksbHxx17HG2MUwI6InDhMNiKKVHWV5GqNs5siMhsm+xeAhtgAxpgJAEOHOWH3SqXSxf7+/o/GmD8AcSmy1eY4zj1bHVVANm0VktxKJpNTlRTFSvJRnpfvVyb5Acnxo8r0OAD7yjRuo8UFCMXvX6PFlYpjAERSkRORngNiR7I7mUwuxTVYobhdqpo7IHahoiYcx1mwcu04TuK4INlstisIgkUr10EQdKbT6by1G3vg1Ioo9sCJDGQymQTJ6fKRqapvSa6JyM8wZydVtY3ktfKRqaq3I88je1WHfthUz48x9PNBEDy2A6Yy0qoAZdHYSXeD5CUArQDOhnvfANjfltVisbg0ODho11Wf3y3rwDI1XzfhAAAAAElFTkSuQmCC) no-repeat;background-size:.32rem;background-position:0}.dateContent[data-v-7b98c5b3]{font-size:.37333rem;font-weight:700;margin-bottom:.32rem;padding-left:.53333rem;line-height:.53333rem}.town[data-v-7b98c5b3]{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAC7klEQVRIS7WVP2gUURDGv9m9hBBSWAheYWEgYgRBBQMKCooKERKwMJUBGy/v3W2CphAUUpwoKFjEcNnbt7kUFrGKoKCgoEJAQSEBFQQVAwZszs5CDkl2MzLHrpxyfzYYX7f75s1v5nsz8wgtVqlU2haG4SiA0wB2iDkRLTPzI9u2pzOZzLdmLqjZpu/755h5moi66tkx8w/LsvTIyMjdRn4aAmZmZs4y81x0cI6Zp7TWS/JtjDlARBcADEcZDTeC1AW4rpu2bfuzRM7MF7XWU/UiNMZcIKLbkkkYhjsdxyn/bVcXYIy5RkQTorPWerCZjMaYh0Q0ACCvlLqaCOD7/gsAh5l5SGt9rwXgDBHNM/OC1vpYUsAXqZjV1dXdY2NjH5sBCoVCb3t7+wcAK0qp7qSARQAHmPmU1vpJiwz6iegxgCWlVF9SwCSAiwBmlVKZFqVcAnAewG2l1HgigOd5e4joTWTcr7V+3qCKjgOoZsjM+7PZ7PtEADHyff8GgMsAfgKYCILAdxznh+y5rtuVSqUUgOsAOgDcVEpdqRdEq04uAJAxIUtA8YX3Ro7l/7RSamzDnWyM2RvdwzARpRqMioCI7sg40Vq/S5TB5OTkls7OzlvRxVXPMLNou0RE1U5l5rRUGRHtqXE6W6lULo2Pj3+vBf0hUbFY3GVZ1hMikqkpkpj19fWpbDa7Ui86z/N2WJYlM0lHki2HYTiQy+U+xfa/AZHzBSKS6N4GQTDkOM5ysxKN91zX7UmlUvMA9jFzOQzDI/HZKiCfz3ek0+lFSZmIFtbW1gbjikkCiCurra3tITMfFUnL5XJfPp//WQXUlOTHIAj6Nuq8JhMpX+mfnnj4ke/7WwF8FQ3DMDyZy+WeJY26nl2xWDxh2/ZTAN8rlUq3AKRhDDO/1lof+hfn8VljzCsiOiiXL4D78t4yc1ZrbTYD4HneqGVZ0qQPBCDybA+CYL/jOG83AxA9qYvMvCIA3gynDUdF/Hr9J8jLX/iKSZDcqyEKAAAAAElFTkSuQmCC) no-repeat;background-size:.32rem;background-position:0}.towncontent[data-v-7b98c5b3]{font-size:.37333rem;font-weight:700;padding-left:.53333rem;line-height:.53333rem}.uploadTime[data-v-7b98c5b3]{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAADIElEQVRIS5VWMWjVUBQ9N4kfhw4OFX7BoYOgIt0qKHawqGDRQVFQB0Gw8N7nQ1V0UFD8YAcFRS2myYuKg4JCCxYcFBwUVBDqoNhBsOKiJBShHUqxmObK/SQSY/ubZgy559x73znnhbCCx3XdNtu2RxzHGezv739bppTKfCTfNBoNp6OjYwTAfgCTYRhuajQa8XL1pQgEvFqtPiKiQ8wcEVGvUupzBh4EwWYA7XEcz05NTX3MEy9LkAcHMANgWwZujNkL4CaA9RmZNADggtb6nrxrSVDofJaI+pRSb6TQ9/2TRCTg8kwCeA9gHYCe9N0VpdT5JQnKgjPzuSiKrmdrcV23x3GcJ7IyItqxKMEKwE9prW8VD9rzvCOWZT0CMLYogTHmDoB+Zi6u5TARPRZAZl4UPFNctVqdJqJf/xH4vn+DiE4VwYMgOJgkyWMiclqBZ9MYY6aZue0fgpLg57TWVwVoeHh4Q6VSaS+azvf9biIaZ+aJvwQ5cDHPUa31qIDkOxdJKqVOZ+CWZb0C0AagV2stKkLq9hdEtFXk2iTwff8EEd1l5hWBE1EVwJs4jvvq9fqsgDuO8yyV6uTc3NwWcl236jjONwCrmfmY1vphmc5bgefdTsaYSxI1Iiml1IF0op0AnsuB5tcyNDS0rlKpjBfB8zlVjBIhGAfQzcx9Wuvnnud1EtEnIpLd/t15OulLABvza1kup4RgGsAaAGuVUj+NMWcAXMtPlAdn5ncLCwu7ZeeLGHJLPgSbWeT7/m9ZRRiGq8TuQRBcZuYLAJpZUuj8cxzHvfV6PWrl9ryzZYIvkoZJknTVarUJz/P2WZb1FMAvZhap9hBRJ4AVg2cT3Cei48w8qLW+mCrIY2ad6+RDKsXSnWe15HneDsuy5PBm5ufnuwYGBr6nhumxbXs7gK9RFI1lablUTi11szWNZowRc+yRNSRJsqtWq/0oFqQ7v5NO+08Itro2M4J2AK9TCc4w820Ao7ZtR0mSiFx3ATgrZ1UMwdJ3sjFGSB6kkyxVN8nMklPN3Cnz/BfXqYoOp3nSmTpzQiYKw/BemT+JPPEfYaYm1e6LufYAAAAASUVORK5CYII=) no-repeat;background-size:.32rem;background-position:0}.enclosureBox[data-v-7b98c5b3]{padding:.42667rem;background:#f8f8f8;border-radius:.10667rem;margin:.32rem 0}.singleEnclosure[data-v-7b98c5b3]{display:flex;align-items:center;justify-content:space-between;margin-bottom:.21333rem}.enclosureBox .enclosureTitle[data-v-7b98c5b3]{font-size:.4rem;font-weight:600;color:#333;flex:1}.imgBox[data-v-7b98c5b3]{width:.66667rem;height:.66667rem;flex-shrink:0;margin-left:.53333rem}
.statusP[data-v-978b6aee]{margin-top:.21333rem!important;font-size:.34667rem!important}.commonEle[data-v-978b6aee]{padding:.42667rem .32rem;background:#fff;margin-bottom:.32rem}.top h5[data-v-978b6aee]{font-size:.42667rem;letter-spacing:.02667rem;color:#333;margin-bottom:.32rem}.top p[data-v-978b6aee]{font-size:.32rem;color:#333;line-height:.48rem;font-weight:400}.item[data-v-978b6aee]{padding-left:.53333rem;font-size:.32rem;color:#999;margin-bottom:.10667rem}.date[data-v-978b6aee]{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAC2UlEQVRIS61Wz0tUURT+vvcETYQMWrQIyr0tAv+AIFvXIkhRaQKbM6NmSkFCRUpBbkLFH/PuIGg00ixaFLQJXfgHuAhq56YgyIWQgUw6zHsnrr1X4zijT+it3n333vOd851zvvOIQ575+flzpVKpg2S7qraSPGOPq+oGyc+qulJXV5fv7e39WssMq21Yw77vj6vqdZJ1ZWd2wveG6Juqlki+cV13pBrQAQBjzE1VnSHZBGALQM73/Xe7u7trw8PDdo2JiYnm+vr6Ntd1rwLoBtCsqtskB0TkZbnT+wA8z7tLcjI8MANgTEQ27Xp2drbJdd3LGxsbH0ZHR6NIYIw5DeAJgIGQvqFUKjUVgfwFsJ4DWLQhA7iVSqVy5Z5ks9mnqvoIwH0ReVFJred5NpKFkNJEFMkeQCaTOU/yk6VFVXsqjdsznufZywkAoyIyVi13FoTkK0uXql5Ip9Nf9gCMMa8BdACYEZE7NS4fCRDamg7pyotIJ0Pv10luFwqFliiRVSiIC2Bzsq6qTcVisYXGmIcAngGYFJHhWvUch6LorjFmLwpVHbEAywDafd+/0tfXt/I/AObm5tpd111W1ff0PO+77dBCoXCqFj1xkxw5Z/uksbHxx17HG2MUwI6InDhMNiKKVHWV5GqNs5siMhsm+xeAhtgAxpgJAEOHOWH3SqXSxf7+/o/GmD8AcSmy1eY4zj1bHVVANm0VktxKJpNTlRTFSvJRnpfvVyb5Acnxo8r0OAD7yjRuo8UFCMXvX6PFlYpjAERSkRORngNiR7I7mUwuxTVYobhdqpo7IHahoiYcx1mwcu04TuK4INlstisIgkUr10EQdKbT6by1G3vg1Ioo9sCJDGQymQTJ6fKRqapvSa6JyM8wZydVtY3ktfKRqaq3I88je1WHfthUz48x9PNBEDy2A6Yy0qoAZdHYSXeD5CUArQDOhnvfANjfltVisbg0ODho11Wf3y3rwDI1XzfhAAAAAElFTkSuQmCC) no-repeat;background-size:.32rem;background-position:0}.dateContent[data-v-978b6aee]{font-size:.37333rem;font-weight:700;margin-bottom:.32rem;padding-left:.53333rem;line-height:.53333rem}.town[data-v-978b6aee]{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAC7klEQVRIS7WVP2gUURDGv9m9hBBSWAheYWEgYgRBBQMKCooKERKwMJUBGy/v3W2CphAUUpwoKFjEcNnbt7kUFrGKoKCgoEJAQSEBFQQVAwZszs5CDkl2MzLHrpxyfzYYX7f75s1v5nsz8wgtVqlU2haG4SiA0wB2iDkRLTPzI9u2pzOZzLdmLqjZpu/755h5moi66tkx8w/LsvTIyMjdRn4aAmZmZs4y81x0cI6Zp7TWS/JtjDlARBcADEcZDTeC1AW4rpu2bfuzRM7MF7XWU/UiNMZcIKLbkkkYhjsdxyn/bVcXYIy5RkQTorPWerCZjMaYh0Q0ACCvlLqaCOD7/gsAh5l5SGt9rwXgDBHNM/OC1vpYUsAXqZjV1dXdY2NjH5sBCoVCb3t7+wcAK0qp7qSARQAHmPmU1vpJiwz6iegxgCWlVF9SwCSAiwBmlVKZFqVcAnAewG2l1HgigOd5e4joTWTcr7V+3qCKjgOoZsjM+7PZ7PtEADHyff8GgMsAfgKYCILAdxznh+y5rtuVSqUUgOsAOgDcVEpdqRdEq04uAJAxIUtA8YX3Ro7l/7RSamzDnWyM2RvdwzARpRqMioCI7sg40Vq/S5TB5OTkls7OzlvRxVXPMLNou0RE1U5l5rRUGRHtqXE6W6lULo2Pj3+vBf0hUbFY3GVZ1hMikqkpkpj19fWpbDa7Ui86z/N2WJYlM0lHki2HYTiQy+U+xfa/AZHzBSKS6N4GQTDkOM5ysxKN91zX7UmlUvMA9jFzOQzDI/HZKiCfz3ek0+lFSZmIFtbW1gbjikkCiCurra3tITMfFUnL5XJfPp//WQXUlOTHIAj6Nuq8JhMpX+mfnnj4ke/7WwF8FQ3DMDyZy+WeJY26nl2xWDxh2/ZTAN8rlUq3AKRhDDO/1lof+hfn8VljzCsiOiiXL4D78t4yc1ZrbTYD4HneqGVZ0qQPBCDybA+CYL/jOG83AxA9qYvMvCIA3gynDUdF/Hr9J8jLX/iKSZDcqyEKAAAAAElFTkSuQmCC) no-repeat;background-size:.32rem;background-position:0}.towncontent[data-v-978b6aee]{font-size:.37333rem;font-weight:700;padding-left:.53333rem;line-height:.53333rem}.uploadTime[data-v-978b6aee]{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAADIElEQVRIS5VWMWjVUBQ9N4kfhw4OFX7BoYOgIt0qKHawqGDRQVFQB0Gw8N7nQ1V0UFD8YAcFRS2myYuKg4JCCxYcFBwUVBDqoNhBsOKiJBShHUqxmObK/SQSY/ubZgy559x73znnhbCCx3XdNtu2RxzHGezv739bppTKfCTfNBoNp6OjYwTAfgCTYRhuajQa8XL1pQgEvFqtPiKiQ8wcEVGvUupzBh4EwWYA7XEcz05NTX3MEy9LkAcHMANgWwZujNkL4CaA9RmZNADggtb6nrxrSVDofJaI+pRSb6TQ9/2TRCTg8kwCeA9gHYCe9N0VpdT5JQnKgjPzuSiKrmdrcV23x3GcJ7IyItqxKMEKwE9prW8VD9rzvCOWZT0CMLYogTHmDoB+Zi6u5TARPRZAZl4UPFNctVqdJqJf/xH4vn+DiE4VwYMgOJgkyWMiclqBZ9MYY6aZue0fgpLg57TWVwVoeHh4Q6VSaS+azvf9biIaZ+aJvwQ5cDHPUa31qIDkOxdJKqVOZ+CWZb0C0AagV2stKkLq9hdEtFXk2iTwff8EEd1l5hWBE1EVwJs4jvvq9fqsgDuO8yyV6uTc3NwWcl236jjONwCrmfmY1vphmc5bgefdTsaYSxI1Iiml1IF0op0AnsuB5tcyNDS0rlKpjBfB8zlVjBIhGAfQzcx9Wuvnnud1EtEnIpLd/t15OulLABvza1kup4RgGsAaAGuVUj+NMWcAXMtPlAdn5ncLCwu7ZeeLGHJLPgSbWeT7/m9ZRRiGq8TuQRBcZuYLAJpZUuj8cxzHvfV6PWrl9ryzZYIvkoZJknTVarUJz/P2WZb1FMAvZhap9hBRJ4AVg2cT3Cei48w8qLW+mCrIY2ad6+RDKsXSnWe15HneDsuy5PBm5ufnuwYGBr6nhumxbXs7gK9RFI1lablUTi11szWNZowRc+yRNSRJsqtWq/0oFqQ7v5NO+08Itro2M4J2AK9TCc4w820Ao7ZtR0mSiFx3ATgrZ1UMwdJ3sjFGSB6kkyxVN8nMklPN3Cnz/BfXqYoOp3nSmTpzQiYKw/BemT+JPPEfYaYm1e6LufYAAAAASUVORK5CYII=) no-repeat;background-size:.32rem;background-position:0}.enclosureBox[data-v-978b6aee]{padding:.42667rem;background:#f8f8f8;border-radius:.10667rem;margin:.32rem 0}.singleEnclosure[data-v-978b6aee]{display:flex;align-items:center;justify-content:space-between;margin-bottom:.21333rem}.enclosureBox .enclosureTitle[data-v-978b6aee]{font-size:.4rem;font-weight:600;color:#333;flex:1}.imgBox[data-v-978b6aee]{width:.66667rem;height:.66667rem;flex-shrink:0;margin-left:.53333rem}

File diff suppressed because one or more lines are too long

Some files were not shown because too many files have changed in this diff Show More