123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409 |
- page {
- background-color: #01ccff;
- padding: 1rpx 0;
- }
- .main-bg {
- width: 100%;
- }
- .topCard {
- margin: 18rpx auto;
- background: rgba(93, 172, 222, 0.86);
- border-radius: 34rpx;
- width: 682rpx;
- height: 225rpx;
- padding: 0 30rpx;
- }
- .user {
- height: 138rpx;
- display: flex;
- align-items: center;
- margin-bottom: 15rpx;
- }
- .user .name {
- font-size: 36rpx;
- color: #fff;
- margin-left: 22rpx;
- font-weight: 700;
- flex: 1;
- }
- .user .avatar {
- width: 102rpx;
- height: 102rpx;
- border-radius: 50%;
- display: flex;
- align-items: center;
- justify-content: center;
- background: #fff;
- box-shadow: 0 2rpx 12rpx 0 rgba(0, 0, 0, 0.10);
- }
- .user .avatar image {
- width: 92rpx;
- height: 92rpx;
- border-radius: 50%;
- }
- .record {
- background-color: transparent;
- color: #fff;
- font-size: 26rpx;
- text-decoration: underline;
- margin-top: -60rpx;
- height: 60rpx;
- width: 100rpx;
- }
- .balance {
- display: flex;
- align-items: center;
- }
- .balance .balance_item {
- width: 262rpx;
- height: 42rpx;
- position: relative;
- float: left;
- border-radius: 100px;
- background: #546688;
- margin-right: 23rpx;
- padding-left: 78rpx;
- }
- .balance .balance_icon {
- border-radius:10rpx;
- height: 54rpx;
- width: 54rpx;
- position: absolute;
- left: 0;
- top: 50%;
- transform: translateY(-50%);
- }
- .balance .balance_num {
- font-size: 32rpx;
- color: #f9e32e;
- }
- .balance .balance_btn {
- font-size: 24rpx;
- color: #fff;
- width: 95rpx;
- height: 45rpx;
- position: absolute;
- right: -40rpx;
- top: 50%;
- transform: translateY(-50%);
- background: #f6b10c;
- border: 2rpx solid #333;
- box-shadow: inset 0 2rpx 3rpx 5rpx rgba(255, 239, 209, 0.50);
- border-radius: 100px;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .prompt {
- text-align: center;
- font-size: 36rpx;
- line-height: 116rpx;
- color: #fff;
- font-weight: 600;
- }
- .prompt text {
- color: #FFE600;
- font-size: 32rpx;
- }
- .earn {
- padding: 0 11rpx;
- width: 674rpx;
- height: 106rpx;
- background: #fff;
- box-shadow: 0 2rpx 8rpx 0 rgba(0, 0, 0, 0.10);
- border-radius: 18rpx;
- display: flex;
- margin: 0 auto;
- }
- .earn .Carousel {
- height: 106rpx;
- margin-right: 20rpx;
- width: 440rpx;
- }
- .earn .Carousel_item {
- display: flex;
- height: 106rpx;
- align-items: center;
- }
- .earn .Carousel_item .icon {
- width: 54rpx;
- height: 54rpx;
- border-radius: 50%;
- overflow: hidden;
- margin: 0 15rpx 0 5rpx;
- display: block;
- }
- .earn .Carousel_item .text {
- flex: 1;
- font-size: 24rpx;
- color: #666;
- align-items: center;
- }
- .earn .Carousel_item .name {
- font-size: 28rpx;
- color: #333;
- margin-right: 10rpx;
- }
- .earn .to {
- flex: 1;
- padding-left: 20rpx;
- padding-right: 5rpx;
- height: 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- position: relative;
- }
- .earn .to::before {
- content: '';
- position: absolute;
- left: 0;
- width: 2px;
- height: 44rpx;
- background-color: #e3e3e3;
- }
- .earn .to button {
- align-items: center;
- justify-content: center;
- font-size: 28rpx;
- color: #fff;
- height: 65rpx;
- background: #ff9500;
- box-shadow: 0 2rpx 8rpx 0 rgba(60, 45, 45, 0.50);
- border-radius: 102rpx;
- width: 100%;
- }
- .rule {
- padding-bottom: 10rpx;
- width: 668rpx;
- background: #d8fbff;
- border-radius: 14rpx;
- margin: 20rpx auto;
- }
- .rule .title {
- line-height: 106rpx;
- padding: 0 58rpx;
- font-size: 32rpx;
- color: #333;
- font-weight: 700;
- }
- .rule .cell {
- font-size: 28rpx;
- color: #333;
- line-height: 50rpx;
- position: relative;
- padding: 0 50rpx 0 76rpx;
- margin-bottom: 20rpx;
- }
- .rule .cell::before {
- content: '';
- position: absolute;
- left: 33rpx;
- top: 25rpx;
- margin-top: -10rpx;
- width: 22rpx;
- height: 22rpx;
- border-radius: 50%;
- background: #f87f09;
- }
- .main {
- margin-top: 55rpx;
- height: 648rpx;
- overflow: hidden;
- position: relative;
- width: 750rpx;
- }
- .main .dial {
- width: 648rpx;
- height: 648rpx;
- margin: 0 auto;
- overflow: hidden;
- position: relative;
- }
- .main .dial image {
- left: 0;
- position: absolute;
- top: 0;
- }
- .main .dial .bg {
- width: 100%;
- height: 100%;
- }
- .main .dial .prize {
- width: 648rpx;
- height: 648rpx;
- }
- .main .dial .play {
- width: 252rpx;
- height: 252rpx;
- left: 198rpx;
- top: 198rpx;
- }
- .lottery__content {
- color: #666;
- font-size: 28rpx;
- text-align: center;
- }
- .lottery__img {
- height: 56rpx;
- width: 56rpx;
- vertical-align: text-bottom;
- margin: 0 14rpx;
- }
- .lottery__name {
- color: #E22020;
- }
- .to-withdraw {
- background-color: rgba(0, 0, 0, 0.6);
- height: 100%;
- left: 0;
- position: fixed;
- top: 0;
- width: 100%;
- }
- .to-withdraw_inner {
- left: 50%;
- position: absolute;
- text-align: center;
- top: 50%;
- transform: translate(-50%, -50%);
- }
- .to-withdraw_img {
- height: 350rpx;
- margin-bottom: 70rpx;
- vertical-align: top;
- width: 640rpx;
- }
- .to-withdraw_btn {
- background-color: #557cff;
- border-radius: 44rpx;
- color: #fff;
- display: inline-block;
- font-size: 36rpx;
- font-weight: bold;
- height: 88rpx;
- width: 526rpx;
- }
- .guide {
- background-color: rgba(0, 0, 0, 0.5);
- height: 100%;
- left: 0;
- position: fixed;
- top: 0;
- width: 100%;
- }
- .guide__inner {
- background-color: #fff;
- border-radius: 20rpx;
- height: 520rpx;
- left: 50%;
- margin: -260rpx 0 0 -316rpx;
- position: absolute;
- top: 50%;
- width: 632rpx;
- }
- .guide__head {
- color: #547CFF;
- display: block;
- font-size: 32rpx;
- font-weight: bold;
- line-height: 104rpx;
- text-align: center;
- }
- .guide__body {
- background-color: #F4FCFF;
- color: #666;
- font-size: 28rpx;
- height: 294rpx;
- margin: 0 18rpx;
- padding: 10rpx;
- }
- .guide__body label {
- display: block;
- margin: 10rpx 10rpx 20rpx 20rpx;
- padding-left: 30rpx;
- position: relative;
- }
- .guide__body label::before {
- background-color: #333;
- content: '';
- height: 10rpx;
- left: 0;
- position: absolute;
- top: 18rpx;
- transform: rotate(45deg);
- width: 10rpx;
- }
- .guide__body text {
- color: #FF1A19;
- line-height: 44rpx;
- }
- .guide__body .tag {
- background-color: #FF1A19;
- border-radius: 28rpx 24rpx 24rpx 0;
- color: #fff;
- display: inline-block;
- font-size: 16rpx;
- font-weight: normal;
- line-height: 32rpx;
- margin: 0 5rpx;
- padding: 0 20rpx;
- }
- .guide__foot {
- margin: 22rpx 36rpx 0;
- }
- .guide__rank {
- background-color: #FFE32C;
- border-radius: 50rpx;
- color: #333;
- float: left;
- font-size: 28rpx;
- height: 74rpx;
- line-height: 74rpx;
- width: 172rpx;
- }
- .guide__share {
- background-color: #557CFF;
- border-radius: 50rpx;
- color: #fff;
- float: left;
- font-size: 28rpx;
- font-weight: bold;
- height: 74rpx;
- line-height: 74rpx;
- margin-left: 20rpx;
- width: 366rpx;
- }
|