
/* ---------- ---------- ---------- ---------- ---------- ----------
// Destiny10 / Tianyu2 会员系统：
// 会员注册、帐号登录、密码修改、点数查询、PayPal 充值
// ---------- ---------- ---------- ---------- ---------- ---------- */

body {
  /* background: url('images/bg.jpg') center fixed; */
  background-image: url('/member/images/bg.jpg');
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: repeat-y;
  position: relative;
}

.container {
  width: 1000px;  /* 指定宽度，防止变形 */
  min-width: 1000px;  /* 最小宽度，防止变形 */
  padding: 0;  /* 去掉容器的内边距 */
}
