移动系统liao
2024-05-15 d7c7a6e9d05eec7b38b41b8ae39f373f650ca891
1
2
3
4
5
6
7
8
9
10
11
.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; }
}