28 lines
459 B
Plaintext
28 lines
459 B
Plaintext
/* packageE/simplegraph/simplegraph.wxss */
|
|
.component-wrapper {
|
|
width: 100%;
|
|
}
|
|
|
|
.component-wrapper .img {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.hotarea-rnd {
|
|
position: absolute;
|
|
user-select: auto;
|
|
display: inline-block;
|
|
top: 5px;
|
|
left: 5px;
|
|
width: 60px;
|
|
height: 50px;
|
|
padding: 5px 10px;
|
|
box-sizing: border-box;
|
|
|
|
/* border: 1px solid #29ba9c; */
|
|
|
|
/* background: rgba(41, 186, 156, 0.3); */
|
|
font-size: 12px;
|
|
color: #fff;
|
|
}
|