123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311 |
- /* share/pages/activity/activity.wxss */
- .page {
- width: 100%;
- height: 100vh;
- position: relative;
- overflow: auto;
- background-color: #fff;
- box-sizing: border-box;
- }
- .a-turntable {
- width: 100%;
- overflow: hidden;
- position: relative;
- background: #f40039;
- }
- .d-bg-turntable {
- position: absolute;
- width: 100%;
- height: 100%;
- z-index: 0;
- }
- .a-turntable-title {
- position: relative;
- z-index: 1;
- left: 50%;
- transform: translateX(-50%);
- margin-top: 20rpx;
- }
- .a-van-notice-bar {
- position: relative;
- z-index: 1;
- width: 70% !important;
- left: 50%;
- transform: translateX(-50%);
- }
- .a-lucky-wheel {
- display: flex;
- flex-direction: column;
- align-items: center;
- margin-top: 20rpx;
- position: relative;
- }
- .a-lucky-bottom {
- position: absolute;
- z-index: 9;
- bottom: -200rpx;
- width: 550rpx;
- }
- .flex-sub {
- flex: 1;
- }
- button {
- border-radius: 0rpx !important;
- }
- .color384855 {
- color: #384855;
- }
- .color249DFA {
- color: #249DFA;
- }
- .colorfff {
- color: #fff;
- }
- .bg249DFA {
- background-color: #249DFA;
- }
- .flex {
- display: flex;
- }
- .align-center {
- align-items: center;
- }
- .justify-center {
- justify-content: center;
- }
- .flex-column {
- display: flex;
- flex-direction: column;
- position: relative;
- z-index: 9999;
- margin-top: 280rpx;
- width: 95%;
- left: 50%;
- transform: translateX(-50%);
- box-sizing: border-box;
- padding: 20rpx;
- font-size: 24rpx;
- color: #fff;
- background-color: #DC0025;
- border-radius: 4rpx;
- margin-bottom: 40rpx;
- }
- .mt10 {
- margin-top: 10rpx;
- }
- .absolute-bottom {
- position: absolute;
- bottom: 0px;
- z-index: 1;
- width: 100%;
- height: 600rpx;
- }
- .phone {
- width: 26rpx;
- height: 26rpx;
- margin-right: 20rpx;
- }
- .a-lucky-btn {
- position: absolute;
- width: 250rpx;
- bottom: -240rpx;
- z-index: 9;
- }
- .a-lucky-text {
- position: absolute;
- width: 200rpx;
- bottom: -190rpx;
- z-index: 9;
- text-align: center;
- font-weight: 700;
- color: #A10700;
- }
- .winning {
- position: fixed;
- width: 100%;
- height: 100vh;
- background-color: rgba(0, 0, 0, 0.4);
- z-index: 99999;
- top: 0px;
- left: 0px;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .winning-box {
- width: 80%;
- height: 750rpx;
- background-color: #fff;
- position: relative;
- z-index: 99999999;
- display: flex;
- flex-direction: column;
- align-items: center;
- box-sizing: border-box;
- padding-top: 40rpx;
- border-radius: 40rpx;
- }
- .luckyCommon {
- width: 200rpx;
- height: auto;
- margin: 40rpx 0px;
- position: relative;
- z-index: 99;
- }
- .noPrize {
- width: 400rpx;
- height: auto;
- margin: 40rpx 0px;
- position: absolute;
- z-index: 99;
- top: -40rpx;
- }
- .winning-title {
- min-width: 400rpx;
- font-size: 32rpx;
- color: #A00700;
- font-weight: 700;
- position: relative;
- z-index: 999999 !important;
- text-align: center;
- }
- .winning-tips {
- font-size: 24rpx;
- color: #333333;
- margin-top: 20rpx;
- position: absolute;
- top: 350rpx;
- z-index: 999;
- }
- .sanlucky {
- position: absolute;
- top: 0px;
- z-index: 0;
- height: 400rpx;
- }
- .winningbg {
- width: 100%;
- margin-top: 40rpx;
- height: 300rpx;
- position: absolute;
- bottom: 0px;
- }
- .again-btn {
- width: 400rpx;
- height: 98rpx;
- position: absolute;
- bottom: 80rpx;
- z-index: 999999 !important;
- background-color: #F7C243;
- border-radius: 44px;
- text-align: center;
- line-height: 98rpx;
- font-size: 36rpx;
- color: #A10700;
- font-weight: 700;
- }
- .textshow {
- width: 100%;
- white-space: normal;
- width: 80%;
- font-size: 28rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: #333333;
- line-height: 42rpx;
- text-align: center;
- margin-top: 20rpx;
- }
- .copy-box {
- width: 90%;
- height: 208rpx;
- background: #FAE0DA;
- box-shadow: 0px 3rpx 7rpx 0px rgba(250, 203, 201, 0.35);
- border-radius: 10rpx;
- padding: 20rpx;
- margin-top: 20rpx;
- }
- .copyText {
- width: 100%;
- height: 100rpx;
- overflow-y: scroll;
- white-space: normal;
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: #333333;
- line-height: 42rpx;
- }
- .copy-btn {
- width: 100%;
- display: flex;
- justify-content: space-around;
- margin-top: 20rpx;
- }
- .copy-btn1 {
- width: 160rpx;
- height: 50rpx;
- border: 1rpx solid #A00700;
- color: #A00700;
- font-size: 24rpx;
- text-align: center;
- line-height: 50rpx;
- position: relative;
- z-index: 9999;
- }
- .copy-btn2 {
- width: 160rpx;
- height: 50rpx;
- background: #DD0026;
- background-color: #A00700;
- color: #fff;
- font-size: 24rpx;
- text-align: center;
- line-height: 50rpx;
- }
- .tipsMsg {
- white-space: normal;
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: #333333;
- line-height: 42rpx;
- margin-top: 10rpx;
- }
|