| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- /* uni.scss */
- page {
- background-color: #FC6E53;
- }
- .sign {
- position: relative;
- }
- .sign > .back {
- width: 100%;
- margin-top: 104rpx;
- }
- .sign .signCenter {
- position: absolute;
- top: 0;
- margin: 40rpx 0 60rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- }
- .sign .signTop {
- padding: 0 28rpx;
- height: 104rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .sign .signTop .left {
- display: flex;
- justify-content: flex-start;
- align-items: center;
- }
- .sign .signTop .left .avatarView {
- width: 104rpx;
- height: 104rpx;
- overflow: hidden;
- border-radius: 10px;
- }
- .sign .signTop .left .avatarView .avatar {
- width: 104rpx;
- height: 104rpx;
- background: #D8D8D8;
- }
- .sign .signTop .left .userInfo {
- margin-left: 28rpx;
- }
- .sign .signTop .left .userInfo > view {
- font-size: 28rpx;
- font-weight: 400;
- color: #FFFFFF;
- }
- .sign .signTop .left .userInfo > view.ID {
- margin-top: 4rpx;
- }
- .sign .signTop .right {
- width: 212rpx;
- height: 68rpx;
- background-color: #FFFFFF;
- border-radius: 40rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .sign .signTop .right > image {
- width: 28rpx;
- height: 32rpx;
- }
- .sign .signTop .right > text {
- font-size: 28rpx;
- font-weight: 400;
- color: #FD9C01;
- margin-left: 18rpx;
- }
- .sign .notice {
- width: 656rpx;
- height: 68rpx;
- background: #C7322C;
- box-shadow: 0px 4rpx 8rpx 0rpx rgba(49, 49, 49, 0.08);
- border-radius: 38rpx;
- opacity: 0.53;
- margin: 58rpx auto 0;
- padding: 0 30rpx;
- box-sizing: border-box;
- display: flex;
- justify-content: flex-start;
- align-items: center;
- margin-bottom: 30rpx;
- }
- .sign .notice .horn {
- width: 28rpx;
- height: 28rpx;
- }
- .sign .notice .txts {
- height: 68rpx;
- width: 600rpx;
- }
- .sign .signBottom {
- margin: 0 14rpx;
- margin-top: 160rpx;
- width: 722rpx;
- }
- .sign .exhibitionContent {
- padding: 26rpx 26rpx 40rpx;
- box-sizing: border-box;
- background-color: #FFFFFF;
- border-radius: 22rpx;
- box-shadow: 0px 4rpx 8rpx 0rpx rgba(230, 230, 230, 0.5);
- }
- .sign .exhibitionContent > .ts {
- font-size: 28rpx;
- font-weight: 400;
- color: #666666;
- }
- .sign .exhibitionContent > .signinExhibition {
- margin-top: 18rpx;
- display: flex;
- justify-content: space-between;
- flex-wrap: wrap;
- }
- .sign .exhibitionContent > .signinExhibition > view {
- width: 152rpx;
- height: 168rpx;
- background: #FFF7EF;
- box-shadow: 0rpx 4rpx 8rpx 0rpx rgba(254, 173, 165, 0.26);
- border-radius: 16rpx;
- border: 2rpx solid #FFB35C;
- margin-bottom: 20rpx;
- padding: 12rpx;
- box-sizing: border-box;
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- align-items: center;
- position: relative;
- }
- .sign .exhibitionContent > .signinExhibition > view .day {
- font-size: 24rpx;
- font-weight: 500;
- color: #FF9011;
- }
- .sign .exhibitionContent > .signinExhibition > view > .goldCoins {
- height: 68rpx;
- margin: 5rpx 0;
- }
- .sign .exhibitionContent > .signinExhibition > view .reward {
- font-size: 24rpx;
- font-weight: 500;
- color: #FE604F;
- }
- .sign .exhibitionContent > .signinExhibition > view:last-child {
- width: 322rpx;
- display: flex;
- justify-content: space-between;
- flex-direction: row;
- }
- .sign .exhibitionContent > .signinExhibition > view:last-child > .left {
- display: flex;
- flex-direction: column;
- align-items: flex-start;
- margin-left: 35rpx;
- height: 100%;
- flex: 1;
- }
- .sign .exhibitionContent > .signinExhibition > view:last-child > .left .reward {
- margin-top: 28rpx;
- font-size: 32rpx;
- font-weight: 500;
- }
- .sign .exhibitionContent > .signinExhibition > view:last-child > .right {
- width: 115rpx;
- height: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .sign .exhibitionContent > .signinExhibition > view:last-child > .right > image {
- width: 108rpx;
- height: 128rpx;
- }
- .sign .exhibitionContent > .signinExhibition > view.select {
- overflow: hidden;
- border: 2rpx solid #D2D2D2;
- background: #F2F2F2;
- }
- .sign .exhibitionContent > .signinExhibition > view.select .day, .sign .exhibitionContent > .signinExhibition > view.select .reward {
- color: #999999;
- }
- .sign .exhibitionContent > .signinExhibition > view .signSub {
- position: absolute;
- bottom: 0;
- right: 0;
- width: 72rpx;
- }
- .sign .exhibitionContent > .signinExhibition > view.repairSign {
- position: relative;
- }
- .sign .exhibitionContent > .signinExhibition > view.repairSign .repair {
- position: absolute;
- width: calc(100% + 2rpx);
- left: -1rpx;
- top: -1rpx;
- text-align: center;
- line-height: 46rpx;
- height: 46rpx;
- background: #FE604F;
- font-size: 24rpx;
- font-weight: 500;
- color: #FFFFFF;
- border-radius: 16rpx 16rpx 0 0;
- }
- .sign .exhibitionContent > .gignBt {
- width: 456rpx;
- height: 80rpx;
- line-height: 80rpx;
- text-align: center;
- background: linear-gradient(180deg, #FDC606 0%, #FF8D12 100%);
- box-shadow: 0rpx 4rpx 8rpx 0rpx rgba(241, 139, 11, 0.61);
- margin: 40rpx auto 0;
- font-size: 32rpx;
- font-weight: 500;
- color: #FFFFFF;
- border-radius: 40rpx;
- }
- .sign .exhibitionContent > .already {
- margin: 40rpx auto 0;
- width: 456rpx;
- height: 80rpx;
- background: #D8D8D8;
- border-radius: 40rpx;
- font-size: 32rpx;
- font-weight: 500;
- color: #FFFFFF;
- line-height: 80rpx;
- text-align: center;
- }
- .sign .signRemind {
- margin-top: 40rpx;
- height: 92rpx;
- background: rgba(255, 255, 255, 0.15);
- border-radius: 20rpx;
- line-height: 92rpx;
- color: #FFFFFF;
- font-size: 32rpx;
- padding: 0 28rpx;
- box-sizing: border-box;
- display: flex;
- font-weight: 400;
- justify-content: space-between;
- }
- .sign .signRemind .remindSwitch {
- display: flex;
- justify-content: flex-start;
- align-items: center;
- }
- .sign .signRemind .remindSwitch > view {
- display: flex;
- justify-content: flex-start;
- align-items: center;
- }
- .sign .signRemind .remindSwitch > view > text {
- font-weight: 400;
- font-size: 32rpx;
- margin-left: 12rpx;
- }
- .sign .signRemind .remindSwitch > view.open > .select {
- width: 24rpx;
- height: 24rpx;
- background: #FFFFFF;
- border-radius: 24rpx;
- }
- .sign .signRemind .remindSwitch > view.close > .select {
- width: 24rpx;
- height: 24rpx;
- border: 2rpx solid #FFFFFF;
- box-sizing: border-box;
- border-radius: 24rpx;
- }
- .sign .signRemind .remindSwitch > view:first-child {
- margin-right: 38rpx;
- }
- .sign .activityRules {
- margin-top: 40rpx;
- background: rgba(255, 255, 255, 0.15);
- border-radius: 20rpx;
- color: #FFFFFF;
- font-size: 32rpx;
- font-weight: 400;
- }
- .sign .activityRules > .top {
- height: 92rpx;
- padding: 0 28rpx;
- box-sizing: border-box;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .sign .activityRules > .top > image {
- width: 40rpx;
- }
- .sign .activityRules > .bottom {
- padding: 0 28rpx 30rpx;
- box-sizing: border-box;
- }
- .sign .activityRules > .bottom > view {
- margin-bottom: 12rpx;
- font-size: 28rpx;
- font-weight: 400;
- color: #FFFFFF;
- line-height: 46rpx;
- }
- .sign .popup {
- position: fixed;
- width: 100%;
- height: 100vh;
- background: rgba(0, 0, 0, 0.6);
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- }
- .sign .popup .popupContent {
- width: 632rpx;
- position: absolute;
- top: 50%;
- left: 50%;
- -webkit-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- text-align: center;
- }
- .sign .popup .popupContent > .content {
- position: relative;
- }
- .sign .popup .popupContent > .content > image {
- width: 100%;
- height: 652rpx;
- }
- .sign .popup .popupContent > .content > .textCon {
- position: absolute;
- width: 100%;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- padding-top: 192rpx;
- }
- .sign .popup .popupContent > .content > .textCon .ts {
- font-size: 60rpx;
- font-weight: 500;
- color: #F5631D;
- }
- .sign .popup .popupContent > .content > .textCon .reward {
- height: 60rpx;
- background: #FFD9A2;
- border-radius: 31rpx;
- font-size: 32rpx;
- font-weight: 400;
- display: inline-block;
- padding: 0 32rpx;
- color: #F5631E;
- line-height: 60rpx;
- margin-top: 20rpx;
- }
- .sign .popup .popupContent > .content > .textCon .doubleBt {
- width: 456rpx;
- height: 104rpx;
- margin-top: 90rpx;
- transition: all linear .5s;
- }
- .sign .popup .popupContent > .content > .textCon .bt {
- margin-top: 14rpx;
- font-size: 32rpx;
- font-weight: 400;
- color: #FCE8CD;
- }
- .sign .popup .popupContent > .close {
- width: 54rpx;
- height: 54rpx;
- margin-top: 76rpx;
- }
- .sign .fragmentGold {
- position: absolute;
- z-index: 100;
- opacity: 0;
- }
- .sign .fragmentGold > image {
- width: 68rpx;
- height: 68rpx;
- }
- .sign .qLuckDraw {
- position: absolute;
- top: 240rpx;
- right: 8rpx;
- z-index: 200;
- -webkit-animation: lanimation 1.3s linear infinite;
- animation: lanimation 1.3s linear infinite;
- }
- .sign .qLuckDraw > image {
- width: 150rpx;
- height: 150rpx;
- }
- .sign .receiveTs {
- position: absolute;
- border: 2rpx solid #f2a427;
- top: 350rpx;
- z-index: 100;
- color: #FFFFFF;
- left: 50%;
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
- padding: 10rpx 20rpx;
- background-color: rgba(195, 106, 106, 0.6);
- border-radius: 5rpx;
- opacity: 0;
- }
- .sign .singleLattice {
- position: fixed;
- top: 200rpx;
- right: 4rpx;
- }
- @-webkit-keyframes lanimation {
- 0% {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 8% {
- -webkit-transform: rotate(12deg);
- transform: rotate(12deg);
- }
- 16% {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 24% {
- -webkit-transform: rotate(-12deg);
- transform: rotate(-12deg);
- }
- 32% {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- }
|