邓洁 : 设备管理及修复
BIN
src/assets/images/tunnel/sd_icon_fc.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
src/assets/images/tunnel/sd_icon_fj.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
src/assets/images/tunnel/sd_icon_fs.png
Normal file
|
After Width: | Height: | Size: 823 B |
BIN
src/assets/images/tunnel/sd_icon_fy.png
Normal file
|
After Width: | Height: | Size: 916 B |
BIN
src/assets/images/tunnel/sd_icon_qt.png
Normal file
|
After Width: | Height: | Size: 828 B |
BIN
src/assets/images/tunnel/sd_icon_sd.png
Normal file
|
After Width: | Height: | Size: 925 B |
BIN
src/assets/images/tunnel/sd_icon_wd.png
Normal file
|
After Width: | Height: | Size: 925 B |
BIN
src/assets/images/tunnel/sd_icon_yq.png
Normal file
|
After Width: | Height: | Size: 949 B |
@@ -6,6 +6,11 @@
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background-position: center;
|
||||
-moz-user-select: none; /*火狐*/
|
||||
-webkit-user-select: none; /*webkit浏览器*/
|
||||
-ms-user-select: none; /*IE10*/
|
||||
-khtml-user-select: none; /*早期浏览器*/
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
a {
|
||||
@@ -402,9 +407,13 @@ body,
|
||||
font-weight: bold;
|
||||
color: #08b7b8;
|
||||
letter-spacing: 3px;
|
||||
p{
|
||||
line-height: 40px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.el-message-box__btns {
|
||||
margin-top: 20px;
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
.el-button {
|
||||
@@ -485,3 +494,37 @@ input[type="number"] {
|
||||
.el-checkbox__input.is-checked .el-checkbox__inner::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
//取消 确定按钮
|
||||
.btns {
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
margin-top: 80px;
|
||||
|
||||
.cancel-btn {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
cursor: pointer;
|
||||
width: 220px;
|
||||
height: 80px;
|
||||
border-radius: 11px;
|
||||
border: 2px solid #08B7B8;
|
||||
color: #08B7B8;
|
||||
line-height: 80px;
|
||||
font-size: 38px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.sure-btn {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
cursor: pointer;
|
||||
width: 220px;
|
||||
height: 80px;
|
||||
line-height: 80px;
|
||||
background: #08B7B8;
|
||||
border-radius: 11px;
|
||||
color: #FFFFFF;
|
||||
font-size: 38px;
|
||||
}
|
||||
}
|
||||
|
||||