|
@@ -264,6 +264,7 @@ export default {
|
|
|
width: 42rpx;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
+ align-items: center;
|
|
|
background: #3385ff;
|
|
|
color: #fff;
|
|
|
writing-mode: tb-rl;
|
|
@@ -378,7 +379,7 @@ export default {
|
|
|
width: 238rpx;
|
|
|
height: 50rpx;
|
|
|
padding-left: 35rpx;
|
|
|
- background-color: #3385FF;
|
|
|
+ background-color: #3385ff;
|
|
|
color: #fff;
|
|
|
border-radius: 0rpx 50rpx 50rpx 0rpx;
|
|
|
margin: 30rpx 0;
|