Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これは私のGUIです:
画像を水平方向に中央に配置します....助けてもらえますか?これを行う方法がわかりません。
前もって感謝します!
コンポーネント 'yourCls' の cls を与える
.yourCls{ background-image:url('resources/images/startup.png'); background-position:center; background-repeat:no-repeat; height:100%; width:100%; }
これを試して
margin : '30px 0px 0px 0px'