@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .lotteryIndex.data-v-1cdb8ac2 { padding-bottom: 150rpx; } .lotteryIndex .popShareBox.data-v-1cdb8ac2 { border-radius: 20rpx 20rpx 0 0; background-color: #ffffff; width: 100vw; } .lotteryIndex .popShareBox .classShare.data-v-1cdb8ac2 { display: flex; padding: 30rpx 0; } .lotteryIndex .popShareBox .close.data-v-1cdb8ac2 { padding: 30rpx 0; text-align: center; font-size: 28rpx; width: 100%; border-top: 1rpx solid #EEEEEE; } .lotteryIndex .popShareBox .classItem.data-v-1cdb8ac2 { text-align: center; background-color: #ffffff; flex: 1; } .lotteryIndex .popShareBox .classItem image.data-v-1cdb8ac2 { width: 100rpx; height: 100rpx; } .lotteryIndex .popShareBox .classItem .className.data-v-1cdb8ac2 { font-size: 24rpx; padding-top: 10rpx; color: #333333; } .lotteryIndex .more.data-v-1cdb8ac2 { width: 92%; text-align: center; background: #ffffff; font-size: 32rpx; position: fixed; bottom: 0; left: 0; opacity: 1; display: flex; padding: 20rpx 30rpx; border-top: 1rpx solid #f8f8f8; z-index: 1; } .lotteryIndex .more image.data-v-1cdb8ac2 { width: 40rpx; height: 40rpx; margin-top: 10rpx; margin-bottom: 10rpx; } .lotteryIndex .more .moreBtn.data-v-1cdb8ac2 { width: 350rpx; height: 100rpx; border-radius: 10rpx; line-height: 100rpx; text-align: center; background-color: #ff4444; color: #ffffff; font-size: 30rpx; font-weight: bold; } .lotteryIndex .more .nomoreBtn.data-v-1cdb8ac2 { width: 350rpx; height: 100rpx; border-radius: 10rpx; line-height: 100rpx; text-align: center; background-color: #cccccc; color: #ffffff; font-size: 28rpx; font-weight: bold; } .lotteryIndex .title.data-v-1cdb8ac2 { position: relative; } .lotteryIndex .title .swiper.data-v-1cdb8ac2 { height: 100%; width: 100%; } .lotteryIndex .title .countDown.data-v-1cdb8ac2 { margin: 30rpx; width: 86%; border-radius: 10rpx; padding: 20rpx; background-color: #FFFFFF; display: flex; position: absolute; bottom: -110rpx; } .lotteryIndex .title .countDown .tag.data-v-1cdb8ac2 { width: 10rpx; height: 70rpx; background-color: #ff4444; border-radius: 8rpx; margin-right: 20rpx; } .lotteryIndex .title .countDown .tagText.data-v-1cdb8ac2 { width: 56rpx; font-size: 28rpx; font-weight: bold; line-height: 36rpx; color: #333333; height: 76rpx; margin-right: 20rpx; } .lotteryIndex .title .countDown .bnumberBox.data-v-1cdb8ac2 { background-color: #333333; width: 30rpx; height: 70rpx; line-height: 70rpx; text-align: center; border-radius: 8rpx; color: #FFFFFF; font-size: 40rpx; margin-right: 10rpx; } .lotteryIndex .title .countDown .numberBox.data-v-1cdb8ac2 { background-color: #333333; width: 40rpx; height: 70rpx; line-height: 70rpx; text-align: center; border-radius: 8rpx; color: #FFFFFF; font-size: 50rpx; margin-right: 10rpx; } .lotteryIndex .title .countDown .day.data-v-1cdb8ac2 { font-size: 24rpx; height: 70rpx; line-height: 70rpx; padding: 0 16rpx 0 6rpx; } .lotteryIndex .title .countDown .douhao.data-v-1cdb8ac2 { font-size: 50rpx; font-weight: bold; height: 70rpx; line-height: 70rpx; padding: 0 16rpx 0 6rpx; } .lotteryIndex .tipsShow.data-v-1cdb8ac2 { opacity: 1 !important; } .lotteryIndex .barrage.data-v-1cdb8ac2 { display: flex; position: absolute; left: 30rpx; top: 400rpx; height: 50rpx; line-height: 50rpx; min-width: 300rpx; background-color: rgba(0, 0, 0, 0.3); border-radius: 60rpx; font-size: 26rpx; color: #ffffff; opacity: 0; transition: opacity 1s; } .lotteryIndex .barrage .barrageText.data-v-1cdb8ac2 { padding-right: 10rpx; max-width: 500rpx; overflow: hidden; /*超出部分隐藏*/ text-overflow: ellipsis; /* 超出部分显示省略号 */ white-space: nowrap; /*规定段落中的文本不进行换行 */ } .lotteryIndex .barrage image.data-v-1cdb8ac2 { width: 40rpx; height: 40rpx; border-radius: 50%; margin: 5rpx; margin-right: 10rpx; } .lotteryIndex .content.data-v-1cdb8ac2 { padding: 30rpx; margin-top: 75rpx; } .lotteryIndex .content .award.data-v-1cdb8ac2 { padding: 20rpx 0rpx 20rpx 20rpx; background-color: #FFFFFF; border-radius: 15rpx; } .lotteryIndex .content .award .publicityText.data-v-1cdb8ac2 { color: #EE6E0C; width: 610rpx; padding: 0 20rpx; line-height: 50rpx; text-align: left; background-color: #FDF5E3; border-radius: 60rpx; font-size: 24rpx; margin: 20rpx 0; } .lotteryIndex .content .award .participationNumber.data-v-1cdb8ac2 { display: flex; } .lotteryIndex .content .award .participationNumber .imgbox.data-v-1cdb8ac2 { justify-content: center; flex-wrap: wrap; } .lotteryIndex .content .award .participationNumber .imgbox .clientTitle.data-v-1cdb8ac2 { width: 56rpx; height: 56rpx; border-radius: 60rpx; margin-right: -20rpx; } .lotteryIndex .content .award .participationNumber .numberText.data-v-1cdb8ac2 { text-align: right; font-size: 24rpx; color: #333333; height: 56rpx; line-height: 56rpx; flex: 1; margin-right: 30rpx; } .lotteryIndex .content .award .commodityList.data-v-1cdb8ac2 { overflow: auto; display: flex; } .lotteryIndex .content .award .commodityList .commodityItem.data-v-1cdb8ac2 { width: 300rpx; background-color: #F8F8F8; border-radius: 15rpx; margin-right: 20rpx; position: relative; } .lotteryIndex .content .award .commodityList .commodityItem image.data-v-1cdb8ac2 { width: 300rpx; height: 300rpx; border-radius: 15rpx; } .lotteryIndex .content .award .commodityList .commodityItem .grade.data-v-1cdb8ac2 { position: absolute; width: 50rpx; height: 120rpx; left: 10rpx; top: 10rpx; z-index: 1; border-radius: 0; } .lotteryIndex .content .award .commodityList .commodityItem .awardNum.data-v-1cdb8ac2 { font-size: 20rpx; color: #FFFFFF; background-color: rgba(0, 0, 0, 0.3); position: absolute; right: 10rpx; top: 240rpx; } .lotteryIndex .content .award .commodityList .commodityItem .commodityName.data-v-1cdb8ac2 { font-size: 30rpx; font-weight: 700; margin: 10rpx; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; border-radius: 0 0 20rpx 20rpx; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; } .lotteryIndex .content .winner.data-v-1cdb8ac2 { background-color: #FFFFFF; padding: 0rpx 20rpx 30rpx 30rpx; border-radius: 20rpx; margin: 20rpx 0; } .lotteryIndex .content .winner .winnerText.data-v-1cdb8ac2 { width: 690rpx; height: 54rpx; line-height: 54rpx; background: #FDF5E3; color: #EE6E0C; font-size: 24rpx; text-align: center; position: relative; left: -30rpx; } .lotteryIndex .content .winner .winnerList.data-v-1cdb8ac2 { padding: 30rpx 0 0; display: flex; width: auto; justify-content: space-between; flex-wrap: wrap; width: 100%; overflow: hidden; } .lotteryIndex .content .winner .winnerList .winnerItem.data-v-1cdb8ac2 { text-align: center; padding: 10rpx; margin-bottom: 12rpx; flex: 0.18; min-width: 18%; margin-right: 10rpx; width: 120rpx; overflow: hidden; } .lotteryIndex .content .winner .winnerList .winnerItem .winnerImg.data-v-1cdb8ac2 { position: relative; } .lotteryIndex .content .winner .winnerList .winnerItem .winnerImg .ibox.data-v-1cdb8ac2 { position: absolute; width: 35rpx; height: 35rpx; background-color: #ff4444; line-height: 35rpx; text-align: center; color: #ffffff; font-size: 20rpx; right: 10rpx; bottom: 10rpx; border-radius: 50%; } .lotteryIndex .content .winner .winnerList .winnerItem .winnerImg image.data-v-1cdb8ac2 { width: 70rpx; height: 70rpx; border-radius: 50%; } .lotteryIndex .content .winner .winnerList .winnerItem .winnerName.data-v-1cdb8ac2 { font-size: 24rpx; padding: 10rpx 0; height: 30rpx; line-height: 30rpx; text-align: center; width: 120rpx; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; white-space: nowrap; } .lotteryIndex .content .winner .winnerList .winnerItem .winnerCode.data-v-1cdb8ac2 { height: 30rpx; line-height: 30rpx; font-size: 24rpx; color: #FF4444; } .lotteryIndex .content .winner .winnerList.data-v-1cdb8ac2:after { content: ""; flex: 0.18; min-width: 18%; } .lotteryIndex .content .LotteryYards.data-v-1cdb8ac2 { background-color: #FFFFFF; padding: 30rpx 20rpx 30rpx 30rpx; border-radius: 20rpx; margin: 20rpx 0; } .lotteryIndex .content .LotteryYards .LotteryYardsList.data-v-1cdb8ac2 { padding: 30rpx 0; display: flex; width: auto; justify-content: space-between; flex-wrap: wrap; width: 100%; overflow: hidden; } .lotteryIndex .content .LotteryYards .LotteryYardsList .yardsItem.data-v-1cdb8ac2 { text-align: center; padding: 10rpx; font-size: 28rpx; margin-bottom: 12rpx; flex: 0.28; min-width: 28%; margin-right: 10rpx; width: 196rpx; height: 80rpx; line-height: 80rpx; overflow: hidden; } .lotteryIndex .content .LotteryYards .LotteryYardsList .textmroe.data-v-1cdb8ac2 { color: #999999; font-size: 28rpx; } .lotteryIndex .content .LotteryYards .LotteryYardsList.data-v-1cdb8ac2:after { content: ""; flex: 0.33; min-width: 33%; } .lotteryIndex .content .merchandiseList.data-v-1cdb8ac2 { padding: 30rpx; background-color: #FFFFFF; border-radius: 20rpx; } .lotteryIndex .content .richText.data-v-1cdb8ac2 { padding: 30rpx; background-color: #FFFFFF; border-radius: 20rpx; margin-top: 20rpx; } .coverImg.data-v-1cdb8ac2 { width: 750rpx; } .zjbj.data-v-1cdb8ac2 { border-radius: 10rpx; width: 85vw; height: 870rpx; position: relative; } .zjbj .zjbox.data-v-1cdb8ac2 { position: absolute; left: 50%; top: 24%; -webkit-transform: translate(-50%); transform: translate(-50%); } .zjbj .closeBtn.data-v-1cdb8ac2 { font-size: 28rpx; height: 40rpx; width: 40rpx; border-radius: 60rpx; background-color: rgba(0, 0, 0, 0.8); color: #A8A2B2; line-height: 40rpx; position: absolute; right: 0rpx; top: 0rpx; } .zjbj .contenttitle.data-v-1cdb8ac2 { z-index: 99; padding-bottom: 30rpx; margin-bottom: 30rpx; border-bottom: 1rpx dotted #CCCCCC; } .zjbj .contenttitle .text.data-v-1cdb8ac2 { text-align: center; color: #ffffff; line-height: 69rpx; font-size: 40rpx; font-weight: 700; text-shadow: -2rpx -2rpx 0 #ff4444, 4rpx -2rpx 0 #ff4444, -4rpx 4rpx 0 #ff4444, 4rpx 4rpx 0 #ff4444, 0rpx 4rpx 4rpx rgba(0, 0, 0, 0.6); } page{ background-color: #f8f8f8; }