|
@@ -6,6 +6,13 @@
|
|
|
:userBg="'rgba(0, 0, 0, 0.24)'"
|
|
|
:LoginNavIndex="1"
|
|
|
/>
|
|
|
+ <div class="notice">
|
|
|
+ <div class="notice-content">
|
|
|
+ <img :src="require('../../assets/notice.png')" />
|
|
|
+ 因附带数字阅读功能,需后台制作,智慧阅读平台数字报刊更新时间为:报纸出版当周周二17:30
|
|
|
+ (寒暑假除外)。
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<div class="banner">
|
|
|
<!-- <el-carousel
|
|
|
type="card"
|
|
@@ -505,6 +512,26 @@ export default {
|
|
|
line-height: 1.4;
|
|
|
}
|
|
|
}
|
|
|
+.notice {
|
|
|
+ position: fixed;
|
|
|
+ width: 100%;
|
|
|
+ background: linear-gradient(118deg, #ae52c5 14.09%, #fff2cc 97.82%);
|
|
|
+ padding: 5px 0;
|
|
|
+ z-index: 1;
|
|
|
+ &-content {
|
|
|
+ width: 1200px;
|
|
|
+ margin: 0 auto;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ color: #fff;
|
|
|
+ gap: 10px;
|
|
|
+ font-size: 18px;
|
|
|
+ justify-content: center;
|
|
|
+ img {
|
|
|
+ width: 22px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
</style>
|
|
|
<style lang="scss">
|
|
|
.el-carousel__item--card {
|