Browse Source

3068

yufei
余菲 10 months ago
parent
commit
8b54c14b56
1 changed files with 49 additions and 0 deletions
  1. +49
    -0
      package_A/pages/exchange-success/index.wxss

+ 49
- 0
package_A/pages/exchange-success/index.wxss View File

@@ -0,0 +1,49 @@
/* package_A/pages/exchange-success/index.wxss */
.success_container {
width: 100%;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}
.success_head {
width: 100%;
height: 540rpx;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.segmentation {
width: 100%;
height: 20rpx;
background-color: #F1F5F8;
}
.store_info {
width: 100%;
padding: 40rpx 30rpx 0 30rpx;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
font-size: 28rpx;
}
.info_head {
display: flex;
justify-content: flex-start;
align-items: center;
}
.store_address {
margin-top: 40rpx;
}
.nav_btn {
width: 100%;
height: 90rpx;
margin-top: 90rpx;
line-height: 90rpx;
text-align: center;
background: #416CE2;
border-radius: 40px;
font-size: 32rpx;
color: #ffffff;
}

Loading…
Cancel
Save