14 lines
205 B
CSS
14 lines
205 B
CSS
.computed {
|
|
position: fixed;
|
|
top: -1000rpx;
|
|
left: 0;
|
|
/* #ifndef APP-NVUE */
|
|
display: flex;
|
|
/* #endif */
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
}
|
|
.computed-text {
|
|
font-size: 20px;
|
|
flex-shrink: 0;
|
|
} |