@@ -78,7 +78,7 @@
margin-bottom: 10px;
box-sizing: border-box;
background-color: #ffffff;
- border-radius: 5px;
+ border-radius: 10px;
display: flex;
justify-content: center;
@@ -86,11 +86,11 @@
width: 50%;
padding: 30px 10px 20px 30px;
.left-title {
- font-size: 16px;
+ font-size: 18px;
}
.left-count {
padding-top: 10px;
- font-size: 30px;
+ font-size: 45px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
@@ -99,8 +99,14 @@
.card-right {
- padding-top: 10px;
+ display: flex;
+ justify-content: center;
+ align-items: center;
text-align: center;
+
+ .right-img {
+ width: 60%;
+ }
.ant-card-body:nth-child(5n) {
@@ -238,12 +238,13 @@
<style lang="less" scoped>
.login-wrapper {
width: 100%;
- min-height: 600px;
+ min-height: 800px;
height: 100vh;
flex-direction: column;
- padding: 5% 0;
align-items: center;
+ justify-content: flex-start;
+ padding-top: 10%;
background-image: url('/src/assets/images/login/logo_background.png');
background-size: cover;
background-position: center;
@@ -43,7 +43,7 @@
</div>
<div class="info-right">
- <img src="/src/assets/images/bigscreen/img.png" alt="" srcset="" />
+ <img src="/src/assets/images/bigscreen/img.png" style="width: 115%; padding-top: 35px" />
<div class="right-foot">
@@ -345,6 +345,10 @@
.info-left::-webkit-scrollbar {
display: none;
+ .info-right {
+ padding: 0 40px 0 30px;
.right-foot {