.wallet-wrap { margin: 10px; }
|
.wallet-card { width: 100%; height: 150px; background-image: url('/static/images/common/bg.png'); background-size: cover; background-position: center; border-radius: 10px; padding: 10px; position: relative; box-shadow: 0.5px 2.5px 8px 0px rgba(111,112,154, 0.81);
|
.draw-btn { position: absolute; top: 17.5px; right: 17.5px; width: 60px; height: 29px; background: #ffffff; border-radius: 14.5px; padding: 0; font-size: 12px; font-weight: 500; color: #e54d42; }
|
}
|
|
.state-item { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; background-color: #fff; border-bottom: 0.5px solid rgba(153, 153, 153, 0.5);
|
.state-title { color: #666; font-weight: 500; font-size: 14px; line-height: 45px; }
|
.title-active { color: #333; }
|
.underline { display: block; width: 34px; height: 2px; background: #fff; border-radius: 1px; }
|
.underline-active { background: #e54d42; display: block; width: 34px; height: 2px; border-radius: 1px; }
|
}
|