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.

312 lines
7.3 KiB
Plaintext

1 year ago
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.handle {
width: 100%;
height: 100%;
position: absolute;
background-color: #f0f3fb;
}
.handle .top {
width: 100%;
height: 10%;
1 year ago
position: relative;
}
.handle .header {
width: 100%;
height: 192rpx;
background-image: url("https://www.jiubaotongxue.love/image/handle1.png");
background-size: 100% 100%;
background-repeat: no-repeat;
position: fixed;
font-size: 36rpx;
top: 180rpx;
z-index: 9999;
1 year ago
}
.handle .header .seach {
width: 100%;
height: 150rpx;
display: flex;
align-items: center;
}
.handle .header .seach .lefts {
display: block;
margin-left: 30rpx;
}
.handle .header .seach .rights {
width: 590rpx;
height: 72rpx;
position: relative;
display: flex;
margin-left: 30rpx;
align-items: center;
1 year ago
}
.handle .header .seach .rights .i {
width: 34rpx;
height: 34rpx;
position: absolute;
left: 30rpx;
top: 50%;
transform: translateY(-50%);
}
.handle .header .seach .rights .inp {
width: 100%;
height: 100%;
background-color: white;
border-radius: 30rpx;
box-sizing: border-box;
padding-left: 80rpx;
font-size: 28rpx;
}
.handle .auto-body {
width: 100%;
height: 80%;
position: relative;
margin-top: 170rpx;
}
.handle .auto-body .header-two {
1 year ago
width: 90%;
height: 172rpx;
background-image: url("https://www.jiubaotongxue.love/image/handle2.png");
background-size: 100% 100%;
background-repeat: no-repeat;
position: relative;
1 year ago
z-index: 10;
transform: translateX(-50%);
margin-left: 50%;
}
.handle .auto-body .boxs {
width: 100%;
height: 80%;
1 year ago
}
.handle .auto-body .boxs .boxs-flex {
width: 100%;
height: 244rpx;
background-color: white;
border-radius: 20rpx;
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 20rpx;
position: relative;
}
.handle .auto-body .boxs .boxs-flex .i {
width: 184rpx;
1 year ago
height: 164rpx;
margin-left: 36rpx;
1 year ago
border-radius: 10rpx;
}
.handle .auto-body .boxs .boxs-flex .right-flex {
width: 68%;
height: 244rpx;
}
.handle .auto-body .boxs .boxs-flex .right-flex .title {
width: 100%;
height: 42rpx;
display: flex;
justify-content: space-between;
margin-top: 30rpx;
font-size: 30rpx;
font-weight: 600;
line-height: 42rpx;
box-sizing: border-box;
padding-right: 30rpx;
}
.handle .auto-body .boxs .boxs-flex .right-flex .title .title-right {
1 year ago
width: 160rpx;
1 year ago
height: 42rpx;
display: flex;
align-items: center;
font-size: 24rpx;
color: #666;
}
.handle .auto-body .boxs .boxs-flex .right-flex .title .title-right .title-right-i {
width: 28rpx;
height: 28rpx;
margin-right: 10rpx;
}
.handle .auto-body .boxs .boxs-flex .right-flex .centers {
width: 100%;
height: 34rpx;
display: flex;
align-items: center;
margin-top: 10rpx;
}
.handle .auto-body .boxs .boxs-flex .right-flex .centers .centers-i {
width: 24rpx;
height: 24rpx;
}
.handle .auto-body .boxs .boxs-flex .right-flex .centers .flex-centers-txt {
display: block;
width: 80%;
height: 34rpx;
position: relative;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: 24rpx;
margin-left: 10rpx;
}
.handle .auto-body .boxs .boxs-flex .right-flex .centers1 {
width: 100%;
height: 28rpx;
font-size: 24rpx;
display: flex;
align-items: center;
margin-top: 10rpx;
}
.handle .auto-body .boxs .boxs-flex .right-flex .centers1 .centers-i-l {
display: flex;
align-items: center;
}
.handle .auto-body .boxs .boxs-flex .right-flex .centers1 .centers-i-l .centers-i-l-i {
width: 24rpx;
height: 24rpx;
}
.handle .auto-body .boxs .boxs-flex .right-flex .centers1 .centers-i-l .txt {
display: block;
margin-left: 10rpx;
}
.handle .auto-body .boxs .boxs-flex .right-flex .centers1 .centers-i-l .txts {
display: block;
margin-left: 10rpx;
color: #FF3232;
}
.handle .auto-body .boxs .boxs-flex .right-flex .bottoms {
width: 100%;
height: 36rpx;
display: flex;
margin-top: 16rpx;
}
.handle .auto-body .boxs .boxs-flex .right-flex .bottoms .lefta {
width: 220rpx;
height: 36rpx;
background: #348EFF;
border-radius: 5rpx;
background-image: url("https://www.jiubaotongxue.love/image/handle5.png");
background-position: 170rpx 5rpx;
background-size: 24rpx 24rpx;
background-repeat: no-repeat;
box-sizing: border-box;
padding-left: 30rpx;
font-size: 22rpx;
color: white;
line-height: 36rpx;
}
.handle .auto-body .boxs .boxs-flex .right-flex .bottoms .righta {
width: 220rpx;
height: 36rpx;
background: #42BE45;
margin-left: 20rpx;
border-radius: 5rpx;
background-image: url("https://www.jiubaotongxue.love/image/handle5.png");
background-position: 170rpx 5rpx;
background-size: 24rpx 24rpx;
background-repeat: no-repeat;
font-size: 22rpx;
color: white;
line-height: 36rpx;
box-sizing: border-box;
padding-left: 30rpx;
font-size: 22rpx;
}
.handle .auto-body .boxs .boxs-flex .abo {
width: 108rpx;
height: 36rpx;
background: linear-gradient(135deg, #FE7864 0%, #FF3232 100%);
position: absolute;
top: 30rpx;
left: 40rpx;
line-height: 36rpx;
color: white;
font-size: 22rpx;
text-align: center;
border-radius: 10rpx 0rpx 10rpx 0rpx;
}
.promptbgk {
position: fixed;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.2);
}
.promptbgk .prompt {
position: absolute;
width: 515rpx;
background-color: #ffffff;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
flex-direction: column;
/* 默认为 column但这里明确指定 */
align-items: center;
/* 水平居中 */
justify-content: space-around;
}
.promptbgk .prompt .prompt-title {
width: 100%;
text-align: center;
font-size: 30rpx;
height: 120rpx;
line-height: 120rpx;
box-sizing: border-box;
padding-top: 10rpx;
}
.promptbgk .prompt .prompt-body {
width: 100%;
text-align: center;
font-size: 26rpx;
height: 60rpx;
line-height: 60rpx;
}
.promptbgk .prompt .prompt-bottom {
position: relative;
width: 100%;
height: 160rpx;
display: flex;
justify-content: center;
align-items: center;
}
.promptbgk .prompt .prompt-bottom .left-btn {
width: 180rpx;
height: 75rpx;
background-color: #f2f2f2;
font-size: 28rpx;
text-align: center;
line-height: 75rpx;
margin-right: 20rpx;
border-radius: 10rpx 10rpx 10rpx 10rpx;
}
.promptbgk .prompt .prompt-bottom .right-btn {
width: 180rpx;
height: 75rpx;
background-color: #f2f2f2;
font-size: 28rpx;
color: #57aff7;
text-align: center;
line-height: 75rpx;
margin-left: 20rpx;
border-radius: 10rpx 10rpx 10rpx 10rpx;
}