@@ -388,11 +388,15 @@
line-height: 24rpx;
}
- &-right{
- width: calc(25% - 35rpx);
- padding: 15rpx;
- text-align: center;
- box-sizing: border-box;
+ &-right{
+ flex: 1;
+ width: 0;
+ height: 64rpx;
+ padding: 0 8rpx;
+ text-align: center;
+ box-sizing: border-box;
+ line-height: 64rpx;
+ white-space: nowrap;
background: linear-gradient( 90deg, #33A7A7 0%, #4DB2B2 100%);
border-radius: 20rpx;
font-family: PingFang-SC, PingFang-SC;