1

parent 1b2c9f8c
...@@ -90,7 +90,7 @@ const back = () => { ...@@ -90,7 +90,7 @@ const back = () => {
width: 710rpx; width: 710rpx;
height: 80rpx; height: 80rpx;
// background: rgba(255, 255, 255, 0.8); // background: rgba(255, 255, 255, 0.8);
border-radius: 16rpx 16rpx 16rpx 16rpx; // border-radius: 16rpx 16rpx 16rpx 16rpx;
opacity: 0.8; opacity: 0.8;
margin: 0 auto; margin: 0 auto;
// margin-top: 44rpx; // margin-top: 44rpx;
...@@ -98,7 +98,6 @@ const back = () => { ...@@ -98,7 +98,6 @@ const back = () => {
align-items: center; align-items: center;
// padding-left: 20rpx; // padding-left: 20rpx;
box-sizing: border-box; box-sizing: border-box;
text-align: center;
.arrow { .arrow {
width: 15rpx; width: 15rpx;
height: 24rpx; height: 24rpx;
...@@ -110,9 +109,11 @@ const back = () => { ...@@ -110,9 +109,11 @@ const back = () => {
} }
.title { .title {
width: 100%; // width: 100%;
font-size: 36rpx; font-size: 36rpx;
font-family: PingFang SC; font-family: PingFang SC;
margin: 0 auto;
display: inline-block;
} }
} }
} }
......
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