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.
61 lines
900 B
61 lines
900 B
/* subpages/associationNew/pages/associationlist/associationlist.wxss */
|
|
page {
|
|
width: 100%;
|
|
height: auto;
|
|
overflow-y: auto;
|
|
background: #f7f7f7;
|
|
}
|
|
|
|
.title_bg {
|
|
width: 100%;
|
|
height: 150rpx;
|
|
}
|
|
.title_bg image{
|
|
width: 100%;
|
|
height: 150rpx;
|
|
}
|
|
|
|
.header {
|
|
position: fixed;
|
|
width: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 1000;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.backhome {
|
|
width: 80rpx;
|
|
position: absolute;
|
|
z-index: 9999;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.backhome-hover{
|
|
cursor: pointer;
|
|
}
|
|
.backhome image {
|
|
width: 20rpx;
|
|
height: 30rpx;
|
|
margin-left: 20rpx;
|
|
}
|