|
@@ -320,7 +320,7 @@ export default {
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
|
.billing_box_bg {
|
|
.billing_box_bg {
|
|
|
position: relative;
|
|
position: relative;
|
|
|
- padding: 30upx 30upx 50upx 30upx;
|
|
|
|
|
|
|
+ padding: 30upx 30upx;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
background: white;
|
|
background: white;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
@@ -339,7 +339,7 @@ export default {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
- padding:25upx 0 30upx;
|
|
|
|
|
|
|
+ padding:30upx 0 60upx;
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
background: #ffffff;
|
|
background: #ffffff;
|
|
|
border-radius: 20upx;
|
|
border-radius: 20upx;
|