Commit 8aadbf049dbad34654b3285f0c0a2a8ab42f03a7
1 parent
099b7aec
[年会抽奖]抽奖系统UI调整
Showing
1 changed file
with
1 additions
and
2 deletions
lottery.html
@@ -14,7 +14,7 @@ | @@ -14,7 +14,7 @@ | ||
14 | 14 | ||
15 | body {width: 100%;height: 100%;box-sizing: border-box;padding-top: 60px;background: url('./img/pc/bg.png') no-repeat;background-size: cover;} | 15 | body {width: 100%;height: 100%;box-sizing: border-box;padding-top: 60px;background: url('./img/pc/bg.png') no-repeat;background-size: cover;} |
16 | .header {width: 765px;margin-left: 1025px;} | 16 | .header {width: 765px;margin-left: 1025px;} |
17 | - .main {width: 1660px;margin-top: 110px;margin-left: 637px;} | 17 | + .main {width: 1660px;margin-top: 110px;margin-left: 637px;-webkit-transform: scaleX(.75);-moz-transform: scaleX(.75);-ms-transform: scaleX(.75);transform: scaleX(.75);} |
18 | 18 | ||
19 | .radio-group {width: 330px;margin-left: 572px;padding-top: 60px;} | 19 | .radio-group {width: 330px;margin-left: 572px;padding-top: 60px;} |
20 | .radio-item {display: flex;align-items: center;justify-content: space-between;cursor: pointer;} | 20 | .radio-item {display: flex;align-items: center;justify-content: space-between;cursor: pointer;} |
@@ -55,7 +55,6 @@ | @@ -55,7 +55,6 @@ | ||
55 | .result-item:not(:last-of-type) {margin-bottom: 11px;} | 55 | .result-item:not(:last-of-type) {margin-bottom: 11px;} |
56 | .result-cell {flex: 2;-webkit-flex: 2;} | 56 | .result-cell {flex: 2;-webkit-flex: 2;} |
57 | .result-cell-del {flex: 1;-webkit-flex: 1;display: flex;justify-content: center;align-items: center;} | 57 | .result-cell-del {flex: 1;-webkit-flex: 1;display: flex;justify-content: center;align-items: center;} |
58 | - .result-item .result-cell-del {cursor: pointer;} | ||
59 | .fw-500 {font-weight: 500;} | 58 | .fw-500 {font-weight: 500;} |
60 | .result-cell-del .del-icon {width: 44px;height: 44px;background: url('./img/pc/icon_del.png') no-repeat;background-size: contain;} | 59 | .result-cell-del .del-icon {width: 44px;height: 44px;background: url('./img/pc/icon_del.png') no-repeat;background-size: contain;} |
61 | .clearfix:after {content: " ";display: block;height: 0;visibility: hidden;clear: both} | 60 | .clearfix:after {content: " ";display: block;height: 0;visibility: hidden;clear: both} |