市北党建引领小程序初始化
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.
 

142 lines
2.1 KiB

.backGround {
background-color: #f5f5f5;
margin-top: -80rpx;
}
.concat {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 86vh;
}
.recruitConditions {
background-color: #fff;
margin: 24rpx;
border-radius: 8rpx;
padding: 0 12rpx;
height: auto;
box-shadow: 0rpx 10rpx 500rpx 10rpx rgba(85, 85, 85, 0.10);
}
.h1 {
text-align: center;
padding: 20rpx 0;
border-bottom: 2rpx #dfdfdf solid;
}
.h2 {
padding: 22rpx 8rpx;
font-weight: 400;
}
.h2_view {
margin-bottom: 8rpx;
text-indent: 2em;
}
.concatBottom {
background-color: #fff;
display: flex;
align-items: center;
justify-content: center;
height: 130rpx;
}
.button {
border-radius: 8rpx;
background-color: #E82C19;
padding: 16rpx 160rpx;
color: #fff;
font-size: 28rpx;
}
.typeOneButton {
background-color: #fff;
display: flex;
align-items: center;
justify-content: space-around;
height: 130rpx;
}
.typeOneButtonOne {
border-radius: 6rpx;
color: #E82C19;
border: 1rpx solid #E82C19;
padding: 16rpx 130rpx;
}
.typeOneButtonTwo {
border-radius: 6rpx;
color: #fff;
background-color: #ccc;
padding: 16rpx 130rpx;
}
.order {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 28rpx 16rpx;
}
.orderName::before {
content: '*';
color: red;
font-size: 100%;
}
page {
width: 100%;
height: auto;
overflow-y: auto;
background: #f7f7f7;
font-family: PingFang SC;
background: linear-gradient(180deg, #E82C19 0%, #F7F7F9 30%);
}
.header {
width: 100%;
height: 250rpx;
/* 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(255, 255, 255, 0.9);
font-size: 32rpx;
position: relative;
z-index: 1;
}
.back {
width: 20rpx;
height: 20rpx;
margin-left: 20rpx;
position: absolute;
margin-top: 20rpx;
border-radius: 0rpx;
z-index: 2;
}