You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
150 lines
3.7 KiB
150 lines
3.7 KiB
@charset "UTF-8";
|
|
/**
|
|
* 这里是uni-app内置的常用样式变量
|
|
*
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
*
|
|
*/
|
|
/**
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
*
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
*/
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
.pages-home .map-info .iconjuli {
|
|
font-size: 30rpx;
|
|
}
|
|
.pages-home .map-info .icon-down {
|
|
color: #868686;
|
|
}
|
|
.pages-home .map-info .map-list-item .list-btn {
|
|
width: 92rpx;
|
|
height: 46rpx;
|
|
-webkit-transform: rotateZ(360deg);
|
|
transform: rotateZ(360deg);
|
|
border-radius: 4rpx 0 0 4rpx;
|
|
border: 1rpx solid #DADFE3;
|
|
}
|
|
.pages-home .map-info .map-list-item .list-btn .iconfont {
|
|
font-size: 22rpx;
|
|
margin-right: 4rpx;
|
|
}
|
|
.pages-home .map-info .map-list-item .list-btn:nth-child(2) {
|
|
border-radius: 0 4rpx 4rpx 0;
|
|
}
|
|
.pages-home .map-info .map-list-item .list-btn.abs {
|
|
opacity: 0.3;
|
|
border: none;
|
|
}
|
|
.pages-home .tab-info .tab-list-item {
|
|
width: 90%;
|
|
}
|
|
.pages-home .tab-info .tab-select-item {
|
|
height: 44rpx;
|
|
box-shadow: -5px 0 5px -5px rgba(0, 0, 0, 0.8);
|
|
}
|
|
.pages-home .map-box {
|
|
width: 100%;
|
|
}
|
|
.pages-home .search-popup {
|
|
width: calc(100% - 164rpx);
|
|
height: 100vh;
|
|
}
|
|
.pages-home .search-popup .list-item {
|
|
width: 160rpx;
|
|
height: 70rpx;
|
|
background: #F5F5F5;
|
|
}
|
|
.pages-home .search-popup .list-item .icon-guanbi-fill.abs {
|
|
top: -15rpx;
|
|
right: 0;
|
|
font-size: 50rpx;
|
|
}
|
|
.pages-home .search-popup .list-item:nth-child(3n) {
|
|
margin-right: 0;
|
|
}
|
|
.pages-home .search-popup .search-btn {
|
|
width: 230rpx;
|
|
height: 80rpx;
|
|
border: 1rpx solid #C7C7C7;
|
|
-webkit-transform: rotateZ(360deg);
|
|
transform: rotateZ(360deg);
|
|
}
|
|
.pages-home .technician-info-popup {
|
|
width: 690rpx;
|
|
overflow: hidden;
|
|
margin-top: 200rpx;
|
|
}
|
|
.pages-home .technician-info-popup .work-img {
|
|
width: 100%;
|
|
height: 390rpx;
|
|
}
|
|
.pages-home .technician-info-popup .service-label {
|
|
min-width: 88rpx;
|
|
height: 32rpx;
|
|
padding: 0 10rpx;
|
|
color: #EBDDB1;
|
|
background: linear-gradient(270deg, #4C545A 0%, #282B34 100%);
|
|
border-radius: 4rpx;
|
|
}
|
|
.pages-home .technician-info-popup .time-label .near-text {
|
|
width: 100rpx;
|
|
height: 33rpx;
|
|
background: #F5F5F5;
|
|
border-radius: 3rpx 0 0 3rpx;
|
|
}
|
|
.pages-home .technician-info-popup .time-label .near-time {
|
|
width: 66rpx;
|
|
height: 33rpx;
|
|
border-radius: 0 3rpx 3rpx 0;
|
|
}
|
|
.pages-home .technician-info-popup .time-label .near-time .bg {
|
|
opacity: 0.1;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
z-index: 1;
|
|
border-radius: 0 3rpx 3rpx 0;
|
|
}
|
|
.pages-home .technician-info-popup .icondianpu {
|
|
margin-right: 6rpx;
|
|
}
|
|
.pages-home .technician-info-popup .iconpingfen1 {
|
|
font-size: 24rpx;
|
|
background-image: -webkit-linear-gradient(270deg, #FAD961 0%, #F76B1C 100%);
|
|
}
|
|
.pages-home .technician-info-popup .star-text {
|
|
height: 26rpx;
|
|
color: #FF9519;
|
|
margin-left: 6rpx;
|
|
}
|
|
.pages-home .technician-info-popup .line {
|
|
width: 1rpx;
|
|
height: 11rpx;
|
|
background: #979797;
|
|
margin: 0 18rpx;
|
|
}
|
|
.pages-home .technician-info-popup .introduce-info {
|
|
width: 630rpx;
|
|
max-height: 400rpx;
|
|
overflow-y: auto;
|
|
background: #F9F9F9;
|
|
}
|
|
.pages-home .icon-close {
|
|
font-size: 60rpx;
|
|
}
|
|
|
|
|