|
|
@@ -471,7 +471,7 @@ export default {
|
|
|
</script>
|
|
|
<style lang="scss" scoped>
|
|
|
.practice {
|
|
|
- width: 100%;
|
|
|
+ // width: 100%; // 添加了margin后在手机上会有滚动条
|
|
|
margin: 8px;
|
|
|
|
|
|
// max-height: 434px;
|
|
|
@@ -564,7 +564,7 @@ export default {
|
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
|
width: 100%;
|
|
|
- height: 34px;
|
|
|
+ height: 32px;
|
|
|
padding: 0;
|
|
|
margin-top: 44px;
|
|
|
list-style: none;
|
|
|
@@ -576,7 +576,7 @@ export default {
|
|
|
font-style: normal;
|
|
|
font-weight: bold;
|
|
|
line-height: 34px;
|
|
|
- color: #ff5757;
|
|
|
+ color: #fff;
|
|
|
text-align: center;
|
|
|
cursor: pointer;
|
|
|
background: #ffe6e6;
|