1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- .bg{
- width: 100%;
- height: 100%;
- background: url('/@/assets/images/vent/bg.png');
- // z-index: 1;
- #damper3DCSS{
- .elementTag{
- position: relative;
- left: -18px;
- top: -2px;
- // padding: 5px 20px;
- // color: #fff;
- // box-shadow: 0 0 18px #dbecff22;
- // border: 1px solid #dbecff22;
- // border-radius: 5px;
- // background-color: #dbecff77;
- cursor: pointer;
- // &::before {
- // content: "";
- // display: block;
- // position: absolute;
- // width: 80px;
- // height: 1px;
- // background: rgb(127 177 255 / 75%);
- // bottom: 0;
- // right: -80px;
- // transform-origin: 0 0;
- // transform: rotate(30deg);
- // }
- // &::after {
- // content: "";
- // display: block;
- // position: absolute;
- // width: 20px;
- // height: 20px;
- // background: rgb(127 177 255 / 75%);
- // bottom: -55px;
- // right: -85px;
- // border-radius: 50%;
- // }
- .elementContent{
- background-color: rgb(20 143 221 / 68%);
- box-shadow: 0px 0px 12px rgb(0 128 255 / 75%);
- border: 1px solid rgb(127 177 255 / 75%);
- padding: 10px 20px 0px 20px;
- color: #efefef;
- p{
- line-height: 1rem;
- }
- }
- }
- }
- }
|