diff --git a/src/components/combiningMobile/index.less b/src/components/combiningMobile/index.less index 8b337b02..c37b9127 100644 --- a/src/components/combiningMobile/index.less +++ b/src/components/combiningMobile/index.less @@ -103,6 +103,9 @@ height: 116px; width: 100px; margin-left: 10px; + display: flex; + flex-direction: column; + align-items: center; &:first-child { margin-left: 0; @@ -111,17 +114,14 @@ .g-b-u-t { color: #FD4B34; font-size: 12px; - text-align: center; } .reduce { - text-align: center; color: #FF877D; font-size: 12px; } .money { - text-align: center; color: #FC4A2F; font-size: 20px; font-weight: bold; @@ -137,9 +137,11 @@ .g-b-but { font-size: 12px; - text-align: center; color: #FC4934; margin-top: 23px; + background: #fff; + padding: 3px 8px; + border-radius: 20px; } } }