123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249 |
- .mine {
- min-height: 100vh;
- background-color: #041129;
- padding-bottom: 120px;
- .banner {
- display: flex;
- justify-content: space-between;
- align-items: center;
- .banner-left {
- margin-left: 60px;
- .banner-title {
- font-family: PingFangSC-Regular;
- font-size: 28px;
- color: rgba(255, 255, 255, .75);
- }
- .banner-num {
- font-family: DINPro-Medium;
- font-size: 64px;
- color: #0F84EC;
- }
- }
- .banner-right{
- .banner-img{
- width: 350px;
- height: 270px;
- }
- }
- }
- .content {
- position: relative;
- z-index: 1111;
- margin-top: -60px;
- padding: 0 30px;
- .register {
- margin-bottom: 12px;
- border-radius: 16px;
- width: 100%;
- background: #0F1A2F;
- height: 112px;
- display: flex;
- align-items: center;
- .register-left {
- padding-left: 30px;
- flex: 1;
- display: flex;
- justify-content: space-between;
- align-items: center;
- font-size: 28px;
- color: rgba(255, 255, 255, .75);
- .register-title {
- display: flex;
- align-items: center;
- .register-icon {
- width: 48px;
- height: 48px;
- margin-right: 20px;
- }
- font-family: PingFangSC-Regular;
- font-size: 32px;
- color: #FFFFFF;
- letter-spacing: 0;
- }
- }
- .register-right {
- padding: 0 22px;
- height: 64px;
- line-height: 64px;
- text-align: center;
- margin-left: 20px;
- margin-right: 20px;
- font-family: PingFangSC-Regular;
- font-size: 32px;
- color: #FFFFFF;
- background-image: linear-gradient(-45deg, #4EC3F8 0%, #0F84EC 100%);
- border-radius: 8px;
- }
- }
- .register:nth-child(1) {
- border-radius: 16px 16px 0 0;
- }
- .contact-title {
- margin-top: 48px;
- font-family: PingFangSC-Medium;
- font-size: 32px;
- color: #FFFFFF;
- }
- .contact-content {
- margin-top: 30px;
- height: 112px;
- line-height: 112px;
- background: #0F1A2F;
- border-radius: 16px;
- font-family: PingFangSC-Regular;
- font-size: 32x;
- color: #FFFFFF;
- display: flex;
- align-items: center;
- .contact-icon {
- margin-right: 20px;
- width: 48px;
- height: 48px;
- }
- }
- .recharge {
- margin-top: 30px;
- width: 100%;
- white-space: nowrap;
- .recharge-info {
- margin-right: 18px;
- display: inline-block;
- padding: 50px 0 24px 0;
- width: 260px;
- position: relative;
- background: #0F1A2F;
- border-radius: 16px;
- .recharge-icon {
- width: 100%;
- display: flex;
- justify-content: center;
- .recharge-img {
- width: 92px;
- height: 64px;
- display: block;
- }
- }
- .recharge-tips {
- margin-top: 16px;
- position: absolute;
- top: 0;
- left: 0;
- padding: 0 26px;
- background: #DF5E5F;
- border-radius: 16px 0 16px 0;
- font-family: PingFangSC-Regular;
- font-size: 20px;
- color: #FFFFFF;
- }
- .recharge-title {
- margin-top: 16px;
- font-family: PingFangSC-Regular;
- font-size: 28px;
- color: #FFFFFF;
- letter-spacing: 0;
- text-align: center;
- letter-spacing: 0;
- }
- .recharge-tag {
- margin-top: 4px;
- font-family: PingFangSC-Medium;
- font-size: 24px;
- color: #DF5E5F;
- letter-spacing: 0;
- text-align: center;
- line-height: 31px;
- }
- .recharge-button {
- margin-top: 24px;
- position: relative;
- left: 50%;
- transform: translateX(-50%);
- width: 120px;
- height: 64px;
- line-height: 64px;
- background-image: linear-gradient(-45deg, #4EC3F8 0%, #0F84EC 100%);
- border-radius: 32px;
- font-family: PingFangSC-Regular;
- font-size: 32px;
- color: #FFFFFF;
- letter-spacing: 0;
- text-align: center;
- }
- }
- }
- .member-list {
- .member-info {
- margin-top: 30px;
- padding: 15px;
- background: #0F1A2F;
- border-radius: 16px;
- .member-top {
- display: flex;
- justify-content: space-between;
- font-family: PingFangSC-Medium;
- font-size: 32px;
- .member-title {
- color: #0F84EC;
- }
- .member-tag {
- color: #FC4F79;
- }
- }
- .member-bottom {
- margin-top: 12px;
- display: flex;
- justify-content: space-between;
- align-items: center;
- font-family: PingFangSC-Regular;
- font-size: 28px;
- color: #FFFFFF;
- line-height: 44px;
- .member-button {
- width: 136px;
- height: 64px;
- line-height: 64px;
- text-align: center;
- background-image: linear-gradient(-45deg, #45B7F2 0%, #0F84EC 100%);
- border-radius: 64px;
- }
- }
- }
- }
- }
- .ios-tips{
- font-family: PingFangSC-Regular;
- font-size: 32rpx;
- color: rgba(255, 255, 255, 0.75);
- margin-top: 100px;
- text-align: center;
- }
- }
|