ask the great gods, transform:scale (.75) of .scale in the code; what"s wrong if it doesn"t work?
I typed the code for the rookie tutorial without effect, or even copied it directly later.
ask the great gods, transform:scale (.75) of .scale in the code; what"s wrong if it doesn"t work?
I typed the code for the rookie tutorial without effect, or even copied it directly later.
CSS transform attribute, valid only for block-level elements!
< hr >in addition, you have a lot of extra styles, such as the width and height of span, which will not take effect.
.scale, .scale2 {
display: inline-block;
...
}
Previous: The problem of Vue sub-component modifying props
Next: Why does the js assign a value to the div height to be refreshed before it is displayed?