|
@@ -193,11 +193,11 @@ input[type="number"] {
|
|
|
.m-container {
|
|
|
box-sizing: border-box;
|
|
|
background-color: #fff;
|
|
|
- padding: 18px 60px 40px;
|
|
|
+ padding: 18px 30px 40px;
|
|
|
// height: calc(100vh- 80px) !important;
|
|
|
// height: calc(100vh - 70px);
|
|
|
width: 100%;
|
|
|
- min-width: 1440px;
|
|
|
+ // min-width: 1440px;
|
|
|
// overflow: auto;
|
|
|
.m-core {
|
|
|
margin-top: 10px;
|
|
@@ -208,7 +208,7 @@ input[type="number"] {
|
|
|
height: 48px;
|
|
|
line-height: 48px;
|
|
|
position: relative;
|
|
|
- // padding-left: 30px;
|
|
|
+ // padding-left: 20px;
|
|
|
font-size: 32px;
|
|
|
font-weight: 600;
|
|
|
margin-bottom: 10px;
|
|
@@ -235,9 +235,10 @@ input[type="number"] {
|
|
|
background-color: #14928a;
|
|
|
}
|
|
|
.squrt {
|
|
|
- position: absolute;
|
|
|
- left: -25px;
|
|
|
- top: 8px;
|
|
|
+ // position: absolute;
|
|
|
+ // left: 0;
|
|
|
+ // top: 8px;
|
|
|
+ margin-right: 15px;
|
|
|
height: 34px;
|
|
|
width: 8px;
|
|
|
background-color: #14928a;
|