【发布时间】:2018-09-17 22:18:27
【问题描述】:
这是我尝试过的css:
.button {
-fx-background-radius: 4;
-fx-effect: dropshadow(gaussian, rgba(0, 0, 0, 0.7), 10, 0, 0, 1);
-fx-background-insets: 0, 1;
-fx-padding: 5 20 5 20;
}
<div class="button">Nouvea</div>
这是我想要的效果:
【问题讨论】:
-
This 过去几年对我很有帮助。