优化我的页面 好看些

This commit is contained in:
java110 2022-08-14 15:07:05 +08:00
parent 9775d78036
commit dac28a88d1
2 changed files with 3 additions and 1 deletions

View File

@ -141,6 +141,7 @@
<style lang="less"> <style lang="less">
.order_box { .order_box {
margin-top:20upx;
.order_title { .order_title {
line-height: 42upx; line-height: 42upx;
font-size: 30upx; font-size: 30upx;
@ -173,6 +174,7 @@
} }
.serve_box { .serve_box {
margin-top:20upx;
.serve_title { .serve_title {
line-height: 42upx; line-height: 42upx;
font-size: 30upx; font-size: 30upx;

View File

@ -220,7 +220,7 @@
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: space-around; justify-content: space-around;
padding: 0 50upx; padding: 10upx 50upx;
border-radius: 20upx; border-radius: 20upx;
.money_item { .money_item {