/* customer/pages/goldeneggact/goldeneggact.wxss */ .page { width: 100%; height: 100vh; position: relative; overflow: auto; box-sizing: border-box; padding-bottom: 98rpx; } .g-page-title { font-size: 32rpx; font-weight: 700; color: #384855; padding: 20rpx 20rpx 10rpx; } .g-page-time { padding: 10rpx 20rpx 20rpx; display: flex; justify-content: space-between; font-size: 24rpx; color: #384855; } .color249DFA { color: #249DFA; } .g-page-goldenegg { width: 100%; overflow: hidden; position: relative; display: flex; flex-direction: column; align-items: center; } .g-page-goldenegg-bg { width: 100%; height: 100%; position: absolute; z-index: -1; } .g-page-goldenegg-header { width: 100%; margin: 20rpx 0rpx; } .g-page-goldenegg-box { display: flex; flex-wrap: wrap; margin-top: 40rpx; } .goldenegg-box-item { width: 33%; position: relative; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; } .chuizi { width: 100rpx; position: absolute; top: -10rpx; right: 10rpx; z-index: 9999; } .caidai { width: 150rpx; } .zakaijindan { width: 150rpx; } .jindan { width: 150rpx; margin-bottom: -25rpx; position: relative; z-index: 99; } .dipan { width: 150rpx; } .remainingCount { color: #F5E5C6; font-size: 28rpx; line-height: 44px; } .myWinningBtn { width: 360rpx; height: 88rpx; border: 3px solid #FFF1D1; background: linear-gradient(0deg, #E85E4A 0%, #EE7892 100%); box-shadow: 0px 10px 20px 0px rgba(126, 21, 29, 0.5); border-radius: 44px; font-size: 36rpx; color: #F5E5C6; display: flex; align-items: center; justify-content: center; } .flex { display: flex; } .justify-center { justify-content: center; } .flex-column { display: flex; flex-direction: column; } .flex-sub { flex: 1; } .align-center { align-items: center; } .companyMsg { width: 90%; background-color: #902027; margin: 40rpx auto; padding: 20rpx; color: #fff; font-size: 24rpx; border-radius: 4rpx; } .mt10 { margin-top: 10rpx; } .imgSize { width: 26rpx; height: 26rpx; margin-right: 20rpx; } .footer { position: fixed; bottom: 0rpx; left: 0rpx; width: 100%; height: 98rpx; display: flex; z-index: 999999; } .f-btn1 { border-radius: 0rpx; background-color: #249DFA; color: #fff; font-size: 32rpx; display: flex; justify-content: center; align-items: center; } .f-btn2 { border-radius: 0rpx; color: #333333; font-size: 32rpx; display: flex; justify-content: center; align-items: center; }