添加签到页面

This commit is contained in:
2025-04-25 10:50:10 +08:00
parent 3574768aa5
commit d85ec0e861
213 changed files with 2110 additions and 1078 deletions

View File

@ -0,0 +1,77 @@
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
.signin {
height: 570rpx;
margin: 24rpx 20rpx 0;
background-image: url(http://jianbing-media.stnav.com/frontend/img/signin-bg.png);
background-repeat: no-repeat;
background-size: cover;
}
.signin .title {
font-size: 40rpx;
padding-top: 70rpx;
}
.signin .day {
margin-top: 72rpx;
margin-left: 24rpx;
}
.signin .day > text:first-child {
color: #141414;
}
.signin .day > text:last-child {
color: #099DF1;
font-size: 40rpx;
margin-left: 18rpx;
}
.signin .expire {
background-color: #eee;
color: #AFAFAF;
}
.signin .normal {
background-color: #F5F5F4;
}
.signin .last {
background: linear-gradient(137deg, #099DF1 0%, #7BC7F2 100%);
}
.signin .sigin-day {
width: 80rpx;
height: 150rpx;
border-radius: 40rpx;
padding: 8rpx;
}
.signin .sigin-day .date,
.signin .sigin-day .points {
white-space: nowrap;
font-size: 20rpx;
}
.signin .signin-btn {
background-color: #099DF1;
border-radius: 48rpx;
color: #fff;
height: 80rpx;
line-height: 80rpx;
text-align: center;
margin: 0 120rpx;
}
.ad {
height: 140rpx;
margin: 36rpx 20rpx;
border-radius: 18rpx;
}
.ad .text-AE {
color: #AEAEAE;
}