367 lines
6.8 KiB
Plaintext
367 lines
6.8 KiB
Plaintext
@charset "UTF-8";
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
page {
|
||
background-color: #292438;
|
||
font-family: -apple-system-font, Helvetica Neue, Helvetica, sans-serif;
|
||
}
|
||
.activity-outdated {
|
||
position: absolute;
|
||
width: 100%;
|
||
height: 100%;
|
||
background: #f8f8f8;
|
||
}
|
||
.m-draw-box {
|
||
height: 1940rpx;
|
||
background: url(https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/luckdraw_bg.png) center no-repeat;
|
||
background-size: cover;
|
||
padding: 42rpx;
|
||
text-align: center;
|
||
color: white;
|
||
}
|
||
.m-title {
|
||
margin-top: 40rpx;
|
||
}
|
||
.m-title-main {
|
||
font-size: 80rpx;
|
||
font-weight: bold;
|
||
line-height: 90rpx;
|
||
height: 90rpx;
|
||
overflow: hidden;
|
||
}
|
||
.m-title-sub {
|
||
font-size: 60rpx;
|
||
font-weight: bold;
|
||
line-height: 70rpx;
|
||
}
|
||
.m-title-time {
|
||
font-size: 22rpx;
|
||
line-height: 40rpx;
|
||
}
|
||
/**抽奖盒子**/
|
||
.m-table {
|
||
position: relative;
|
||
width: 666rpx;
|
||
height: 666rpx;
|
||
margin-top: 30rpx;
|
||
}
|
||
.m-table-td {
|
||
width: 144rpx;
|
||
height: 144rpx;
|
||
position: absolute;
|
||
border-radius: 8rpx;
|
||
background: white;
|
||
left: 0;
|
||
top: 0;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
flex-direction: column;
|
||
}
|
||
.price-text {
|
||
color: gray;
|
||
font-size: 24rpx;
|
||
overflow: hidden;
|
||
height: 28rpx;
|
||
line-height: 28rpx;
|
||
}
|
||
.m-table-td image {
|
||
width: 60%;
|
||
height: 60%;
|
||
box-sizing: border-box;
|
||
margin: 10rpx;
|
||
}
|
||
.m-table-td:nth-child(2) {
|
||
margin-left: 174rpx;
|
||
}
|
||
.m-table-td:nth-child(3) {
|
||
margin-left: 348rpx;
|
||
}
|
||
.m-table-td:nth-child(4) {
|
||
margin-left: 522rpx;
|
||
}
|
||
.m-table-td:nth-child(5) {
|
||
margin-top: 174rpx;
|
||
left: 522rpx;
|
||
}
|
||
.m-table-td:nth-child(6) {
|
||
margin-top: 348rpx;
|
||
left: 522rpx;
|
||
}
|
||
.m-table-td:nth-child(7) {
|
||
margin-top: 522rpx;
|
||
left: 522rpx;
|
||
bottom: 0;
|
||
}
|
||
.m-table-td:nth-child(8) {
|
||
margin-top: 522rpx;
|
||
left: 348rpx;
|
||
bottom: 0;
|
||
}
|
||
.m-table-td:nth-child(9) {
|
||
margin-top: 522rpx;
|
||
left: 174rpx;
|
||
bottom: 0;
|
||
}
|
||
.m-table-td:nth-child(10) {
|
||
margin-top: 522rpx;
|
||
bottom: 0;
|
||
}
|
||
.m-table-td:nth-child(11) {
|
||
margin-top: 348rpx;
|
||
}
|
||
.m-table-td:nth-child(12) {
|
||
margin-top: 174rpx;
|
||
}
|
||
.m-table-btn image {
|
||
width: 318rpx;
|
||
height: 318rpx;
|
||
border-radius: 20rpx;
|
||
position: absolute;
|
||
left: 174rpx;
|
||
top: 174rpx;
|
||
background: #ffdc44;
|
||
padding: 50rpx;
|
||
box-sizing: border-box;
|
||
border: 10rpx;
|
||
border-style: solid;
|
||
border-top-color: #fff068;
|
||
border-bottom-color: #ffc61f;
|
||
border-left-color: #ffc61f;
|
||
border-right-color: #ffdc44;
|
||
}
|
||
.select-table {
|
||
background-color: #ffac33;
|
||
}
|
||
/**抽奖盒子**/
|
||
.m-tip {
|
||
font-size: 24rpx;
|
||
line-height: 90rpx;
|
||
}
|
||
.m-tip label {
|
||
color: #ffdc44;
|
||
}
|
||
.m-model-outline {
|
||
width: 320rpx;
|
||
height: 65rpx;
|
||
margin: 0 auto;
|
||
border-bottom: 1px dotted white;
|
||
margin-top: 70rpx;
|
||
border-radius: 33rpx;
|
||
}
|
||
.m-model {
|
||
height: 60rpx;
|
||
line-height: 60rpx;
|
||
border-radius: 30rpx;
|
||
font-size: 32rpx;
|
||
font-weight: bold;
|
||
}
|
||
.yellow {
|
||
background: #ffac33;
|
||
}
|
||
.m-luckylist {
|
||
font-size: 26rpx;
|
||
text-align: left;
|
||
margin-top: 40rpx;
|
||
max-height: 240rpx;
|
||
overflow: hidden;
|
||
}
|
||
.m-luckylist-item {
|
||
line-height: 80rpx;
|
||
border-top: 1rpx dotted white;
|
||
box-sizing: border-box;
|
||
height: 80rpx;
|
||
}
|
||
.m-luckylist-item label {
|
||
color: #ffdc44;
|
||
}
|
||
.m-winner-nothing {
|
||
text-align: left;
|
||
font-size: 26rpx;
|
||
padding: 30rpx 0;
|
||
}
|
||
.blue {
|
||
background: #43c4e9;
|
||
}
|
||
.m-rule {
|
||
font-size: 26rpx;
|
||
line-height: 40rpx;
|
||
text-align: left;
|
||
margin-top: 30rpx;
|
||
}
|
||
.mskprize {
|
||
position: fixed;
|
||
height: 100%;
|
||
width: 100%;
|
||
background-color: rgba(0, 0, 0, 0.7);
|
||
z-index: 5;
|
||
top: 0;
|
||
left: 0;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
color: white;
|
||
text-align: center;
|
||
}
|
||
.mskshare {
|
||
position: fixed;
|
||
height: 100%;
|
||
width: 100%;
|
||
background-color: rgba(0, 0, 0, 0.7);
|
||
z-index: 5;
|
||
top: 0;
|
||
left: 0;
|
||
}
|
||
.share-oncemore {
|
||
width: 700rpx;
|
||
margin: 0 auto;
|
||
}
|
||
.share-text {
|
||
margin: 0 auto;
|
||
font-size: 40rpx;
|
||
line-height: 80rpx;
|
||
color: white;
|
||
text-align: center;
|
||
margin-top: 45%;
|
||
}
|
||
.m-result-box {
|
||
width: 500rpx;
|
||
height: 600rpx;
|
||
background: #db384b;
|
||
position: relative;
|
||
border-radius: 20rpx;
|
||
}
|
||
.m-result-cancel {
|
||
position: absolute;
|
||
right: 25rpx;
|
||
top: 15rpx;
|
||
font-size: 36rpx;
|
||
}
|
||
.m-success-text {
|
||
line-height: 80rpx;
|
||
margin-top: 50rpx;
|
||
font-size: 30rpx;
|
||
}
|
||
.m-success-img {
|
||
width: 250rpx;
|
||
height: 250rpx;
|
||
background: white;
|
||
margin: 0 auto;
|
||
}
|
||
.m-success-name {
|
||
color: #ffac33;
|
||
font-size: 26rpx;
|
||
line-height: 50rpx;
|
||
}
|
||
.m-success-bottom {
|
||
position: absolute;
|
||
bottom: 40rpx;
|
||
line-height: 65rpx;
|
||
font-size: 28rpx;
|
||
display: flex;
|
||
justify-content: center;
|
||
width: 100%;
|
||
}
|
||
.succes-continue {
|
||
height: 65rpx;
|
||
width: 200rpx;
|
||
background: #ffca3a;
|
||
display: inline-block;
|
||
border-radius: 5rpx;
|
||
}
|
||
.succes-checkprice {
|
||
height: 65rpx;
|
||
width: 200rpx;
|
||
background: white;
|
||
color: black;
|
||
display: inline-block;
|
||
border-radius: 5rpx;
|
||
margin-right: 30rpx;
|
||
}
|
||
.m-failimg-bg {
|
||
width: 350rpx;
|
||
height: 350rpx;
|
||
border-radius: 175rpx;
|
||
background-color: rgba(255, 255, 255, 0.1);
|
||
margin: 40rpx auto 20rpx;
|
||
padding: 50rpx;
|
||
box-sizing: border-box;
|
||
}
|
||
.m-fail-img {
|
||
width: 100%;
|
||
height: 100%;
|
||
border-radius: 150rpx;
|
||
background-color: rgba(255, 255, 255, 0.2);
|
||
}
|
||
.m-fail-name {
|
||
font-size: 26rpx;
|
||
line-height: 50rpx;
|
||
}
|
||
.m-fail-button {
|
||
width: 300rpx;
|
||
height: 65rpx;
|
||
line-height: 65rpx;
|
||
position: absolute;
|
||
bottom: 40rpx;
|
||
background: #ffca3a;
|
||
border-radius: 5rpx;
|
||
font-size: 28rpx;
|
||
left: 100rpx;
|
||
}
|
||
.red-dot {
|
||
width: 20rpx;
|
||
height: 20rpx;
|
||
border-radius: 10rpx;
|
||
background: #f30213;
|
||
position: fixed;
|
||
bottom: 220rpx;
|
||
right: 20rpx;
|
||
z-index: 5;
|
||
}
|
||
.u-tap-btn {
|
||
position: fixed;
|
||
right: 20rpx;
|
||
bottom: 40rpx;
|
||
}
|
||
.u-go-home {
|
||
border-radius: 100%;
|
||
width: 80rpx;
|
||
height: 80rpx;
|
||
border: 1px solid #eee;
|
||
font-size: 20rpx;
|
||
text-align: center;
|
||
background-color: #fff;
|
||
box-shadow: 0px 4rpx 8rpx rgba(0, 0, 0, 0.35);
|
||
z-index: 2;
|
||
opacity: 0.8;
|
||
line-height: 80rpx;
|
||
margin-bottom: 20rpx;
|
||
}
|
||
.u-go-home .iconfont {
|
||
font-size: 36rpx;
|
||
}
|
||
|