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.
shangmenanmo/unpackage/dist/dev/mp-weixin/components/technician-list-item.wxss

124 lines
3.3 KiB

5 months ago
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.technician-list-item .list-item .top-tag.data-v-a0a01e18 {
width: 40rpx;
height: 30rpx;
color: #B75E1D;
background: linear-gradient(90deg, #DFB885 0%, #FCE0AD 100%);
border-radius: 8rpx 0 8rpx 0;
top: 0;
left: 0;
}
.technician-list-item .list-item .item-img.data-v-a0a01e18 {
width: 124rpx;
height: 124rpx;
}
.technician-list-item .list-item .king-img.data-v-a0a01e18 {
width: 90rpx;
height: 90rpx;
top: 110rpx;
left: -15rpx;
z-index: 1;
}
.technician-list-item .list-item .top-img.data-v-a0a01e18 {
width: 146rpx;
height: 140rpx;
top: -7rpx;
left: -11rpx;
}
.technician-list-item .list-item .hot-img.data-v-a0a01e18 {
width: 75rpx;
height: 51rpx;
top: 77rpx;
left: 25rpx;
}
.technician-list-item .list-item .new-img.data-v-a0a01e18 {
width: 38rpx;
height: 52rpx;
top: 83rpx;
left: 78rpx;
}
.technician-list-item .list-item .item-tag.data-v-a0a01e18 {
width: 100rpx;
height: 32rpx;
color: #000;
background: rgba(216, 216, 216, 0.3);
margin-top: 19rpx;
margin-bottom: 6rpx;
}
.technician-list-item .list-item .more-img.data-v-a0a01e18 {
width: 94rpx;
height: 33rpx;
border-radius: 3px;
-webkit-transform: rotateZ(1turn);
transform: rotateZ(1turn);
}
.technician-list-item .list-item .can-service-btn.data-v-a0a01e18 {
height: 80rpx;
margin-bottom: 30rpx;
width: 130rpx;
}
.technician-list-item .list-item .can-service-btn .bg.data-v-a0a01e18 {
width: 64rpx;
height: 28rpx;
opacity: 0.1;
border-radius: 3rpx;
top: 0;
left: 0;
z-index: 1;
}
.technician-list-item .list-item .can-service-btn .text.data-v-a0a01e18 {
height: 40rpx;
line-height: 40rpx;
text-align: center;
width: 100%;
}
.technician-list-item .list-item .can-service-btn .time.data-v-a0a01e18 {
height: 40rpx;
line-height: 40rpx;
text-align: center;
width: 100%;
}
.technician-list-item .list-item .iconyduixingxingshixin.data-v-a0a01e18 {
font-size: 28rpx;
background-image: -webkit-linear-gradient(270deg, #FAD961 0%, #F76B1C 100%);
}
.technician-list-item .list-item .star-text.data-v-a0a01e18 {
color: #FF9519;
margin-left: 6rpx;
}
.technician-list-item .list-item .order-num.data-v-a0a01e18 {
color: #4D4D4D;
margin-left: 16rpx;
}
.technician-list-item .list-item .item-btn.data-v-a0a01e18 {
width: 130rpx;
height: 52rpx;
border-radius: 100rpx;
}