|
@ -1,7 +1,7 @@ |
|
|
/* subpages/eventAdd/add/add.wxss */ |
|
|
/* subpages/eventAdd/add/add.wxss */ |
|
|
.bsPageCont { |
|
|
.bsPageCont { |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
height: 100vh; |
|
|
height: 120vh; |
|
|
position: relative; |
|
|
position: relative; |
|
|
background-color: rgba(248, 248, 248, 1); |
|
|
background-color: rgba(248, 248, 248, 1); |
|
|
overflow-y: auto; |
|
|
overflow-y: auto; |
|
@ -33,6 +33,7 @@ |
|
|
width: 96%; |
|
|
width: 96%; |
|
|
display: block; |
|
|
display: block; |
|
|
margin-left: 2%; |
|
|
margin-left: 2%; |
|
|
|
|
|
height: 100%; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.bsCon ::v-deep .title-class { |
|
|
.bsCon ::v-deep .title-class { |
|
@ -43,7 +44,7 @@ |
|
|
|
|
|
|
|
|
.bsCon2 { |
|
|
.bsCon2 { |
|
|
border-radius: 10rpx; |
|
|
border-radius: 10rpx; |
|
|
height: 900rpx; |
|
|
height: auto; |
|
|
overflow-y: auto; |
|
|
overflow-y: auto; |
|
|
background-color: rgba(255, 255, 255, 1); |
|
|
background-color: rgba(255, 255, 255, 1); |
|
|
color: rgba(16, 16, 16, 1); |
|
|
color: rgba(16, 16, 16, 1); |
|
@ -59,23 +60,22 @@ |
|
|
color: rgba(104, 117, 139, 1); |
|
|
color: rgba(104, 117, 139, 1); |
|
|
font-size: 30rpx; |
|
|
font-size: 30rpx; |
|
|
margin-left: 20rpx; |
|
|
margin-left: 20rpx; |
|
|
|
|
|
margin-bottom: 20rpx; |
|
|
|
|
|
margin-top: 20rpx; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.bsCon3 { |
|
|
.bsCon3 { |
|
|
border-radius: 10rpx; |
|
|
border-radius: 10rpx; |
|
|
height: 400rpx; |
|
|
|
|
|
overflow-y: auto; |
|
|
overflow-y: auto; |
|
|
background-color: rgba(255, 255, 255, 1); |
|
|
background-color: rgba(255, 255, 255, 1); |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
width: 96%; |
|
|
width: 96%; |
|
|
margin-left: 2%; |
|
|
top: calc(12% + 1000rpx); |
|
|
top: calc(7% + 1000rpx); |
|
|
|
|
|
padding: 2%; |
|
|
padding: 2%; |
|
|
box-sizing: border-box; |
|
|
box-sizing: border-box; |
|
|
display: flex; |
|
|
display: flex; |
|
|
flex-direction: column; |
|
|
flex-direction: column; |
|
|
margin-bottom: 200rpx; |
|
|
margin: 0 2% 2% 2%; |
|
|
padding-bottom: 100rpx; |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* 输入框样式 */ |
|
|
/* 输入框样式 */ |
|
@ -108,18 +108,21 @@ van-uploader__upload { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.bsBtn { |
|
|
.bsBtn { |
|
|
position: absolute; |
|
|
position: fixed; |
|
|
width: 300rpx; |
|
|
width: 55%; |
|
|
height: 60rpx; |
|
|
height: 70rpx; |
|
|
line-height: 60rpx; |
|
|
line-height: 70rpx; |
|
|
border-radius: 600rpx; |
|
|
border-radius: 600rpx; |
|
|
background: linear-gradient(86.25deg, rgba(13, 198, 198, 1) 3.03%, rgba(19, 194, 194, 1) 3.03%, rgba(70, 219, 213, 1) 96.43%); |
|
|
background: linear-gradient(86.25deg, rgba(13, 198, 198, 1) 3.03%, rgba(19, 194, 194, 1) 3.03%, rgba(70, 219, 213, 1) 96.43%); |
|
|
color: rgba(255, 255, 255, 1); |
|
|
color: rgba(255, 255, 255, 1); |
|
|
font-size: 34rpx; |
|
|
font-size: 34rpx; |
|
|
text-align: center; |
|
|
text-align: center; |
|
|
top: calc(7% + 1308rpx); |
|
|
|
|
|
left: 50%; |
|
|
left: 50%; |
|
|
transform: translateX(-50%); |
|
|
transform: translateX(-50%); |
|
|
|
|
|
bottom: 50rpx; |
|
|
|
|
|
z-index: 99; |
|
|
|
|
|
/* 兼容安全区 */ |
|
|
|
|
|
padding-bottom: env(safe-area-inset-bottom); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.bxMessage { |
|
|
.bxMessage { |
|
@ -152,7 +155,10 @@ van-uploader__upload { |
|
|
display: flex; |
|
|
display: flex; |
|
|
justify-content: space-between; |
|
|
justify-content: space-between; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
|
|
|
border-bottom: 1px solid #f8f8f9; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.required { |
|
|
.required { |
|
|
color: #f10a24; |
|
|
color: #f10a24; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|