CSS背景画像適応
260 ワード
body{
background-image: url("${re.contextPath}/plugin/pay/img/payResultBg.png");
height: 100%;
width: 100%;
no-repeat center top;
background-size: 100%;
overflow: hidden;
}