正在显示
5 个修改的文件
包含
23 行增加
和
17 行删除
| @@ -20,17 +20,20 @@ page { | @@ -20,17 +20,20 @@ page { | ||
| 20 | } | 20 | } |
| 21 | 21 | ||
| 22 | .input_wrap { | 22 | .input_wrap { |
| 23 | - max-width: 600rpx; | 23 | + width: 448rpx; |
| 24 | height: 104rpx; | 24 | height: 104rpx; |
| 25 | font-size: 32rpx; | 25 | font-size: 32rpx; |
| 26 | color: #fff; | 26 | color: #fff; |
| 27 | text-align: right; | 27 | text-align: right; |
| 28 | overflow: hidden; | 28 | overflow: hidden; |
| 29 | float: right; | 29 | float: right; |
| 30 | + text-overflow: ellipsis; | ||
| 31 | +white-space: nowrap; | ||
| 32 | + | ||
| 30 | } | 33 | } |
| 31 | 34 | ||
| 32 | .arrow_wrap { | 35 | .arrow_wrap { |
| 33 | - width: 60rpx; | ||
| 34 | - height: 60rpx; | ||
| 35 | - margin-top: 20rpx | 36 | + width: 50rpx; |
| 37 | + height: 50rpx; | ||
| 38 | + margin-top: 26rpx | ||
| 36 | } | 39 | } |
| @@ -20,17 +20,20 @@ page { | @@ -20,17 +20,20 @@ page { | ||
| 20 | } | 20 | } |
| 21 | 21 | ||
| 22 | .input_wrap { | 22 | .input_wrap { |
| 23 | - max-width: 600rpx; | 23 | + width: 448rpx; |
| 24 | height: 104rpx; | 24 | height: 104rpx; |
| 25 | font-size: 32rpx; | 25 | font-size: 32rpx; |
| 26 | color: #fff; | 26 | color: #fff; |
| 27 | text-align: right; | 27 | text-align: right; |
| 28 | overflow: hidden; | 28 | overflow: hidden; |
| 29 | float: right; | 29 | float: right; |
| 30 | + text-overflow: ellipsis; | ||
| 31 | +white-space: nowrap; | ||
| 32 | + | ||
| 30 | } | 33 | } |
| 31 | 34 | ||
| 32 | .arrow_wrap { | 35 | .arrow_wrap { |
| 33 | - width: 60rpx; | ||
| 34 | - height: 60rpx; | ||
| 35 | - margin-top: 20rpx | 36 | + width: 50rpx; |
| 37 | + height: 50rpx; | ||
| 38 | + margin-top: 26rpx | ||
| 36 | } | 39 | } |
请
注册
或
登录
后发表评论