hldy_xcx/unpackage/dist/dev/mp-weixin/pages/yuangongindex/searchjigou.wxss

230 lines
5.1 KiB
Plaintext
Raw Normal View History

2025-09-09 17:45:04 +08:00
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果您是插件开发者建议您使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果您是App开发者插件使用者您可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果您的项目同样使用了scss预处理您也可以直接在您的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.container.data-v-0e7ef1bb {
display: flex;
flex-direction: column;
min-height: 100vh;
width: 100%;
background-color: #F7F7F7;
position: relative;
}
.title-back.data-v-0e7ef1bb {
margin-top: 100rpx;
width: 100%;
height: 100rpx;
display: flex;
justify-content: space-between;
align-items: center;
}
.left-father.data-v-0e7ef1bb {
display: flex;
align-items: center;
}
.left-father .back-img.data-v-0e7ef1bb {
width: 45rpx;
height: 40rpx;
margin-left: 40rpx;
margin-right: 15rpx;
}
.tianjia.data-v-0e7ef1bb {
width: 120rpx;
height: 70rpx;
background: linear-gradient(to right, #00C9FF, #0076FF);
color: #fff;
display: flex;
justify-content: center;
align-items: center;
2025-09-10 17:23:15 +08:00
border-radius: 30rpx;
2025-09-09 17:45:04 +08:00
margin-left: 10rpx;
}
.zhiling-box.data-v-0e7ef1bb {
display: flex;
justify-content: space-around;
align-items: center;
width: 92%;
margin-left: 4%;
height: 110rpx;
background-color: #fff;
border-radius: 35rpx;
font-size: 32rpx;
border: 4rpx solid #fff;
}
.input-all.data-v-0e7ef1bb {
width: 500rpx;
height: 65rpx;
border-radius: 30rpx;
background-color: #F7F7F7;
padding-left: 80rpx;
2025-09-10 17:23:15 +08:00
margin-left: 30rpx;
2025-09-09 17:45:04 +08:00
display: flex;
align-items: center;
position: relative;
}
.popop-father.data-v-0e7ef1bb {
width: 100%;
height: 600rpx;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.popop-font.data-v-0e7ef1bb {
margin-top: 40rpx;
width: 70%;
text-align: center;
line-height: 40rpx;
font-size: 30rpx;
margin-bottom: 100rpx;
}
.popop-blue.data-v-0e7ef1bb {
display: flex;
justify-content: center;
align-items: center;
width: 80%;
display: flex;
justify-content: center;
align-items: center;
height: 90rpx;
border-radius: 35rpx;
background: linear-gradient(to left, #00C9FF, #0076FF);
color: #fff;
font-size: 33rpx;
margin-bottom: 30rpx;
}
.button-father.data-v-0e7ef1bb {
position: fixed;
bottom: 0rpx;
left: 0;
width: 100%;
display: flex;
justify-content: center;
background-color: #fff;
}
.blue-button.data-v-0e7ef1bb {
display: flex;
justify-content: center;
align-items: center;
width: 80%;
height: 90rpx;
margin: 0rpx auto;
margin-bottom: 80rpx;
margin-top: 20rpx;
color: #fff;
background: linear-gradient(to left, #00C9FF, #0076FF);
border-radius: 35rpx;
font-size: 33rpx;
}
.white-button.data-v-0e7ef1bb {
display: flex;
justify-content: center;
align-items: center;
width: 80%;
height: 90rpx;
margin: 0rpx auto;
margin-bottom: 80rpx;
margin-top: 20rpx;
background: linear-gradient(to bottom, #f3f3f5, #dee4e9);
border-radius: 35rpx;
font-size: 33rpx;
}
2025-09-10 17:23:15 +08:00
.zhiling-box-card.data-v-0e7ef1bb {
display: flex;
width: 92%;
margin-left: 4%;
height: 150rpx;
background-color: #fff;
border-radius: 35rpx;
font-size: 32rpx;
border: 4rpx solid #fff;
overflow: hidden;
2025-09-09 17:45:04 +08:00
}
.applying.data-v-0e7ef1bb {
background-color: #FFE8D3;
color: #FF7900;
2025-09-10 17:23:15 +08:00
width: 130rpx;
2025-09-09 17:45:04 +08:00
height: 50rpx;
display: flex;
justify-content: center;
align-items: center;
2025-09-10 17:23:15 +08:00
font-size: 28rpx;
2025-09-09 17:45:04 +08:00
border-radius: 10rpx;
2025-09-10 17:23:15 +08:00
margin-left: 35rpx;
margin-top: 25rpx;
2025-09-09 17:45:04 +08:00
}
.applysuccess.data-v-0e7ef1bb {
background-color: #DEF1FF;
color: #0093FF;
2025-09-10 17:23:15 +08:00
width: 130rpx;
2025-09-09 17:45:04 +08:00
height: 50rpx;
display: flex;
justify-content: center;
align-items: center;
2025-09-10 17:23:15 +08:00
font-size: 28rpx;
2025-09-09 17:45:04 +08:00
border-radius: 10rpx;
2025-09-10 17:23:15 +08:00
margin-left: 35rpx;
margin-top: 25rpx;
2025-09-09 17:45:04 +08:00
}
.applyfail.data-v-0e7ef1bb {
background-color: #FFBFCF;
color: #FC3D7F;
2025-09-10 17:23:15 +08:00
width: 130rpx;
2025-09-09 17:45:04 +08:00
height: 50rpx;
display: flex;
justify-content: center;
align-items: center;
2025-09-10 17:23:15 +08:00
font-size: 28rpx;
2025-09-09 17:45:04 +08:00
border-radius: 10rpx;
2025-09-10 17:23:15 +08:00
margin-left: 35rpx;
margin-top: 20rpx;
}
.card-font.data-v-0e7ef1bb {
margin-left: 40rpx;
font-size: 32rpx;
margin-top: 30rpx;
2025-09-09 17:45:04 +08:00
}
.gray-font.data-v-0e7ef1bb {
2025-09-10 17:23:15 +08:00
margin-left: 40rpx;
font-size: 31rpx;
margin-top: 10rpx;
2025-09-09 17:45:04 +08:00
color: #B1B1B1;
width: 100%;
2025-09-10 17:23:15 +08:00
}
.gray-bgc.data-v-0e7ef1bb {
margin: 20rpx 40rpx;
width: 90%;
height: 75rpx;
border-radius: 10rpx;
2025-09-09 17:45:04 +08:00
display: flex;
2025-09-10 17:23:15 +08:00
align-items: center;
position: relative;
}
.gray-bgc .gray-img.data-v-0e7ef1bb {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
2025-09-09 17:45:04 +08:00
}