市北党建引领小程序初始化
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

176 lines
3.0 KiB

page {
width: 100%;
height: auto;
overflow-y: auto;
background: #fff;
font-family: PingFang SC;
}
.header {
width: 100%;
height: 484rpx;
/* position: fixed;
top: 0;
left: 0;
z-index: 1000; */
}
.header .header-bg {
width: 100%;
height: 100%;
/* position: absolute;
z-index: 10;
left: 0;
top: 0; */
position: absolute;
height: 100%;
z-index: -999;
}
.header .navigation {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
color: rgba(0, 0, 0, 0.9);
font-size: 32rpx;
position: relative;
z-index: 1;
}
.w20 {
width: 38rpx;
}
.flex1 {
flex: 1;
}
.mtf80 {
margin-top: -80rpx;
}
.back {
width: 20rpx;
height: 20rpx;
margin-left: 20rpx;
position: absolute;
margin-top: 20rpx;
border-radius: 0rpx;
z-index: 2;
}
.list {
padding: 20rpx 35rpx;
}
.list .item {
padding: 50rpx 40rpx;
display: flex;
background-color: #fff;
border-radius: 10rpx;
margin-bottom: 20rpx;
}
.vcenter {
display: flex;
flex-direction: column;
justify-content: center;
}
.list .item .icon {
width: 70rpx;
height: 70rpx;
margin-right: 20rpx;
border-radius: 0rpx;
}
.list .item .go {
width: 38rpx;
height: 38rpx;
margin-right: 20rpx;
border-radius: 0rpx;
}
.list .item .h1 {
font-size: 36rpx;
line-height: 1rem;
margin-bottom: 20rpx;
}
.list .item .h2 {
font-size: 28rpx;
line-height: 1rem;
}
.list .item .h2 .time {
float: right;
}
.color01 {
border-image: linear-gradient(124deg, #FFFFFF, #FFFFFF) 10 10;
background: linear-gradient(82deg, #FFFFFF 0%, #000000 0%, #F2FFFB 0%, #E5FFF9 100%);
color: #224D3F;
}
.color02 {
border-image: linear-gradient(124deg, #FFFFFF, #FFFFFF) 10 10;
background: linear-gradient(82deg, #F2FFFB 0%, #FFFFFF 0%, #F2FAFD 0%, #E5F6FF 100%);
box-shadow: 0px 4px 12px 0px rgba(202, 202, 202, 0.24);
color: #3B5B8C;
}
.color03 {
border-image: linear-gradient(146deg, #FFFFFF, #FFFFFF) 10 10;
background: linear-gradient(82deg, #F8FAFF 0%, #F9FFFD 0%, #F6FDFF 0%, #EBFAFF 100%);
box-shadow: 0px 4px 12px 0px rgba(202, 202, 202, 0.24);
color: #117589;
}
.color04 {
border-image: linear-gradient(146deg, #FFFFFF, #FFFFFF) 10 10;
background: linear-gradient(82deg, #FEFEF2 0%, #F2FAFD 0%, #FFFEFA 0%, #FEF8E8 100%);
box-shadow: 0px 6px 16px 0px rgba(202, 202, 202, 0.42);
color: #A96C35;
}
.color05 {
background: linear-gradient(82deg, #FEF2F3 0%, #FFFCFB 0%, #F8F4FF 0%, #EFE4FF 100%);
box-shadow: 0px 6px 16px 0px rgba(202, 202, 202, 0.4);
color: #856AAD;
}
.color06 {
background: linear-gradient(82deg, #E6EEFF 0%, #FAFCFF 0%, #EDF3FF 0%, #D8E5FF 100%);
box-shadow: 0px 6px 16px 0px rgba(202, 202, 202, 0.4);
color: #5374B2;
}
.color01 .h2 {
color: #6A8079;
}
.color02 .h2 {
color: #5E89B3;
}
.color03 .h2 {
color: #488D9A;
}
.color04 .h2 {
color: #B98A60;
}
.color05 .h2 {
color: #9484AC;
}
.color06 .h2 {
color: #6D89BF;
}