锦水居民端小程序
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.

94 lines
1.4 KiB

page {
width: 100%;
height: auto;
overflow-y: auto;
background: #f7f7f7;
}
.header {
position: fixed;
width: 100%;
top: 0;
left: 0;
z-index: 888;
}
.header .header-bg {
width: 100%;
height: 100%;
position: absolute;
z-index: 10;
left: 0;
top: 0;
}
.header .navigation {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
color: rgba(255, 255, 255, 0.9);
font-size: 32rpx;
position: relative;
z-index: 100;
letter-spacing: 2rpx;
}
.home {
width: 100%;
}
.belong-grid {
width: 100%;
height: 138rpx;
box-sizing: border-box;
padding-top: 16rpx;
position: relative;
}
.belong-grid .newbelong-grid {
display: flex;
flex-direction: row;
/* align-items: center; */
justify-content: space-between;
}
.belong-grid .belong-grid-bg {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 10;
}
.belong-grid .newbelong-grid .grid {
margin-left: 21rpx;
/* width: 90%; */
width: calc(100% - 234rpx);
height: 62rpx;
position: relative;
z-index: 100;
display: flex;
align-items: center;
}
.belong-grid .newbelong-grid .grid image {
width: 100%;
height: 46rpx;
}
.belong-grid .newbelong-grid .volunteer {
margin-right: 15rpx;
width: 90rpx;
height: 62rpx;
position: relative;
z-index: 100;
display: flex;
align-items: center;
}
.belong-grid .newbelong-grid .volunteer image {
width: 100%;
height: 100%;
}