You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

277 lines
6.0 KiB
Plaintext

1 year ago
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.myIntegral {
width: 100%;
height: 100%;
position: absolute;
background-color: #f1f4fb;
}
.myIntegral .top {
width: 100%;
height: 274rpx;
background-image: url("https://www.jiubaotongxue.love/image/demo72.png");
background-size: 100% 100%;
background-repeat: no-repeat;
position: fixed;
top: 0;
}
.myIntegral .top .left {
position: fixed;
width: 64rpx;
height: 64rpx;
top: 100rpx;
left: 20rpx;
}
.myIntegral .top .wen {
position: fixed;
display: block;
font-size: 36rpx;
left: 304rpx;
top: 106rpx;
}
.myIntegral .header {
width: 92%;
height: 248rpx;
background-image: url("https://www.jiubaotongxue.love/image/demo70.png");
background-size: 100% 100%;
position: relative;
margin-top: 176rpx;
transform: translateX(-50%);
margin-left: 50%;
}
.myIntegral .header .t {
width: 100%;
height: 60rpx;
text-align: right;
box-sizing: border-box;
font-size: 24rpx;
padding-right: 45rpx;
padding-top: 20rpx;
line-height: 60rpx;
color: #B98900;
}
.myIntegral .header .c {
width: 100%;
height: 30rpx;
font-size: 26rpx;
line-height: 30rpx;
color: #8A6D19;
box-sizing: border-box;
padding-left: 60rpx;
}
.myIntegral .header .b {
width: 100%;
height: 74rpx;
font-size: 64rpx;
padding-left: 52rpx;
box-sizing: border-box;
margin-top: 5rpx;
}
.myIntegral .title {
width: 100%;
height: 34rpx;
display: flex;
align-items: center;
font-size: 34rpx;
box-sizing: border-box;
padding-left: 50rpx;
position: relative;
}
.myIntegral .title .r {
width: 24rpx;
height: 24rpx;
}
.myIntegral .auto-mingxi {
width: 90%;
transform: translateX(-50%);
margin-left: 50%;
height: 70%;
background-color: #ffffff;
margin-top: 24rpx;
border-radius: 20rpx;
position: relative;
}
.myIntegral .auto-mingxi .box {
width: 100%;
height: 100%;
position: relative;
border-radius: 20rpx;
}
.myIntegral .auto-mingxi .box .title {
width: 100%;
height: 114rpx;
border-bottom: 1rpx solid #ccc;
position: fixed;
top: 0rpx;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0;
background-color: white;
z-index: 10;
border-radius: 20rpx;
}
.myIntegral .auto-mingxi .box .title .left {
width: 192rpx;
height: 110rpx;
text-align: center;
line-height: 110rpx;
margin-left: 70rpx;
}
.myIntegral .auto-mingxi .box .title .right {
width: 192rpx;
height: 110rpx;
text-align: center;
line-height: 110rpx;
margin-right: 70rpx;
}
.myIntegral .auto-mingxi .box .title .active {
border-bottom: 7rpx solid #428aff;
}
.myIntegral .auto-mingxi .box .title-zong {
position: fixed;
width: 100%;
height: 108rpx;
left: 50%;
transform: translateX(-50%);
top: 120rpx;
background-color: white;
color: #f68515;
font-size: 24rpx;
z-index: 10;
}
.myIntegral .auto-mingxi .box .title-zong .z {
width: 90%;
height: 58rpx;
margin-left: 50%;
transform: translateX(-50%);
line-height: 58rpx;
box-sizing: border-box;
padding-left: 30rpx;
margin-top: 40rpx;
background-color: #FFF6D7;
}
.myIntegral .auto-mingxi .box .title-zongs {
position: fixed;
width: 100%;
height: 108rpx;
left: 50%;
transform: translateX(-50%);
top: 120rpx;
background-color: white;
color: #f68515;
font-size: 24rpx;
z-index: 10;
}
.myIntegral .auto-mingxi .box .title-zongs .z {
width: 90%;
height: 58rpx;
background-color: #FFF6D7;
margin-left: 50%;
transform: translateX(-50%);
line-height: 58rpx;
box-sizing: border-box;
padding-left: 30rpx;
margin-top: 40rpx;
}
.myIntegral .auto-mingxi .box .shangding {
width: 100%;
height: 230rpx;
position: relative;
}
.myIntegral .auto-mingxi .box .box-flex {
width: 90%;
height: 120rpx;
border-bottom: 1rpx solid #ddd;
margin-top: 20rpx;
margin-left: 50%;
transform: translateX(-50%);
position: relative;
}
.myIntegral .auto-mingxi .box .box-flex .lefts {
width: 70%;
height: 120rpx;
}
.myIntegral .auto-mingxi .box .box-flex .lefts .t {
display: block;
font-size: 30rpx;
}
.myIntegral .auto-mingxi .box .box-flex .lefts .d {
display: block;
font-size: 24rpx;
color: #666;
margin-top: 20rpx;
}
.myIntegral .auto-mingxi .box .box-flex .rights {
position: absolute;
right: 25rpx;
top: 20rpx;
font-size: 40rpx;
color: red;
}
.myIntegral .auto-mingxi .box .box-flex .rightsa {
position: absolute;
right: 25rpx;
top: 20rpx;
font-size: 40rpx;
color: #428aff;
}
.windowYear {
width: 100%;
height: 100%;
position: fixed;
top: 0rpx;
background-color: rgba(0, 0, 0, 0.6);
}
.windowYear .box {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 500rpx;
max-height: 800rpx;
1 year ago
background-color: white;
border-bottom: 1rpx solid #ccc;
}
.windowYear .box .boxs {
width: 100%;
position: relative;
}
.windowYear .box .boxs .title {
1 year ago
font-size: 36rpx;
width: 100%;
height: 100rpx;
line-height: 100rpx;
text-align: center;
}
.windowYear .box .boxs .box-flexs {
1 year ago
width: 100%;
height: 100rpx;
text-align: center;
line-height: 100rpx;
background-color: white;
border-top: 1rpx solid #ccc;
}