Commit e50cc95f authored by Smile's avatar Smile Committed by wux

bug升级弹出框按钮法文错位问题

parent 37090674
...@@ -378,7 +378,7 @@ page{ ...@@ -378,7 +378,7 @@ page{
} }
.ad-btns{ .ad-btns{
width: 90%; width: 90%;
margin: 20rpx auto; margin: 10rpx auto;
display:flex; display:flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
...@@ -400,7 +400,7 @@ page{ ...@@ -400,7 +400,7 @@ page{
.ad-info{ .ad-info{
width: 92%; width: 92%;
margin: 20upx auto; margin: 20upx auto;
height: 260upx; height: 200upx;
overflow: auto; overflow: auto;
} }
.notice{ .notice{
......
...@@ -306,7 +306,7 @@ page{ ...@@ -306,7 +306,7 @@ page{
} }
.ad-btns{ .ad-btns{
width: 90%; width: 90%;
margin: 20rpx auto; margin: 10rpx auto;
display:flex; display:flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
...@@ -328,7 +328,7 @@ page{ ...@@ -328,7 +328,7 @@ page{
.ad-info{ .ad-info{
width: 92%; width: 92%;
margin: 20upx auto; margin: 20upx auto;
height: 260upx; height: 200upx;
overflow: auto; overflow: auto;
} }
.progress{ .progress{
......
...@@ -235,7 +235,7 @@ page { ...@@ -235,7 +235,7 @@ page {
.ad-btns { .ad-btns {
width: 90%; width: 90%;
margin: 20rpx auto; margin: 10rpx auto;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
...@@ -260,7 +260,7 @@ page { ...@@ -260,7 +260,7 @@ page {
.ad-info { .ad-info {
width: 92%; width: 92%;
margin: 20upx auto; margin: 20upx auto;
height: 260upx; height: 200upx;
overflow: auto; overflow: auto;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment