| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411 |
- <template>
- <div class="internetMessage">
- <div class="internetMessage_title">
- <a class="title" href="#">
- 网友留言
- </a>
- <a class="liuyan" href="/wangminliuyan">
- 我要留言
- </a>
- </div>
- <ul class="internetMessage_content">
- <li class="contentItem">
- <div class="content_title">
- <span class="name">李先生:</span>
- <span class="title">
- 我是郑州市调研员,能去商丘工作吗?
- </span>
- <span class="time">2025-12-15 17:53:13</span>
- </div>
- <div class="content">
- 内容:我是郑州市调研员,能去商丘工作吗?
- </div>
- <div class="answer">
- <span>回复:</span>
- 不可以跨区域工作。
- </div>
- </li>
- <li class="contentItem">
- <div class="content_title">
- <span class="name">冯:</span>
- <span class="title">
- 你们中心的调研员申请有年龄限制吗?
- </span>
- <span class="time">2025-12-11 18:15:35</span>
- </div>
- <div class="content">
- 内容:调研员申请有年龄限制吗?
- </div>
- <div class="answer">
- <span>回复:</span>
- 调研员申请年龄在25-65之间均可。
- </div>
- </li>
- <li class="contentItem">
- <div class="content_title">
- <span class="name">汪先生:</span>
- <span class="title">
- 因为一些原因没能及时去政府单位,介绍信时间过期了还能用吗?
- </span>
- <span class="time">2025-12-03 15:30:46</span>
- </div>
- <div class="content">
- 内容:我因为一些原因没能及时去政府单位,导致介绍信时间过期了还能用吗?
- </div>
- <div class="answer">
- <span>回复:</span>
- 不能在进行使用,介绍信使用必须在开具有限期内使用。如果是中心,有空白介绍信的需重新开具,过期介绍信作废存档;如果是个人,重新向总部申请开具新的介绍信,并将已过期介绍信寄回总部换领新的介绍信。
- </div>
- </li>
- <li class="contentItem">
- <div class="content_title">
- <span class="name">鲁先生:</span>
- <span class="title">
- 投诉举报
- </span>
- <span class="time">2025-11-24 17:03:02</span>
- </div>
- <div class="content">
- 内容:我有个案子输了,我认为是法官自由裁量权有问题,你们能帮我翻案吗
- </div>
- <div class="answer">
- <span>回复:</span>
- 可以。需要您按照我们单位的投诉程序操作,我们在收到您的投诉材料后根据案情情况给予您是否受理的意见。
- 投诉信的要求:当事人身份(您是谁)、被投诉方(我要投诉谁)、按时间顺序写案件的经过,要求叙述清楚明了,现有证据内容,投诉诉求,联系方式等内容并由投诉人本人签字按手印,附上本人身份证明,如果本案申请人超过15位申请人需要有所有申请人出具的委托书。同时附上案件现有证据的复印件(合同、协议、公告、判决书等),所有上述材料寄至北京总部,我们核查后会与您联系。
- </div>
- </li>
- <li class="contentItem">
- <div class="content_title">
- <span class="name">钱xx:</span>
- <span class="title">
- 法制内参调研证和法制调查网的调研证两个有什么区别?
- </span>
- <span class="time">2025-11-20 11:24:41</span>
- </div>
- <div class="content">
- 内容:法制内参调研证和法制调查网的调研证两个有什么区别?
- </div>
- <div class="answer">
- <span>回复:</span>
- 证件样式没有区别,平台使用费一样,根据申请人的工作方向需要确定。
- </div>
- </li>
- </ul>
- </div>
- </template>
- <style scoped lang="less">
- @media screen and (min-width: 1401px) {
- .internetMessage {
- width: 1400PX;
- height: auto;
- margin: 20PX auto;
- border: 1PX solid #ccc;
- border-radius: 20PX;
- padding: 10PX 20PX;
- font-family: "微软雅黑";
- box-sizing: border-box;
- .internetMessage_title {
- display: flex;
- justify-content: space-between;
- width: 100%;
- height: 40PX;
- line-height: 40PX;
- border-bottom: 1PX solid #ccc;
- .title {
- font-size: 22PX;
- color: #1476bd;
- a {
- color: #1476bd;
- }
- }
- .liuyan {
- font-size: 16PX;
- color: #f00;
- a {
- color: #f00;
- }
- }
- }
- .internetMessage_content {
- width: 97%;
- height: 450PX;
- margin-top: 20PX;
- height: auto;
- margin: 20PX auto;
- border: 1PX solid #ccc;
- border-radius: 10PX;
- padding: 20PX !important;
- .contentItem {
- width: 100%;
- height: auto;
- border-bottom: 1PX solid #ccc;
- padding-bottom: 15PX;
- margin-bottom: 10PX;
- .content_title {
- display: flex;
- width: 100%;
- height: 40PX;
- line-height: 40PX;
- .name {
- font-size: 16PX;
- color: #333;
- }
- .title {
- font-size: 17PX;
- font-weight: bold;
- color: #333;
- padding: 0 10PX;
- }
- .time {
- font-size: 16PX;
- color: #333;
- }
- }
- .content {
- margin: 0;
- height: auto;
- line-height: 25PX;
- font-size: 15PX;
- color: #000;
- }
- .answer {
- margin: 0;
- height: auto;
- line-height: 25PX;
- font-size: 15PX;
- color: #000;
- font-weight: bold;
- span {
- color: #f00;
- }
- }
- }
- }
- }
- }
- @media screen and (min-width: 801px) and (max-width: 1400px) {
- .internetMessage {
- width: 100%;
- height: auto;
- margin: 20PX auto;
- border: 1PX solid #ccc;
- border-radius: 20PX;
- padding: 10PX 20PX;
- font-family: "微软雅黑";
- box-sizing: border-box;
- .internetMessage_title {
- display: flex;
- justify-content: space-between;
- width: 100%;
- height: 40PX;
- line-height: 40PX;
- border-bottom: 1PX solid #ccc;
- .title {
- font-size: 22PX;
- color: #1476bd;
- a {
- color: #1476bd;
- }
- }
- .liuyan {
- font-size: 16PX;
- color: #f00;
- a {
- color: #f00;
- }
- }
- }
- .internetMessage_content {
- width: 99%;
- height: 450PX;
- margin-top: 20PX;
- height: auto;
- margin: 20PX auto;
- border: 1PX solid #ccc;
- border-radius: 10PX;
- padding: 20PX !important;
- box-sizing: border-box;
- .contentItem {
- width: 100%;
- height: auto;
- border-bottom: 1PX solid #ccc;
- padding-bottom: 15PX;
- margin-bottom: 10PX;
- .content_title {
- display: flex;
- width: 100%;
- height: 40PX;
- line-height: 40PX;
- .name {
- font-size: 16PX;
- color: #333;
- }
- .title {
- font-size: 17PX;
- font-weight: bold;
- color: #333;
- padding: 0 10PX;
- }
- .time {
- font-size: 16PX;
- color: #333;
- }
- }
- .content {
- margin: 0;
- height: auto;
- line-height: 25PX;
- font-size: 15PX;
- color: #000;
- }
- .answer {
- margin: 0;
- height: auto;
- line-height: 25PX;
- font-size: 15PX;
- color: #000;
- font-weight: bold;
- span {
- color: #f00;
- }
- }
- }
- }
- }
- }
- @media screen and (max-width: 800px) {
- .internetMessage {
- width: 100%;
- height: auto;
- margin: 20px auto;
- border: 1px solid #ccc;
- border-radius: 40px;
- padding: 10px 20px;
- font-family: "微软雅黑";
- box-sizing: border-box;
- .internetMessage_title {
- display: flex;
- justify-content: space-between;
- width: 100%;
- height: 80px;
- line-height: 80px;
- border-bottom: 2px solid #ccc;
- .title {
- font-size: 40px;
- color: #1476bd;
- a {
- color: #1476bd;
- }
- }
- .liuyan {
- font-size: 32px;
- color: #f00;
- a {
- color: #f00;
- }
- }
- }
- .internetMessage_content {
- width: 100%;
- height: auto;
- margin-top: 40px;
- height: auto;
- margin: 40px auto;
- border: 1px solid #ccc;
- border-radius: 20px;
- padding: 40px !important;
- box-sizing: border-box;
- .contentItem {
- width: 100%;
- height: auto;
- overflow: hidden;
- border-bottom: 1px solid #ccc;
- padding-bottom: 30px;
- margin-bottom: 20px;
- .content_title {
- width: 100%;
- height: auto;
- line-height: 50px;
- .name {
- font-size: 32px;
- color: #333;
- }
- .title {
- font-size: 34px;
- font-weight: bold;
- color: #333;
- padding: 0 20px;
- }
- .time {
- font-size: 32px;
- color: #333;
- }
- }
- .content {
- margin: 0;
- height: auto;
- line-height: 50px;
- font-size: 30px;
- color: #000;
- }
- .answer {
- margin: 0;
- height: auto;
- line-height: 50px;
- font-size: 30px;
- color: #000;
- font-weight: bold;
- span {
- color: #f00;
- }
- }
- }
- }
- }
- }
- </style>
|