提交 727a3f7cdbdc230ee9623a1ba8c1a2665428f62a

作者 wangyu
1 个父辈 762b5708

优化附表样式

... ... @@ -20,17 +20,20 @@ page {
20 20 }
21 21
22 22 .input_wrap {
23   - max-width: 600rpx;
  23 + width: 448rpx;
24 24 height: 104rpx;
25 25 font-size: 32rpx;
26 26 color: #fff;
27 27 text-align: right;
28 28 overflow: hidden;
29 29 float: right;
  30 + text-overflow: ellipsis;
  31 +white-space: nowrap;
  32 +
30 33 }
31 34
32 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 }
\ No newline at end of file
... ...
... ... @@ -30,9 +30,9 @@ page {
30 30 }
31 31
32 32 .arrow_wrap {
33   - width: 60rpx;
34   - height: 60rpx;
35   - margin-top: 20rpx
  33 + width: 50rpx;
  34 + height: 50rpx;
  35 + margin-top: 26rpx
36 36 }
37 37
38 38 .red_star_right_10{
... ...
... ... @@ -20,17 +20,20 @@ page {
20 20 }
21 21
22 22 .input_wrap {
23   - max-width: 600rpx;
  23 + width: 448rpx;
24 24 height: 104rpx;
25 25 font-size: 32rpx;
26 26 color: #fff;
27 27 text-align: right;
28 28 overflow: hidden;
29 29 float: right;
  30 + text-overflow: ellipsis;
  31 +white-space: nowrap;
  32 +
30 33 }
31 34
32 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 }
\ No newline at end of file
... ...
... ... @@ -31,9 +31,9 @@ page {
31 31 }
32 32
33 33 .arrow_wrap {
34   - width: 60rpx;
35   - height: 60rpx;
36   - margin-top: 20rpx;
  34 + width: 50rpx;
  35 + height: 50rpx;
  36 + margin-top: 26rpx
37 37 }
38 38
39 39 .red_star_right_10 {
... ...
... ... @@ -31,9 +31,9 @@ page {
31 31 }
32 32
33 33 .arrow_wrap {
34   - width: 60rpx;
35   - height: 60rpx;
36   - margin-top: 20rpx;
  34 + width: 50rpx;
  35 + height: 50rpx;
  36 + margin-top: 26rpx
37 37 }
38 38
39 39 .red_star_right_10 {
... ...
注册登录 后发表评论