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.

199 lines
5.0 KiB
Plaintext

/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.search {
width: 100%;
height: 100%;
position: absolute;
z-index: 999;
}
.search .search-auto {
width: 100%;
height: 80%;
background-color: #f0f3fb;
margin-top: 350rpx;
position: relative;
}
.search .search-auto .box {
width: 100%;
height: 100%;
position: relative;
}
.search .search-auto .box .top {
width: 100%;
height: 10rpx;
background-image: url("https://www.jiubaotongxue.love/image/handle1.png");
background-size: 100% 100%;
}
.search .search-auto .box .boxs-flex {
width: 100%;
height: 244rpx;
background-color: white;
border-radius: 20rpx;
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 10rpx;
position: relative;
}
.search .search-auto .box .boxs-flex .i {
width: 184rpx;
height: 164rpx;
margin-left: 36rpx;
border-radius: 10rpx;
}
.search .search-auto .box .boxs-flex .right-flex {
width: 68%;
height: 244rpx;
}
.search .search-auto .box .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;
}
.search .search-auto .box .boxs-flex .right-flex .title .title-right {
width: 160rpx;
height: 42rpx;
display: flex;
align-items: center;
font-size: 24rpx;
color: #666;
}
.search .search-auto .box .boxs-flex .right-flex .title .title-right .title-right-i {
width: 28rpx;
height: 28rpx;
margin-right: 10rpx;
position: relative;
z-index: 100;
}
.search .search-auto .box .boxs-flex .right-flex .centers {
width: 100%;
height: 34rpx;
display: flex;
align-items: center;
margin-top: 10rpx;
}
.search .search-auto .box .boxs-flex .right-flex .centers .centers-i {
width: 24rpx;
height: 24rpx;
}
.search .search-auto .box .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;
}
.search .search-auto .box .boxs-flex .right-flex .centers1 {
width: 100%;
height: 28rpx;
font-size: 24rpx;
display: flex;
align-items: center;
margin-top: 10rpx;
}
.search .search-auto .box .boxs-flex .right-flex .centers1 .centers-i-l {
display: flex;
align-items: center;
}
.search .search-auto .box .boxs-flex .right-flex .centers1 .centers-i-l .centers-i-l-i {
width: 24rpx;
height: 24rpx;
}
.search .search-auto .box .boxs-flex .right-flex .centers1 .centers-i-l .txt {
display: block;
margin-left: 10rpx;
}
.search .search-auto .box .boxs-flex .right-flex .centers1 .centers-i-l .txts {
display: block;
margin-left: 10rpx;
color: #FF3232;
}
.search .search-auto .box .boxs-flex .right-flex .bottoms {
width: 100%;
height: 36rpx;
display: flex;
margin-top: 16rpx;
}
.search .search-auto .box .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;
}
.search .search-auto .box .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;
}
.search .search-auto .box .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;
}
.search .search-auto .ding {
width: 100%;
height: 200rpx;
}