@charset "UTF-8";
|
/**
|
* 这里是uni-app内置的常用样式变量
|
*
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
*
|
*/
|
/**
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
*
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
*/
|
/* 颜色变量 */
|
/* 行为相关颜色 */
|
/* 文字基本颜色 */
|
/* 背景颜色 */
|
/* 边框颜色 */
|
/* 尺寸变量 */
|
/* 文字尺寸 */
|
/* 图片尺寸 */
|
/* Border Radius */
|
/* 水平间距 */
|
/* 垂直间距 */
|
/* 透明度 */
|
/* 文章场景相关 */
|
/* start--主题色--start */
|
/* end--主题色--end */
|
.signin-container {
|
position: fixed;
|
top: 0px;
|
right: 0;
|
bottom: 0;
|
left: 0;
|
overflow-y: auto;
|
}
|
.signin-container .sigin-title {
|
padding-top: 40rpx;
|
height: 200rpx;
|
color: #ffe19f;
|
}
|
.signin-container .sigin-title text {
|
font-size: 80rpx;
|
font-weight: bold;
|
}
|
.signin-container .sign-bg {
|
position: absolute;
|
top: 0;
|
left: 0;
|
right: 0;
|
width: 100%;
|
z-index: 1;
|
}
|
.signin-container .sign-main {
|
margin: 20rpx;
|
margin-top: -35rpx;
|
position: relative;
|
padding-bottom: 60rpx;
|
}
|
.signin-container .sign-main-bg {
|
background: #ffffff;
|
border-radius: 20rpx;
|
}
|
.signin-container .sign-main .sign-head {
|
padding: 20rpx;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
flex-direction: column;
|
color: #ffffff;
|
}
|
.signin-container .sign-main .sign-head .big {
|
font-size: 30rpx;
|
}
|
.signin-container .sign-calendar-wrap {
|
width: 100%;
|
border-radius: 20rpx;
|
background: rgba(255, 255, 255, 0.9);
|
box-shadow: 0rpx 8rpx 3rpx 0rpx rgba(6, 0, 1, 0.03);
|
padding: 74rpx 54rpx;
|
padding-top: 53rpx;
|
box-sizing: border-box;
|
}
|
.sign-calendar-wrap .date-text {
|
height: 80rpx;
|
line-height: 80rpx;
|
text-align: center;
|
color: #333333;
|
font-size: 32rpx;
|
font-weight: bold;
|
}
|
.sign-calendar-wrap .week-list {
|
display: flex;
|
justify-content: flex-start;
|
}
|
.sign-calendar-wrap .week-list .week-item {
|
width: 86rpx;
|
height: 80rpx;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
color: #999999;
|
font-size: 30rpx;
|
}
|
.sign-calendar-wrap .date-list-wrap {
|
display: flex;
|
justify-content: flex-start;
|
flex-wrap: wrap;
|
}
|
.sign-calendar-wrap .date-list-wrap .date-item {
|
width: 86rpx;
|
height: 80rpx;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
font-size: 30rpx;
|
}
|
.sign-calendar-wrap .date-list-wrap .date-item .icon-box {
|
width: 60rpx;
|
height: 60rpx;
|
border-radius: 50%;
|
color: #FFFFFF;
|
}
|
[data-theme='theme0'] .sign-calendar-wrap .date-list-wrap .date-item .icon-box {
|
background-color: #ff5704 !important;
|
}
|
[data-theme='theme1'] .sign-calendar-wrap .date-list-wrap .date-item .icon-box {
|
background-color: #19ad57 !important;
|
}
|
[data-theme='theme2'] .sign-calendar-wrap .date-list-wrap .date-item .icon-box {
|
background-color: #ffcc00 !important;
|
}
|
[data-theme='theme3'] .sign-calendar-wrap .date-list-wrap .date-item .icon-box {
|
background-color: #33a7ff !important;
|
}
|
[data-theme='theme4'] .sign-calendar-wrap .date-list-wrap .date-item .icon-box {
|
background-color: #e4e4e4 !important;
|
}
|
[data-theme='theme5'] .sign-calendar-wrap .date-list-wrap .date-item .icon-box {
|
background-color: #c8ba97 !important;
|
}
|
[data-theme='theme6'] .sign-calendar-wrap .date-list-wrap .date-item .icon-box {
|
background-color: #623ceb !important;
|
}
|
.sign-calendar-wrap .date-list-wrap .date-item image {
|
width: 60rpx;
|
height: 60rpx;
|
}
|
.sign-calendar-wrap .date-list-wrap .date-item .iconfont {
|
font-size: 50rpx;
|
font-weight: 100;
|
}
|
[data-theme='theme0'] .sign-calendar-wrap .date-list-wrap .date-item .iconfont {
|
color: #ff5704 !important;
|
}
|
[data-theme='theme1'] .sign-calendar-wrap .date-list-wrap .date-item .iconfont {
|
color: #19ad57 !important;
|
}
|
[data-theme='theme2'] .sign-calendar-wrap .date-list-wrap .date-item .iconfont {
|
color: #ffcc00 !important;
|
}
|
[data-theme='theme3'] .sign-calendar-wrap .date-list-wrap .date-item .iconfont {
|
color: #33a7ff !important;
|
}
|
[data-theme='theme4'] .sign-calendar-wrap .date-list-wrap .date-item .iconfont {
|
color: #e4e4e4 !important;
|
}
|
[data-theme='theme5'] .sign-calendar-wrap .date-list-wrap .date-item .iconfont {
|
color: #c8ba97 !important;
|
}
|
[data-theme='theme6'] .sign-calendar-wrap .date-list-wrap .date-item .iconfont {
|
color: #623ceb !important;
|
}
|
.sign-calendar-wrap .date-list-wrap .secondary-date-item {
|
color: #efe3c8;
|
}
|
.top-box {
|
padding: 36rpx 21rpx;
|
position: relative;
|
z-index: 1;
|
}
|
[data-theme='theme0'] .top-box {
|
color: #ffffff !important;
|
}
|
[data-theme='theme1'] .top-box {
|
color: #ffffff !important;
|
}
|
[data-theme='theme2'] .top-box {
|
color: #ffffff !important;
|
}
|
[data-theme='theme3'] .top-box {
|
color: #ffffff !important;
|
}
|
[data-theme='theme4'] .top-box {
|
color: #ffffff !important;
|
}
|
[data-theme='theme5'] .top-box {
|
color: #ffffff !important;
|
}
|
[data-theme='theme6'] .top-box {
|
color: #ffffff !important;
|
}
|
[data-theme='theme0'] .text2 {
|
color: #ffffff !important;
|
}
|
[data-theme='theme1'] .text2 {
|
color: #ffffff !important;
|
}
|
[data-theme='theme2'] .text2 {
|
color: #ffffff !important;
|
}
|
[data-theme='theme3'] .text2 {
|
color: #ffffff !important;
|
}
|
[data-theme='theme4'] .text2 {
|
color: #ffffff !important;
|
}
|
[data-theme='theme5'] .text2 {
|
color: #ffffff !important;
|
}
|
[data-theme='theme6'] .text2 {
|
color: #ffffff !important;
|
}
|
.signin-top {
|
width: 750rpx;
|
height: 352rpx;
|
}
|
[data-theme='theme0'] .signin-top {
|
background-color: #ff5704 !important;
|
}
|
[data-theme='theme1'] .signin-top {
|
background-color: #19ad57 !important;
|
}
|
[data-theme='theme2'] .signin-top {
|
background-color: #ffcc00 !important;
|
}
|
[data-theme='theme3'] .signin-top {
|
background-color: #33a7ff !important;
|
}
|
[data-theme='theme4'] .signin-top {
|
background-color: #e4e4e4 !important;
|
}
|
[data-theme='theme5'] .signin-top {
|
background-color: #c8ba97 !important;
|
}
|
[data-theme='theme6'] .signin-top {
|
background-color: #623ceb !important;
|
}
|
.bg-signin {
|
width: 750rpx;
|
height: 352rpx;
|
position: absolute;
|
top: 0;
|
left: 0;
|
z-index: 0;
|
}
|
.signin-click {
|
width: 98rpx;
|
height: 98rpx;
|
text-shadow: 0rpx 3rpx 7rpx rgba(0, 0, 0, 0.35);
|
font-weight: bold;
|
color: #FFFFFF;
|
font-size: 30rpx;
|
border-radius: 50%;
|
background-color: rgba(255, 255, 255, 0.3);
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
}
|
.signin-click1 {
|
width: 180rpx;
|
height: 180rpx;
|
background-color: rgba(255, 255, 255, 0.07);
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
border-radius: 50%;
|
margin: 0 auto;
|
z-index: 1;
|
}
|
.signin-click2 {
|
width: 140rpx;
|
height: 140rpx;
|
background-color: rgba(255, 255, 255, 0.13);
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
border-radius: 50%;
|
z-index: 2;
|
}
|
.signin-click3 {
|
width: 117rpx;
|
height: 117rpx;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
border-radius: 50%;
|
z-index: 3;
|
}
|
[data-theme='theme0'] .signin-click3 {
|
background-color: #fbbd2f !important;
|
}
|
[data-theme='theme1'] .signin-click3 {
|
background-color: #ffad57 !important;
|
}
|
[data-theme='theme2'] .signin-click3 {
|
background-color: #ffe373 !important;
|
}
|
[data-theme='theme3'] .signin-click3 {
|
background-color: #73c2ff !important;
|
}
|
[data-theme='theme4'] .signin-click3 {
|
background-color: #f0ee6c !important;
|
}
|
[data-theme='theme5'] .signin-click3 {
|
background-color: #ffd773 !important;
|
}
|
[data-theme='theme6'] .signin-click3 {
|
background-color: #9173ff !important;
|
}
|
.signin-click4 {
|
width: 117rpx;
|
height: 117rpx;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
border-radius: 50%;
|
font-size: 30rpx;
|
background-color: rgba(0, 0, 0, 0.08);
|
z-index: 3;
|
}
|
[data-theme='theme0'] .signin-click4 {
|
color: #ffffff !important;
|
}
|
[data-theme='theme1'] .signin-click4 {
|
color: #ffffff !important;
|
}
|
[data-theme='theme2'] .signin-click4 {
|
color: #ffffff !important;
|
}
|
[data-theme='theme3'] .signin-click4 {
|
color: #ffffff !important;
|
}
|
[data-theme='theme4'] .signin-click4 {
|
color: #ffffff !important;
|
}
|
[data-theme='theme5'] .signin-click4 {
|
color: #ffffff !important;
|
}
|
[data-theme='theme6'] .signin-click4 {
|
color: #ffffff !important;
|
}
|
.rule-box {
|
width: 710rpx;
|
margin: 0 auto;
|
margin-top: 20rpx;
|
background: #FFFFFF;
|
box-shadow: 0px 8rpx 3rpx 0px rgba(6, 0, 1, 0.03);
|
border-radius: 15rpx;
|
padding: 38rpx 23rpx;
|
box-sizing: border-box;
|
}
|
.rule-box .rule-title {
|
font-size: 36rpx;
|
text-align: center;
|
color: #333333;
|
margin: 0 auto;
|
margin-bottom: 44rpx;
|
}
|