|
@@ -304,6 +304,8 @@ onMounted(() => {
|
|
|
align-items: center;
|
|
|
flex-direction: column;
|
|
|
justify-content: center;
|
|
|
+ padding-top: 20px;
|
|
|
+ padding-bottom: 20px;
|
|
|
.head-pages {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
@@ -338,25 +340,21 @@ onMounted(() => {
|
|
|
|
|
|
> div {
|
|
|
background: #fff;
|
|
|
- padding-bottom: 14px;
|
|
|
- height: 95%;
|
|
|
- // 用flex布局实现中间部分可scroll的方案在ios中不生效
|
|
|
- // display: flex;
|
|
|
- // flex-direction: column;
|
|
|
+ max-height: 100%;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
>.imgcon{
|
|
|
- // flex: 0;
|
|
|
+ flex: 0 0 auto;
|
|
|
height: 34vh;
|
|
|
}
|
|
|
>img{
|
|
|
width: 100%;
|
|
|
}
|
|
|
.info {
|
|
|
+ flex: 0 1 auto;
|
|
|
font-size: 14px;
|
|
|
color: #131d34;
|
|
|
padding: 16px 20px;
|
|
|
- // flex: 0 1 auto;
|
|
|
- // overflow: auto;
|
|
|
- max-height: calc(100% - 34vh - 42px);
|
|
|
box-sizing: border-box;
|
|
|
overflow: auto;
|
|
|
> p {
|
|
@@ -434,16 +432,19 @@ onMounted(() => {
|
|
|
}
|
|
|
}
|
|
|
.goods-button {
|
|
|
- // flex: 0;
|
|
|
+ flex: 0 0 auto;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
font-size: 16px;
|
|
|
padding: 0 20px;
|
|
|
+ gap: 10px;
|
|
|
+ padding-top: 14px;
|
|
|
+ padding-bottom: 14px;
|
|
|
>div.btn-try-use{
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
justify-content: center;
|
|
|
- margin-right: 39px;
|
|
|
+ margin-right: 29px;
|
|
|
align-items: center;
|
|
|
>img{
|
|
|
width: 18px;
|