diff --git a/src/views/choujiang/hxl-cj/cj.vue b/src/views/choujiang/hxl-cj/cj.vue index 26da184..bb84784 100644 --- a/src/views/choujiang/hxl-cj/cj.vue +++ b/src/views/choujiang/hxl-cj/cj.vue @@ -1579,7 +1579,7 @@ button { align-items: center; background-color: #ffd283; opacity: 0.8; - margin-left: 2vh; + margin-left: 0.8vh; margin-top: 3.5vh; cursor: pointer; position: relative; @@ -1717,6 +1717,7 @@ button { } .tableFoot { + font-size: 18px; color: #e64f39; display: flex; gap: 10px; @@ -1729,8 +1730,8 @@ button { /* background: linear-gradient(90deg, #ff9800 0%, #ff5722 100%); */ border-radius: 50%; display: flex; - width: 35px; - height: 35px; + width: 30px; + height: 30px; justify-content: center; /* align-items: center; */ } @@ -1741,8 +1742,8 @@ button { background: linear-gradient(90deg, #ff9800 0%, #ff5722 100%); border-radius: 50%; display: flex; - width: 35px; - height: 35px; + width: 30px; + height: 30px; justify-content: center; }