init:first commit of plus-ui

This commit is contained in:
Teo
2025-05-21 11:24:53 +08:00
commit 95e38df6a5
2219 changed files with 2478311 additions and 0 deletions

View File

@ -0,0 +1,122 @@
.el-icon-arrow-up:before {
content: "";
}
.el-select-dropdown {
background-color: rgba(0, 0, 0, 0.8);
border-color: rgba(0, 255, 255, 0.5);
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
background-color: rgba(0, 255, 255, 0.5);
}
.el-select-dropdown__item {
color: #fff;
}
.el-select-dropdown__item.selected {
color: rgba(0, 255, 255, 1);
}
.right_detail {
display: flex;
align-items: center;
padding: 20px 20px 10px 30px;
height: 100%;
.left_box {
> div {
margin: 10px;
> div {
margin-left: 20px;
.el-input__inner,
.el-input {
width: 120px !important;
}
}
}
}
.left_info {
display: flex;
align-items: center;
flex-direction: column;
justify-content: space-between;
> div {
display: flex;
justify-content: space-between;
align-items: center;
height: 32px;
> span {
font-size: 14px;
color: #fff;
width: 140px;
display: inline-block;
}
> div {
width: 120px;
height: 30px;
color: #fff;
display: grid;
place-items: center;
.lost_action {
.el-select {
width: 100%;
margin: 10px 0;
}
.el-input__inner {
background-color: rgba(0, 0, 0, 0.5);
border-color: rgba(0, 255, 255, 0.5);
color: #fff;
}
.el-select .el-input__inner:focus {
border-color: rgba(0, 255, 255, 0.5);
}
}
.custom-number-input input::-webkit-inner-spin-button,
.custom-number-input input::-webkit-outer-spin-button {
appearance: none;
margin: 0;
}
.el-input__inner {
height: 30px;
background: #f0f8ff00;
color: white;
border: 1px solid rgba(0, 255, 255, 0.5);
width: 90px;
}
.el-input {
width: 90px;
}
.button_right {
display: flex;
color: #fff;
font-size: 14px;
align-items: center;
height: 30px;
padding-right: 3px;
> div {
font-size: 9px;
color: #fff;
display: flex;
flex-direction: column;
align-items: center;
margin-right: 6px;
> span {
cursor: pointer;
}
& > span:hover {
color: #c7c7c7;
}
}
}
}
}
}
.take_off {
cursor: pointer;
width: 120px;
height: 100%;
margin-left: 20px;
display: grid;
place-items: center;
> img {
width: 100%;
}
}
}