|
|
@ -1,10 +1,10 @@ |
|
|
|
/* subpages/eventAdd/add/add.wxss */ |
|
|
|
/* subpages/bsPage/bsPage/bsPage.wxss */ |
|
|
|
.bsPageCont { |
|
|
|
width: 100%; |
|
|
|
height: 100vh; |
|
|
|
position: relative; |
|
|
|
background-color: rgba(248, 248, 248, 1); |
|
|
|
overflow-y: auto; |
|
|
|
} |
|
|
|
|
|
|
|
.bsImg { |
|
|
@ -61,6 +61,22 @@ |
|
|
|
margin-left: 20rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.bsCon3 { |
|
|
|
border-radius: 10rpx; |
|
|
|
height: 100rpx; |
|
|
|
overflow-y: auto; |
|
|
|
background-color: rgba(255, 255, 255, 1); |
|
|
|
position: absolute; |
|
|
|
width: 96%; |
|
|
|
margin-left: 2%; |
|
|
|
top: calc(7% + 1000rpx); |
|
|
|
padding: 2%; |
|
|
|
box-sizing: border-box; |
|
|
|
display: flex; |
|
|
|
justify-content: space-between; |
|
|
|
align-items: center; |
|
|
|
} |
|
|
|
|
|
|
|
/* 输入框样式 */ |
|
|
|
.question-input { |
|
|
|
width: 98%; |
|
|
@ -101,7 +117,7 @@ van-uploader__upload { |
|
|
|
color: rgba(255, 255, 255, 1); |
|
|
|
font-size: 34rpx; |
|
|
|
text-align: center; |
|
|
|
bottom: 3%; |
|
|
|
top: calc(7% + 1150rpx); |
|
|
|
left: 50%; |
|
|
|
transform: translateX(-50%); |
|
|
|
} |
|
|
|