store article 8.13

This commit is contained in:
2020-08-13 16:07:19 +08:00
parent 2811bf31cd
commit a95336a5a6
2 changed files with 8 additions and 7 deletions

View File

@@ -324,18 +324,18 @@ export default {
.btn {
box-sizing: border-box;
width: 154rpx;
height: 54rpx;
// height: 54rpx;
border-radius: 49rpx;
// transform: translate(-50%, 0);
font-size: 26rpx;
border: 1rpx solid rgba(255,120,15,1);
color:rgba(255,120,15,1);
// text-align: center;
// line-height: 54rpx;
text-align: center;
line-height: 54rpx;
// margin-right: -80rpx;
display: flex;
align-items: center;
justify-content: center;
// display: flex;
// align-items: center;
// justify-content: center;
}
}
}