|
@@ -1854,10 +1854,44 @@
|
|
|
top: 13px;
|
|
|
}
|
|
|
|
|
|
- .top {
|
|
|
+
|
|
|
+
|
|
|
+ .weight {
|
|
|
+ font-size: 68px;
|
|
|
+ }
|
|
|
+
|
|
|
+ //下面列表
|
|
|
+ .neifor {
|
|
|
+ width: 80%;
|
|
|
+ background-color: #f6f7fc;
|
|
|
+ }
|
|
|
+
|
|
|
+ /deep/.neifor .ws-info-table .el-form-item .el-form-item__label {
|
|
|
+ width: 35%;
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+
|
|
|
+ /deep/.neifor .ws-info-table .el-form-item .el-form-item__content {
|
|
|
+ width: 60%;
|
|
|
+ background-color: #f6f7fc;
|
|
|
+ }
|
|
|
+
|
|
|
+ /deep/.neifor .el-input--small .el-input__inner {
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+
|
|
|
+ .balance-row {
|
|
|
+ display: flex;
|
|
|
+ margin: 20px 0 0 0;
|
|
|
+ position: relative;
|
|
|
+ .left {
|
|
|
+
|
|
|
+ width: 90%;
|
|
|
+ }
|
|
|
+ .top {
|
|
|
position: absolute;
|
|
|
- top: 270px;
|
|
|
- width: 69%;
|
|
|
+ top: 125px;
|
|
|
+ width: 87%;
|
|
|
background: black;
|
|
|
color: #2aff7c;
|
|
|
font-size: 32px;
|
|
@@ -1896,38 +1930,5 @@
|
|
|
font-size: 30px;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
- .weight {
|
|
|
- font-size: 68px;
|
|
|
- }
|
|
|
-
|
|
|
- //下面列表
|
|
|
- .neifor {
|
|
|
- width: 80%;
|
|
|
- background-color: #f6f7fc;
|
|
|
- }
|
|
|
-
|
|
|
- /deep/.neifor .ws-info-table .el-form-item .el-form-item__label {
|
|
|
- width: 35%;
|
|
|
- text-align: center;
|
|
|
- }
|
|
|
-
|
|
|
- /deep/.neifor .ws-info-table .el-form-item .el-form-item__content {
|
|
|
- width: 60%;
|
|
|
- background-color: #f6f7fc;
|
|
|
- }
|
|
|
-
|
|
|
- /deep/.neifor .el-input--small .el-input__inner {
|
|
|
- width: 100%;
|
|
|
- }
|
|
|
-
|
|
|
- .balance-row {
|
|
|
- display: flex;
|
|
|
- margin: 20px 0 0 0;
|
|
|
-
|
|
|
- .left {
|
|
|
- position: relative;
|
|
|
- width: 90%;
|
|
|
- }
|
|
|
}
|
|
|
</style>
|