Browse Source

红色移风调整

master
mk 2 years ago
parent
commit
97822adaf7
  1. BIN
      src/assets/images/common/iconBg.png
  2. BIN
      src/assets/images/icon/ljgj.png
  3. BIN
      src/assets/images/icon/wmfw.png
  4. BIN
      src/assets/images/icon/ztdr.png
  5. BIN
      src/assets/images/resource/yfxy/1.png
  6. BIN
      src/assets/images/resource/yfxy/2.png
  7. BIN
      src/assets/images/resource/yfxy/3.png
  8. BIN
      src/assets/images/resource/yfxy/4.png
  9. 1116
      src/views/next/screen-content-left/hsyf-left/index.vue
  10. 164
      src/views/next/screen-content-right/hsyf-right/index.vue

BIN
src/assets/images/common/iconBg.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
src/assets/images/icon/ljgj.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
src/assets/images/icon/wmfw.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

BIN
src/assets/images/icon/ztdr.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
src/assets/images/resource/yfxy/1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

BIN
src/assets/images/resource/yfxy/2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
src/assets/images/resource/yfxy/3.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

BIN
src/assets/images/resource/yfxy/4.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

1116
src/views/next/screen-content-left/hsyf-left/index.vue

File diff suppressed because it is too large

164
src/views/next/screen-content-right/hsyf-right/index.vue

@ -16,7 +16,7 @@
</div>
<div class='card h292' style="margin-top: 8px;">
<screen-title>
<!-- <screen-title>
<div slot="left" class="screen-title-left">支部风采</div>
</screen-title>
<div class="card-item-zbfc">
@ -30,17 +30,27 @@
上泊村为村民发放政法宣传资料
<img src="@/assets/images/common/carousel-right.png" alt="">
</div>
</div> -->
<screen-title>
<div slot="left" class="screen-title-left">党员风采</div>
</screen-title>
<div class="card-item-dyfc">
<div class="item" v-for="(item, index) in partList" :key="index">
<img :src="item.imgSrc" alt="">
<div class="name">{{ item.name }}</div>
<div class="unit">{{ item.unit }}</div>
<div class="title">{{ item.title }}</div>
</div>
</div>
</div>
<div class='card h292 m-top12'>
<screen-title>
<div slot="left" class="screen-title-left">党务公开</div>
<div slot="left" class="screen-title-left">移风心愿</div>
</screen-title>
<div class="card-item-dwgk">
<div class="item" v-for="(item, index) in policyList" :key="index">
<div class="unit">{{ item.unit }}</div>
<div class="title">{{ item.title }}</div>
<div class="time">{{ item.time }}</div>
<div class="card-item-yfxy">
<div class="item" v-for="(item, index) in wishList" :key="index">
<img :src="item.imgSrc" alt="">
<div class="name">{{ item.name }}</div>
</div>
</div>
</div>
@ -75,33 +85,44 @@ export default {
require('@/assets/images/resource/zbfc/4.jpg'),
require('@/assets/images/resource/zbfc/5.jpg'),
],
policyList: [
wishList: [
{
unit: '中共青岛市...',
title: '关于公开基层党委在新···',
time: '2024-01-02'
imgSrc: require('@/assets/images/resource/yfxy/1.png'),
name: '“移”点心愿',
},
{
unit: '中共青岛市...',
title: '即墨区水利局2023年国···',
time: '2023-12-01'
imgSrc: require('@/assets/images/resource/yfxy/2.png'),
name: '“移”列清单',
},
{
unit: '中共青岛市...',
title: '青岛市即墨区人民政府···',
time: '2023-09-22'
imgSrc: require('@/assets/images/resource/yfxy/3.png'),
name: '“移”语化开',
},
{
unit: '中共青岛市...',
title: '青岛市卫生健康委员会···',
time: '2023-09-13'
imgSrc: require('@/assets/images/resource/yfxy/4.png'),
name: '“移”站到家',
}
],
partList: [
{
name: '徐法佑',
unit: '徐家沟村人',
title: '丹心一片风华百年带着两个兵,敢挡一个团',
imgSrc: require('@/assets/images/resource/dyfc/1.jpg')
},
{
name: '傅祖聪',
unit: '移风中学',
title: '培桃育李四十三载乐善好施奉献一生',
imgSrc: require('@/assets/images/resource/dyfc/2.jpg')
},
{
unit: '中共青岛市...',
title: '农业局关于印发《即墨···',
time: '2023-05-06'
name: '朱爱香',
unit: '太平庄村人',
title: '一座大棚撑起新型农民致富梦',
imgSrc: require('@/assets/images/resource/dyfc/3.jpg')
}
]
],
};
},
created() {
@ -123,11 +144,12 @@ export default {
.card {
width: 100%;
@include flex(column);
@include flex(column);
&-item-djhd {
padding: 16px;
box-sizing: border-box;
@include flex(column);
>.item {
margin-bottom: 4px;
@ -150,43 +172,85 @@ export default {
}
}
&-item-zbfc {
padding: 16px;
&-item-dyfc {
display: flex;
padding: 16px 16px 21px 16px;
box-sizing: border-box;
.tabs {
display: flex;
align-items: center;
justify-content: center;
margin-top: 21px;
background: linear-gradient(to left, #ecf5fd00 0%, #0e5eaa 50%, #ecf5fd00 100%);
.item {
@include flex(column);
border: 1px solid #77A5D8;
padding: 5px;
box-sizing: border-box;
margin-right: 4px;
img {
width: 42px;
height: 42px;
width: 130px;
height: 80px;
}
.name {
margin: 11px 0 8px 0;
padding-left: 12px;
position: relative;
&::after {
content: '';
width: 4px;
height: 4px;
border-radius: 4px;
background: #6BEAC6;
position: absolute;
left: 2px;
top: 10px;
}
}
.unit {
font-size: 12px;
padding: 0 5px;
color: #BDCEEA;
margin-bottom: 9px;
}
.title {
font-size: 14px;
padding: 0 5px;
color: #DBE9FF;
}
}
}
&-item-dwgk {
@include flex(column);
&-item-yfxy {
padding: 16px;
display: grid;
grid-template-columns: 50% 50%;
grid-template-rows: 48% 48%;
grid-gap: 8px 5px;
>.item {
display: flex;
height: 44px;
align-items: center;
padding: 13px 9px;
box-sizing: border-box;
justify-content: space-between;
.time {
font-size: 14px;
color: #BCD0F0;
position: relative;
.name {
width: 97px;
height: 18px;
margin: 0 auto;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 1;
}
&:nth-child(odd) {
background: rgb(44, 103, 208, .46);
&::after{
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background: #001428 ;
opacity: .5;
}
}
}

Loading…
Cancel
Save