|
@@ -28,43 +28,19 @@
|
|
}
|
|
}
|
|
|
|
|
|
.border {
|
|
.border {
|
|
- border: 1px solid #b7b6b6;
|
|
|
|
|
|
+ /*border: 1px solid #b7b6b6;*/
|
|
border-radius: 5px;
|
|
border-radius: 5px;
|
|
padding: 10px;
|
|
padding: 10px;
|
|
- }
|
|
|
|
-
|
|
|
|
- .editor {
|
|
|
|
- min-height: 50px;
|
|
|
|
- padding: 10px;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- #mask {
|
|
|
|
- position: fixed;
|
|
|
|
- top: 0;
|
|
|
|
- left: 0;
|
|
|
|
- width: 100%;
|
|
|
|
- height: 100%;
|
|
|
|
- background-color: rgba(0, 0, 0, 0.5); /* 半透明黑色背景 */
|
|
|
|
- display: flex;
|
|
|
|
- justify-content: center;
|
|
|
|
- align-items: center;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- #model {
|
|
|
|
- position: absolute;
|
|
|
|
- top: 50%;
|
|
|
|
- left: 50%;
|
|
|
|
- transform: translate(-50%, -50%);
|
|
|
|
background-color: white;
|
|
background-color: white;
|
|
- width: 50%;
|
|
|
|
- padding: 20px;
|
|
|
|
- border-radius: 5px;
|
|
|
|
|
|
+ }
|
|
|
|
+ body{
|
|
|
|
+ background-color: #f4f4f5;
|
|
}
|
|
}
|
|
|
|
|
|
.myTop {
|
|
.myTop {
|
|
position: fixed;
|
|
position: fixed;
|
|
top: 0;
|
|
top: 0;
|
|
- background-image: url("./img/white.png");
|
|
|
|
|
|
+ background-image: url("./img/gray.png");
|
|
/* 背景铺满整个div*/
|
|
/* 背景铺满整个div*/
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
width: 100%;
|
|
width: 100%;
|