This commit is contained in:
2019-12-26 09:13:34 +08:00
parent 01d1215d5d
commit fa782d2a51
7 changed files with 31 additions and 16 deletions

View File

@@ -73,13 +73,14 @@
}
.reverse {
width: 23rpx;
height: 23rpx;
width: 63rpx;
height: 63rpx;
/* background-color: #97DFB4; */
margin: 0 auto;
margin-top: 20rpx;
line-height: 23rpx;
/* margin-top: 20rpx; */
line-height: 63rpx;
font-size: 46rpx;
text-align: center;
}
.num {
@@ -89,10 +90,12 @@
}
.add {
width: 23rpx;
height: 23rpx;
width: 63rpx;
height: 63rpx;
/* background-color: #242424; */
margin: 0 auto;
margin-bottom: 17rpx;
line-height: 23rpx;
/* margin-bottom: 17rpx; */
font-size: 46rpx;
line-height: 63rpx;
text-align: center;
}