按钮居中修正
This commit is contained in:
parent
e6aa01568f
commit
80d166d8c1
|
|
@ -268,14 +268,15 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.floor-btn {
|
.floor-btn {
|
||||||
padding: 4rpx 49rpx;
|
padding: 8rpx 49rpx;
|
||||||
color: #a24242;
|
color: #a24242;
|
||||||
border-radius: 8rpx;
|
border-radius: 8rpx;
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
width: 134rpx;
|
width: 134rpx;
|
||||||
height: 52rpx;
|
//height: 52rpx;
|
||||||
|
|
||||||
background: #fff1dd;
|
background: #fff1dd;
|
||||||
border: 1rpx solid #a24242;
|
border: 1rpx solid #a24242;
|
||||||
|
|
||||||
|
|
@ -313,7 +314,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.area-btn {
|
.area-btn {
|
||||||
padding: 4rpx 40rpx;
|
padding: 8rpx 40rpx;
|
||||||
color: #a24242;
|
color: #a24242;
|
||||||
border-radius: 8rpx;
|
border-radius: 8rpx;
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
|
|
@ -322,7 +323,8 @@ export default {
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: 134rpx;
|
width: 134rpx;
|
||||||
height: 52rpx;
|
//height: 52rpx;
|
||||||
|
|
||||||
background: #fff1dd;
|
background: #fff1dd;
|
||||||
border: 1rpx solid #a24242;
|
border: 1rpx solid #a24242;
|
||||||
|
|
||||||
|
|
@ -358,7 +360,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.unit-btn {
|
.unit-btn {
|
||||||
padding: 16rpx 12rpx;
|
padding: 8rpx 12rpx;
|
||||||
color: #a24242;
|
color: #a24242;
|
||||||
border-radius: 8rpx;
|
border-radius: 8rpx;
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
|
|
@ -369,7 +371,7 @@ export default {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 134rpx;
|
width: 134rpx;
|
||||||
height: 52rpx;
|
|
||||||
background: #fff1dd;
|
background: #fff1dd;
|
||||||
border: 1rpx solid #a24242;
|
border: 1rpx solid #a24242;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user