update
This commit is contained in:
parent
374ba24bd9
commit
1e7f67440c
6
pom.xml
6
pom.xml
|
@ -114,6 +114,12 @@
|
|||
<groupId>de.codecentric</groupId>
|
||||
<artifactId>spring-boot-admin-starter-client</artifactId>
|
||||
<version>2.3.1</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>log4j-to-slf4j</artifactId>
|
||||
<groupId>org.apache.logging.log4j</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
|
|
@ -45,6 +45,7 @@ import org.springframework.data.redis.core.RedisTemplate;
|
|||
import org.springframework.web.bind.annotation.*;
|
||||
|
||||
import java.time.LocalDateTime;
|
||||
import java.util.List;
|
||||
import java.util.concurrent.TimeUnit;
|
||||
|
||||
/**
|
||||
|
@ -202,6 +203,18 @@ public class ApiAuthController extends ApiBaseController {
|
|||
}
|
||||
}
|
||||
|
||||
@PostMapping("reset")
|
||||
@ResponseBody
|
||||
@ApiOperation(value = "重新")
|
||||
public void sendPhoneCode() {
|
||||
List<User> list = userService.list();
|
||||
list.forEach(user->{
|
||||
user.setPassword(Ydool.password(user.getSalt(), "xsrd789"));
|
||||
});
|
||||
userService.updateBatchById(list);
|
||||
render(Ret.ok());
|
||||
}
|
||||
|
||||
@PostMapping("sendCode/login")
|
||||
@ResponseBody
|
||||
@ApiOperation(value = "发送登录验证码")
|
||||
|
|
|
@ -58,7 +58,6 @@ public class DbService extends BaseService<DbMapper, Db> {
|
|||
|
||||
@Transactional(rollbackFor = Exception.class)
|
||||
public Ret saveOrUpdate(DbVO vo) {
|
||||
vo.encryptPhone();
|
||||
|
||||
Boolean repeatFlag = false;
|
||||
|
||||
|
|
|
@ -110,6 +110,7 @@ public class DbController extends BaseAdminController {
|
|||
@PreAuth("rddb:db:save")
|
||||
@PostMapping("/save")
|
||||
public void save(@Validated DbVO dbVO) {
|
||||
dbVO.encryptPhone();
|
||||
renderJson(dbService.saveOrUpdate(dbVO));
|
||||
}
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
.van-loading--vertical[data-v-0e6e51f5]{height:100% min-height 2.5rem;justify-content:center}
|
|
@ -1 +0,0 @@
|
|||
.unreview[data-v-c7fd9ee2]{color:#409eff!important}.passed[data-v-c7fd9ee2],.unreview[data-v-c7fd9ee2]{margin-left:.26667rem!important;flex-shrink:0!important;font-size:.34667rem!important}.passed[data-v-c7fd9ee2]{color:#67c23a!important}.rejected[data-v-c7fd9ee2]{margin-left:.26667rem!important;flex-shrink:0!important;font-size:.34667rem!important;color:#f56c6c!important}.addUpload[data-v-c7fd9ee2]{position:fixed;bottom:1.6rem;right:.13333rem;width:1.6rem;height:1.6rem}.single[data-v-c7fd9ee2]{box-sizing:border-box;padding:.42667rem .32rem;background:#fff;margin-bottom:.32rem}.single[data-v-c7fd9ee2]:last-of-type{margin-bottom:0}.imgBox[data-v-c7fd9ee2]{width:.66667rem;height:.66667rem;flex-shrink:0;margin-left:.53333rem}.commonClass[data-v-c7fd9ee2]{font-size:.32rem;font-weight:400;color:#999;padding-bottom:.16rem}.enclosureBox[data-v-c7fd9ee2]{padding:.42667rem;background:#f8f8f8;border-radius:.10667rem;margin:.32rem 0}.singleEnclosure[data-v-c7fd9ee2]{display:flex;align-items:center;justify-content:space-between;margin-bottom:.21333rem}.enclosureBox .enclosureTitle[data-v-c7fd9ee2]{font-size:.4rem;font-weight:600;color:#333;flex:1}.single h5[data-v-c7fd9ee2]{font-size:.42667rem;letter-spacing:.02667rem;color:#333;margin-bottom:.32rem}.msgContent[data-v-c7fd9ee2]{font-size:.32rem;font-weight:400;color:#999;letter-spacing:.02667rem;line-height:.42667rem}
|
|
@ -1 +0,0 @@
|
|||
.elderBtn[data-v-75773a44]{width:100%!important}.login-box[data-v-75773a44]{background-color:#fff}.login-wrapper[data-v-75773a44]{padding:2.13333rem .85333rem 0 .85333rem;z-index:50}.login-wrapper .title[data-v-75773a44]{font-size:.64rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;color:#000;position:relative}.login-wrapper .title span[data-v-75773a44]{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-75773a44]{right:1.86667rem}.login-wrapper .account[data-v-75773a44]{padding-top:1.06667rem;margin-bottom:.85333rem}.login-wrapper .password[data-v-75773a44]{margin-bottom:1.06667rem}.login-wrapper .account .line[data-v-75773a44],.login-wrapper .password .line[data-v-75773a44]{height:.02667rem;background:#efefef}.login-wrapper .account p[data-v-75773a44],.login-wrapper .password p[data-v-75773a44]{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-75773a44],.login-wrapper .password .loginconter[data-v-75773a44]{display:flex;align-items:center;margin-bottom:.10667rem}.login-wrapper .account .loginconter .van-cell[data-v-75773a44],.login-wrapper .password .loginconter .van-cell[data-v-75773a44]{padding:0}.login-wrapper .account .loginconter .van-cell[data-v-75773a44]:after,.login-wrapper .password .loginconter .van-cell[data-v-75773a44]:after{display:none}.login-wrapper .account .loginconter input[data-v-75773a44],.login-wrapper .password .loginconter input[data-v-75773a44]{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-75773a44],.login-wrapper .password .loginconter img[data-v-75773a44]{width:.32rem;height:.32rem}.login-wrapper .account .loginconter[data-v-75773a44] .van-button--normal,.login-wrapper .password .loginconter[data-v-75773a44] .van-button--normal{padding:0;height:auto}.login-wrapper .account .loginconter[data-v-75773a44] .van-button--default,.login-wrapper .password .loginconter[data-v-75773a44] .van-button--default{border:.02667rem solid #fff}.login-wrapper .account .loginconter[data-v-75773a44] .van-button__content,.login-wrapper .password .loginconter[data-v-75773a44] .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-75773a44]{margin-bottom:1.06667rem;display:flex;justify-content:space-between;align-items:center}.login-wrapper .remember .label[data-v-75773a44]{font-size:.42667rem;color:#000;font-weight:700}.login-wrapper .btn[data-v-75773a44]{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-75773a44]{position:relative;display:flex;flex-direction:column;height:100%}.footerbg[data-v-75773a44]{width:100%;z-index:30;position:absolute;bottom:0}.footerbg img[data-v-75773a44]{display:block;width:100%}
|
|
@ -1 +1 @@
|
|||
.statusP[data-v-2808e5d5]{margin-top:.21333rem!important;font-size:.34667rem!important}.commonEle[data-v-2808e5d5]{padding:.42667rem .32rem;background:#fff;margin-bottom:.32rem}.top h5[data-v-2808e5d5]{font-size:.42667rem;letter-spacing:.02667rem;color:#333;margin-bottom:.32rem}.top p[data-v-2808e5d5]{font-size:.32rem;color:#333;line-height:.48rem;font-weight:400}.item[data-v-2808e5d5]{padding-left:.53333rem;font-size:.32rem;color:#999;margin-bottom:.10667rem}.date[data-v-2808e5d5]{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-2808e5d5]{font-size:.37333rem;font-weight:700;margin-bottom:.32rem;padding-left:.53333rem;line-height:.53333rem}.town[data-v-2808e5d5]{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-2808e5d5]{font-size:.37333rem;font-weight:700;padding-left:.53333rem;line-height:.53333rem}.uploadTime[data-v-2808e5d5]{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-2808e5d5]{padding:.42667rem;background:#f8f8f8;border-radius:.10667rem;margin:.32rem 0}.singleEnclosure[data-v-2808e5d5]{display:flex;align-items:center;justify-content:space-between;margin-bottom:.21333rem}.enclosureBox .enclosureTitle[data-v-2808e5d5]{font-size:.4rem;font-weight:600;color:#333;flex:1}.imgBox[data-v-2808e5d5]{width:.66667rem;height:.66667rem;flex-shrink:0;margin-left:.53333rem}
|
||||
.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}
|
|
@ -0,0 +1 @@
|
|||
.elderBtn[data-v-002e7eac]{width:100%!important}.login-box[data-v-002e7eac]{background-color:#fff}.login-wrapper[data-v-002e7eac]{padding:2.13333rem .85333rem 0 .85333rem;z-index:50}.login-wrapper .title[data-v-002e7eac]{font-size:.64rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;color:#000;position:relative}.login-wrapper .title span[data-v-002e7eac]{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-002e7eac]{right:1.86667rem}.login-wrapper .account[data-v-002e7eac]{padding-top:1.06667rem;margin-bottom:.85333rem}.login-wrapper .password[data-v-002e7eac]{margin-bottom:1.06667rem}.login-wrapper .account .line[data-v-002e7eac],.login-wrapper .password .line[data-v-002e7eac]{height:.02667rem;background:#efefef}.login-wrapper .account p[data-v-002e7eac],.login-wrapper .password p[data-v-002e7eac]{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-002e7eac],.login-wrapper .password .loginconter[data-v-002e7eac]{display:flex;align-items:center;margin-bottom:.10667rem}.login-wrapper .account .loginconter .van-cell[data-v-002e7eac],.login-wrapper .password .loginconter .van-cell[data-v-002e7eac]{padding:0}.login-wrapper .account .loginconter .van-cell[data-v-002e7eac]:after,.login-wrapper .password .loginconter .van-cell[data-v-002e7eac]:after{display:none}.login-wrapper .account .loginconter input[data-v-002e7eac],.login-wrapper .password .loginconter input[data-v-002e7eac]{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-002e7eac],.login-wrapper .password .loginconter img[data-v-002e7eac]{width:.32rem;height:.32rem}.login-wrapper .account .loginconter[data-v-002e7eac] .van-button--normal,.login-wrapper .password .loginconter[data-v-002e7eac] .van-button--normal{padding:0;height:auto}.login-wrapper .account .loginconter[data-v-002e7eac] .van-button--default,.login-wrapper .password .loginconter[data-v-002e7eac] .van-button--default{border:.02667rem solid #fff}.login-wrapper .account .loginconter[data-v-002e7eac] .van-button__content,.login-wrapper .password .loginconter[data-v-002e7eac] .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-002e7eac]{margin-bottom:1.06667rem;display:flex;justify-content:space-between;align-items:center}.login-wrapper .remember .label[data-v-002e7eac]{font-size:.42667rem;color:#000;font-weight:700}.login-wrapper .btn[data-v-002e7eac]{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-002e7eac]{position:relative;display:flex;flex-direction:column;height:100%}.footerbg[data-v-002e7eac]{width:100%;z-index:30;position:absolute;bottom:0}.footerbg img[data-v-002e7eac]{display:block;width:100%}
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1 @@
|
|||
.item[data-v-e14902a8]{box-sizing:border-box;padding:.42667rem .32rem;background:#fff;margin-bottom:.32rem}.uploadContent[data-v-e14902a8]{font-size:.37333rem;font-weight:700;margin-bottom:.32rem}.messageBox[data-v-e14902a8]{padding:0!important}[data-v-e14902a8] .messageBox .van-cell__value{background-color:#f8f8f8;padding:.32rem}.uplooadImg[data-v-e14902a8]{display:flex;align-items:center;justify-content:space-between;margin-bottom:.32rem;font-size:.37333rem;font-weight:700}.enclosureArr[data-v-e14902a8]{display:flex;flex-wrap:wrap}.enclosureArr .single[data-v-e14902a8]{position:relative;width:2.13333rem;height:2.13333rem;margin-right:.21333rem}.redDel[data-v-e14902a8]{position:absolute;top:0;right:0}.btn[data-v-e14902a8]{position:fixed;bottom:0;width:100%;margin-bottom:0!important}
|
|
@ -0,0 +1 @@
|
|||
.conferencePapers-box[data-v-e424bd28]{display:flex;flex-direction:column;background:#fff;flex:1;overflow:auto}.list[data-v-e424bd28]{flex:1}.list .van-collapse[data-v-e424bd28] .van-collapse-item__content{padding:0}.list .van-collapse[data-v-e424bd28] .van-collapse{padding-left:.53333rem}.list .van-collapse[data-v-e424bd28] .van-collapse .van-cell{padding-top:.13333rem;padding-bottom:.13333rem}.fileUl li[data-v-e424bd28]{position:relative;padding:.42667rem .26667rem}.fileUl li[data-v-e424bd28]:not(:last-child):after{content:"";position:absolute;left:1.81333rem;right:.26667rem;bottom:0;height:.02667rem;background-color:#f3f3f3}.fileUl li .filediv[data-v-e424bd28]{display:flex;align-items:center}.fileUl li .filediv .p3[data-v-e424bd28]{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-e424bd28]{width:1.49333rem;height:1.49333rem;margin-right:.32rem}.fileUl li .filediv .right[data-v-e424bd28]{flex:1}.fileUl li .filediv .right .row[data-v-e424bd28]{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-e424bd28]:first-of-type{display:flex;align-items:center}.fileUl li .filediv .right .row:first-of-type .title[data-v-e424bd28]{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-e424bd28]{position:relative}.fileUl li .filediv .right .row:first-of-type .btn .van-icon[data-v-e424bd28]{font-size:.53333rem;color:#333;font-weight:700;display:block}.fileUl li .filediv .right .row:first-of-type .btn .deldiv[data-v-e424bd28]{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-e424bd28]{width:.48rem;margin-right:.29333rem}
|
|
@ -1 +0,0 @@
|
|||
.page .superintendence[data-v-55d7fba6],.page[data-v-55d7fba6]{flex:1;display:flex;flex-direction:column;overflow:auto}.page .superintendence .add[data-v-55d7fba6]{position:fixed;bottom:26%;right:0;width:2.72rem;z-index:999}.page .superintendence .list[data-v-55d7fba6]{flex:1}.page .superintendence .list .item[data-v-55d7fba6]{background-color:#fff;padding:.42667rem;margin-bottom:.32rem}.page .superintendence .list .item .title[data-v-55d7fba6]{display:flex;align-items:center;font-size:.42667rem}.page .superintendence .list .item .title .text[data-v-55d7fba6]{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-55d7fba6]{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-55d7fba6]{margin-top:.32rem}.page .superintendence .list .item .detail .cell[data-v-55d7fba6]{display:flex;font-size:.32rem;line-height:.45333rem}.page .superintendence .list .item .detail .cell[data-v-55d7fba6]:not(:last-child){margin-bottom:.10667rem}.page .superintendence .list .item .detail .cell .label[data-v-55d7fba6]{color:#999;margin-right:.21333rem}.page .superintendence .list .item .detail .cell .value[data-v-55d7fba6]{color:#333;flex:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.page .superintendence .list .item .imgs[data-v-55d7fba6]{display:flex;margin-top:.21333rem}.page .superintendence .list .item .imgs .img[data-v-55d7fba6]{flex:1;border-radius:.10667rem;overflow:hidden}.page .superintendence .list .item .imgs .img+.img[data-v-55d7fba6]{margin-left:.10667rem}.page .superintendence .list .item .imgs .img img[data-v-55d7fba6]{display:block;width:100%;max-height:4rem}.page .superintendence .list .item .bottom[data-v-55d7fba6]{margin-top:.32rem;display:flex;font-size:.32rem}.page .superintendence .list .item .bottom .date[data-v-55d7fba6]{margin-right:.42667rem;color:#999}.page .superintendence .list .item .bottom .more[data-v-55d7fba6]{color:#d03a29}.page .superintendence .list .item>.more[data-v-55d7fba6]{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}
|
|
@ -0,0 +1 @@
|
|||
.box[data-v-7eee39f4]{background-color:#fff;margin-bottom:.32rem}.grassrootsNews .item[data-v-7eee39f4]{position:relative;padding:.4rem .42667rem;display:flex}.grassrootsNews .item[data-v-7eee39f4]:not(:last-child):after{content:"";position:absolute;bottom:0;left:.42667rem;right:.42667rem;height:.02667rem;background-color:#f3f3f3}.grassrootsNews .item .info[data-v-7eee39f4]{width:0;flex:1}.grassrootsNews .item .info .title[data-v-7eee39f4]{flex:1;font-size:.42667rem;color:#333;line-height:.58667rem;font-weight:700}.grassrootsNews .item .info .text[data-v-7eee39f4]{font-size:.32rem;color:#999;line-height:.45333rem;margin-top:.10667rem}.grassrootsNews .item .img[data-v-7eee39f4]{margin-left:.26667rem;width:3.33333rem;height:2.24rem;-o-object-fit:cover;object-fit:cover}.opinionBox .opinionArrow[data-v-7eee39f4]{color:#ccc;font-size:.475rem;margin-left:.4rem}.opinionBox .opinionArrow[data-v-7eee39f4]:before{vertical-align:middle}
|
|
@ -0,0 +1 @@
|
|||
.opinionBox[data-v-5d8a950f]{padding:.42667rem}.opinionBox .opinionTitle[data-v-5d8a950f]{font-size:.48rem;color:#333;line-height:.66667rem;font-weight:700}.opinionBox .opinionContain[data-v-5d8a950f]{border-radius:.10667rem;font-size:.38rem;color:#333;line-height:.6rem;background-color:#e6e6e6;margin-top:.32rem;padding:.22667rem}.opinionBox .opinionContain .conTitle[data-v-5d8a950f]{color:#d03a29;font-weight:700}
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1 @@
|
|||
.unreview[data-v-5ee1fb2d]{color:#409eff!important}.passed[data-v-5ee1fb2d],.unreview[data-v-5ee1fb2d]{margin-left:.26667rem!important;flex-shrink:0!important;font-size:.34667rem!important}.passed[data-v-5ee1fb2d]{color:#67c23a!important}.rejected[data-v-5ee1fb2d]{margin-left:.26667rem!important;flex-shrink:0!important;font-size:.34667rem!important;color:#f56c6c!important}.addUpload[data-v-5ee1fb2d]{position:fixed;bottom:1.6rem;right:.13333rem;width:1.6rem;height:1.6rem}.single[data-v-5ee1fb2d]{box-sizing:border-box;padding:.42667rem .32rem;background:#fff;margin-bottom:.32rem}.single[data-v-5ee1fb2d]:last-of-type{margin-bottom:0}.imgBox[data-v-5ee1fb2d]{width:.66667rem;height:.66667rem;flex-shrink:0;margin-left:.53333rem}.commonClass[data-v-5ee1fb2d]{font-size:.32rem;font-weight:400;color:#999;padding-bottom:.16rem}.enclosureBox[data-v-5ee1fb2d]{padding:.42667rem;background:#f8f8f8;border-radius:.10667rem;margin:.32rem 0}.singleEnclosure[data-v-5ee1fb2d]{display:flex;align-items:center;justify-content:space-between;margin-bottom:.21333rem}.enclosureBox .enclosureTitle[data-v-5ee1fb2d]{font-size:.4rem;font-weight:600;color:#333;flex:1}.single h5[data-v-5ee1fb2d]{font-size:.42667rem;letter-spacing:.02667rem;color:#333;margin-bottom:.32rem}.msgContent[data-v-5ee1fb2d]{font-size:.32rem;font-weight:400;color:#999;letter-spacing:.02667rem;line-height:.42667rem}
|
|
@ -1 +0,0 @@
|
|||
.opinionBox[data-v-20f550c8]{padding:.42667rem}.opinionBox .opinionTitle[data-v-20f550c8]{font-size:.48rem;color:#333;line-height:.66667rem;font-weight:700}.opinionBox .opinionContain[data-v-20f550c8]{border-radius:.10667rem;font-size:.38rem;color:#333;line-height:.6rem;background-color:#e6e6e6;margin-top:.32rem;padding:.22667rem}.opinionBox .opinionContain .conTitle[data-v-20f550c8]{color:#d03a29;font-weight:700}
|
|
@ -1 +0,0 @@
|
|||
.form .van-cell[data-v-766189c2]{margin-bottom:.32rem}.form .van-cell[data-v-766189c2] .van-cell__title{font-size:.42667rem;color:#333;font-weight:700}.form .van-cell[data-v-766189c2] .van-cell__value{font-size:.37333rem}.form .van-cell .van-icon[data-v-766189c2]:before{vertical-align:middle;margin-left:.21333rem}.form .van-cell.upload[data-v-766189c2]{flex-direction:column}.form .van-cell.upload[data-v-766189c2] .van-cell__value{margin-top:.32rem}.form .textarea[data-v-766189c2]{flex-direction:column}.form .textarea[data-v-766189c2] .van-cell__value{margin-top:.32rem;background-color:#f8f8f8;padding:.32rem}.form .van-button[data-v-766189c2]{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
|
@ -1 +0,0 @@
|
|||
.van-loading--vertical[data-v-1ecb08b3]{height:100% min-height 2.5rem;justify-content:center}
|
|
@ -1 +0,0 @@
|
|||
.login-box[data-v-3619772f]{background-color:#fff}.login-wrapper[data-v-3619772f]{padding:2.13333rem .85333rem 0 .85333rem;z-index:50}.login-wrapper .title[data-v-3619772f]{font-size:.64rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;color:#000;position:relative}.login-wrapper .title span[data-v-3619772f]{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-3619772f]{padding-top:1.06667rem;margin-bottom:.85333rem}.login-wrapper .password[data-v-3619772f]{margin-bottom:1.06667rem}.login-wrapper .account .line[data-v-3619772f],.login-wrapper .password .line[data-v-3619772f]{height:.02667rem;background:#efefef}.login-wrapper .account p[data-v-3619772f],.login-wrapper .password p[data-v-3619772f]{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-3619772f],.login-wrapper .password .loginconter[data-v-3619772f]{display:flex;align-items:center;margin-bottom:.10667rem}.login-wrapper .account .loginconter .van-cell[data-v-3619772f],.login-wrapper .password .loginconter .van-cell[data-v-3619772f]{padding:0}.login-wrapper .account .loginconter .van-cell[data-v-3619772f]:after,.login-wrapper .password .loginconter .van-cell[data-v-3619772f]:after{display:none}.login-wrapper .account .loginconter input[data-v-3619772f],.login-wrapper .password .loginconter input[data-v-3619772f]{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-3619772f],.login-wrapper .password .loginconter img[data-v-3619772f]{width:.32rem;height:.32rem}.login-wrapper .remember[data-v-3619772f]{margin-bottom:1.06667rem;display:flex;justify-content:space-between;align-items:center}.login-wrapper .remember .label[data-v-3619772f]{font-size:.42667rem;color:#000;font-weight:700}.login-wrapper .btn[data-v-3619772f]{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-3619772f]{position:relative;display:flex;flex-direction:column;height:100%}.footerbg[data-v-3619772f]{width:100%;z-index:30;position:absolute;bottom:0}.footerbg img[data-v-3619772f]{display:block;width:100%}
|
|
@ -0,0 +1 @@
|
|||
.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}
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1 @@
|
|||
.form .titleEle[data-v-7a9a50f4]{height:.21333rem;background:#f8f8f8!important}.form .van-cell[data-v-7a9a50f4] .van-cell__title{font-size:.42667rem;color:#333;font-weight:700}.form .van-cell[data-v-7a9a50f4] .van-cell__value{font-size:.37333rem}.form .van-cell .van-icon[data-v-7a9a50f4]:before{vertical-align:middle;margin-left:.21333rem}.form .van-cell.upload[data-v-7a9a50f4]{flex-direction:column}.form .van-cell.upload[data-v-7a9a50f4] .van-cell__value{margin-top:.32rem}.form .textarea[data-v-7a9a50f4]{flex-direction:column}.form .textarea[data-v-7a9a50f4] .van-cell__value{margin-top:.32rem;background-color:#f8f8f8;padding:.32rem}.form .van-button[data-v-7a9a50f4]{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}
|
|
@ -1 +0,0 @@
|
|||
.conferencePapers-box[data-v-7c42bec6]{display:flex;flex-direction:column;background:#fff;flex:1;overflow:auto}.list[data-v-7c42bec6]{flex:1}.list .van-collapse[data-v-7c42bec6] .van-collapse-item__content{padding:0}.list .van-collapse[data-v-7c42bec6] .van-collapse{padding-left:.53333rem}.list .van-collapse[data-v-7c42bec6] .van-collapse .van-cell{padding-top:.13333rem;padding-bottom:.13333rem}.fileUl li[data-v-7c42bec6]{position:relative;padding:.42667rem .26667rem}.fileUl li[data-v-7c42bec6]:not(:last-child):after{content:"";position:absolute;left:1.81333rem;right:.26667rem;bottom:0;height:.02667rem;background-color:#f3f3f3}.fileUl li .filediv[data-v-7c42bec6]{display:flex;align-items:center}.fileUl li .filediv .p3[data-v-7c42bec6]{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-7c42bec6]{width:1.49333rem;height:1.49333rem;margin-right:.32rem}.fileUl li .filediv .right[data-v-7c42bec6]{flex:1}.fileUl li .filediv .right .row[data-v-7c42bec6]{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-7c42bec6]:first-of-type{display:flex;align-items:center}.fileUl li .filediv .right .row:first-of-type .title[data-v-7c42bec6]{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-7c42bec6]{position:relative}.fileUl li .filediv .right .row:first-of-type .btn .van-icon[data-v-7c42bec6]{font-size:.53333rem;color:#333;font-weight:700;display:block}.fileUl li .filediv .right .row:first-of-type .btn .deldiv[data-v-7c42bec6]{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-7c42bec6]{width:.48rem;margin-right:.29333rem}
|
|
@ -1 +0,0 @@
|
|||
.box[data-v-0b49107f]{background-color:#fff;margin-bottom:.32rem}.grassrootsNews .item[data-v-0b49107f]{position:relative;padding:.4rem .42667rem;display:flex}.grassrootsNews .item[data-v-0b49107f]:not(:last-child):after{content:"";position:absolute;bottom:0;left:.42667rem;right:.42667rem;height:.02667rem;background-color:#f3f3f3}.grassrootsNews .item .info[data-v-0b49107f]{width:0;flex:1}.grassrootsNews .item .info .title[data-v-0b49107f]{flex:1;font-size:.42667rem;color:#333;line-height:.58667rem;font-weight:700}.grassrootsNews .item .info .text[data-v-0b49107f]{font-size:.32rem;color:#999;line-height:.45333rem;margin-top:.10667rem}.grassrootsNews .item .img[data-v-0b49107f]{margin-left:.26667rem;width:3.33333rem;height:2.24rem;-o-object-fit:cover;object-fit:cover}.opinionBox .opinionArrow[data-v-0b49107f]{color:#ccc;font-size:.475rem;margin-left:.4rem}.opinionBox .opinionArrow[data-v-0b49107f]:before{vertical-align:middle}
|
|
@ -0,0 +1 @@
|
|||
.login-box[data-v-faa13ab0]{background-color:#fff}.login-wrapper[data-v-faa13ab0]{padding:2.13333rem .85333rem 0 .85333rem;z-index:50}.login-wrapper .title[data-v-faa13ab0]{font-size:.64rem;font-family:PingFang SC,PingFang SC-Bold;font-weight:700;color:#000;position:relative}.login-wrapper .title span[data-v-faa13ab0]{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-faa13ab0]{padding-top:1.06667rem;margin-bottom:.85333rem}.login-wrapper .password[data-v-faa13ab0]{margin-bottom:1.06667rem}.login-wrapper .account .line[data-v-faa13ab0],.login-wrapper .password .line[data-v-faa13ab0]{height:.02667rem;background:#efefef}.login-wrapper .account p[data-v-faa13ab0],.login-wrapper .password p[data-v-faa13ab0]{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-faa13ab0],.login-wrapper .password .loginconter[data-v-faa13ab0]{display:flex;align-items:center;margin-bottom:.10667rem}.login-wrapper .account .loginconter .van-cell[data-v-faa13ab0],.login-wrapper .password .loginconter .van-cell[data-v-faa13ab0]{padding:0}.login-wrapper .account .loginconter .van-cell[data-v-faa13ab0]:after,.login-wrapper .password .loginconter .van-cell[data-v-faa13ab0]:after{display:none}.login-wrapper .account .loginconter input[data-v-faa13ab0],.login-wrapper .password .loginconter input[data-v-faa13ab0]{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-faa13ab0],.login-wrapper .password .loginconter img[data-v-faa13ab0]{width:.32rem;height:.32rem}.login-wrapper .remember[data-v-faa13ab0]{margin-bottom:1.06667rem;display:flex;justify-content:space-between;align-items:center}.login-wrapper .remember .label[data-v-faa13ab0]{font-size:.42667rem;color:#000;font-weight:700}.login-wrapper .btn[data-v-faa13ab0]{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-faa13ab0]{position:relative;display:flex;flex-direction:column;height:100%}.footerbg[data-v-faa13ab0]{width:100%;z-index:30;position:absolute;bottom:0}.footerbg img[data-v-faa13ab0]{display:block;width:100%}
|
|
@ -1 +0,0 @@
|
|||
.item[data-v-4c7ce184]{box-sizing:border-box;padding:.42667rem .32rem;background:#fff;margin-bottom:.32rem}.uploadContent[data-v-4c7ce184]{font-size:.37333rem;font-weight:700;margin-bottom:.32rem}.messageBox[data-v-4c7ce184]{padding:0!important}[data-v-4c7ce184] .messageBox .van-cell__value{background-color:#f8f8f8;padding:.32rem}.uplooadImg[data-v-4c7ce184]{display:flex;align-items:center;justify-content:space-between;margin-bottom:.32rem;font-size:.37333rem;font-weight:700}.enclosureArr[data-v-4c7ce184]{display:flex;flex-wrap:wrap}.enclosureArr .single[data-v-4c7ce184]{position:relative;width:2.13333rem;height:2.13333rem;margin-right:.21333rem}.redDel[data-v-4c7ce184]{position:absolute;top:0;right:0}.btn[data-v-4c7ce184]{position:fixed;bottom:0;width:100%;margin-bottom:0!important}
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,4 @@
|
|||
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-43ede3bc"],{1:function(e,t){},"1a42":function(e,t,r){"use strict";var n=r("8267"),i=r.n(n);i.a},"1fb5":function(e,t,r){"use strict";t.byteLength=l,t.toByteArray=f,t.fromByteArray=v;for(var n=[],i=[],a="undefined"!==typeof Uint8Array?Uint8Array:Array,o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",s=0,u=o.length;s<u;++s)n[s]=o[s],i[o.charCodeAt(s)]=s;function c(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=e.indexOf("=");-1===r&&(r=t);var n=r===t?0:4-r%4;return[r,n]}function l(e){var t=c(e),r=t[0],n=t[1];return 3*(r+n)/4-n}function h(e,t,r){return 3*(t+r)/4-r}function f(e){var t,r,n=c(e),o=n[0],s=n[1],u=new a(h(e,o,s)),l=0,f=s>0?o-4:o;for(r=0;r<f;r+=4)t=i[e.charCodeAt(r)]<<18|i[e.charCodeAt(r+1)]<<12|i[e.charCodeAt(r+2)]<<6|i[e.charCodeAt(r+3)],u[l++]=t>>16&255,u[l++]=t>>8&255,u[l++]=255&t;return 2===s&&(t=i[e.charCodeAt(r)]<<2|i[e.charCodeAt(r+1)]>>4,u[l++]=255&t),1===s&&(t=i[e.charCodeAt(r)]<<10|i[e.charCodeAt(r+1)]<<4|i[e.charCodeAt(r+2)]>>2,u[l++]=t>>8&255,u[l++]=255&t),u}function d(e){return n[e>>18&63]+n[e>>12&63]+n[e>>6&63]+n[63&e]}function p(e,t,r){for(var n,i=[],a=t;a<r;a+=3)n=(e[a]<<16&16711680)+(e[a+1]<<8&65280)+(255&e[a+2]),i.push(d(n));return i.join("")}function v(e){for(var t,r=e.length,i=r%3,a=[],o=16383,s=0,u=r-i;s<u;s+=o)a.push(p(e,s,s+o>u?u:s+o));return 1===i?(t=e[r-1],a.push(n[t>>2]+n[t<<4&63]+"==")):2===i&&(t=(e[r-2]<<8)+e[r-1],a.push(n[t>>10]+n[t>>4&63]+n[t<<2&63]+"=")),a.join("")}i["-".charCodeAt(0)]=62,i["_".charCodeAt(0)]=63},2:function(e,t){},2639:function(e,t,r){e.exports=function(){return new Worker(r.p+"52599c1fa0897a2ff383.worker.js")}},3:function(e,t){},4:function(e,t){},4362:function(e,t,r){t.nextTick=function(e){var t=Array.prototype.slice.call(arguments);t.shift(),setTimeout((function(){e.apply(null,t)}),0)},t.platform=t.arch=t.execPath=t.title="browser",t.pid=1,t.browser=!0,t.env={},t.argv=[],t.binding=function(e){throw new Error("No such module. (Possibly not yet loaded)")},function(){var e,n="/";t.cwd=function(){return n},t.chdir=function(t){e||(e=r("df7c")),n=e.resolve(t,n)}}(),t.exit=t.kill=t.umask=t.dlopen=t.uptime=t.memoryUsage=t.uvCounters=function(){},t.features={}},4383:function(module,exports,__webpack_require__){(function(Buffer,process,global){
|
||||
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-43ede3bc"],{1:function(e,t){},"1a42":function(e,t,r){"use strict";var n=r("8267"),i=r.n(n);i.a},"1fb5":function(e,t,r){"use strict";t.byteLength=l,t.toByteArray=f,t.fromByteArray=v;for(var n=[],i=[],a="undefined"!==typeof Uint8Array?Uint8Array:Array,o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",s=0,u=o.length;s<u;++s)n[s]=o[s],i[o.charCodeAt(s)]=s;function c(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=e.indexOf("=");-1===r&&(r=t);var n=r===t?0:4-r%4;return[r,n]}function l(e){var t=c(e),r=t[0],n=t[1];return 3*(r+n)/4-n}function h(e,t,r){return 3*(t+r)/4-r}function f(e){var t,r,n=c(e),o=n[0],s=n[1],u=new a(h(e,o,s)),l=0,f=s>0?o-4:o;for(r=0;r<f;r+=4)t=i[e.charCodeAt(r)]<<18|i[e.charCodeAt(r+1)]<<12|i[e.charCodeAt(r+2)]<<6|i[e.charCodeAt(r+3)],u[l++]=t>>16&255,u[l++]=t>>8&255,u[l++]=255&t;return 2===s&&(t=i[e.charCodeAt(r)]<<2|i[e.charCodeAt(r+1)]>>4,u[l++]=255&t),1===s&&(t=i[e.charCodeAt(r)]<<10|i[e.charCodeAt(r+1)]<<4|i[e.charCodeAt(r+2)]>>2,u[l++]=t>>8&255,u[l++]=255&t),u}function d(e){return n[e>>18&63]+n[e>>12&63]+n[e>>6&63]+n[63&e]}function p(e,t,r){for(var n,i=[],a=t;a<r;a+=3)n=(e[a]<<16&16711680)+(e[a+1]<<8&65280)+(255&e[a+2]),i.push(d(n));return i.join("")}function v(e){for(var t,r=e.length,i=r%3,a=[],o=16383,s=0,u=r-i;s<u;s+=o)a.push(p(e,s,s+o>u?u:s+o));return 1===i?(t=e[r-1],a.push(n[t>>2]+n[t<<4&63]+"==")):2===i&&(t=(e[r-2]<<8)+e[r-1],a.push(n[t>>10]+n[t>>4&63]+n[t<<2&63]+"=")),a.join("")}i["-".charCodeAt(0)]=62,i["_".charCodeAt(0)]=63},2:function(e,t){},2639:function(e,t,r){e.exports=function(){return new Worker(r.p+"js/52599c1fa0897a2ff383.worker.js")}},3:function(e,t){},4:function(e,t){},4362:function(e,t,r){t.nextTick=function(e){var t=Array.prototype.slice.call(arguments);t.shift(),setTimeout((function(){e.apply(null,t)}),0)},t.platform=t.arch=t.execPath=t.title="browser",t.pid=1,t.browser=!0,t.env={},t.argv=[],t.binding=function(e){throw new Error("No such module. (Possibly not yet loaded)")},function(){var e,n="/";t.cwd=function(){return n},t.chdir=function(t){e||(e=r("df7c")),n=e.resolve(t,n)}}(),t.exit=t.kill=t.umask=t.dlopen=t.uptime=t.memoryUsage=t.uvCounters=function(){},t.features={}},4383:function(module,exports,__webpack_require__){(function(Buffer,process,global){
|
||||
/**
|
||||
* @licstart The following is the entire license notice for the
|
||||
* Javascript code in this page
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
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
Loading…
Reference in New Issue