intelligentGroup/unpackage/dist/dev/mp-weixin/pages/phoneList/detail.wxss

176 lines
3.8 KiB
Plaintext
Raw Normal View History

2023-09-08 14:52:40 +08:00
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.content.data-v-0f4de70d {
padding: 0;
min-height: 100vh;
}
image.data-v-0f4de70d {
width: 100%;
height: 100%;
2023-09-15 14:26:04 +08:00
border-radius: 5px;
2023-09-08 14:52:40 +08:00
}
.title.data-v-0f4de70d {
font-size: 16px;
font-weight: bold;
margin: 15px;
display: flex;
align-items: center;
2025-04-29 09:39:18 +08:00
position: relative;
padding-left: 10px;
2023-09-08 14:52:40 +08:00
}
2025-04-29 09:39:18 +08:00
.title.data-v-0f4de70d:after {
content: "";
position: absolute;
width: 5px;
2023-09-08 14:52:40 +08:00
height: 20px;
2025-04-29 09:39:18 +08:00
left: 0px;
border-radius: 5px;
background: linear-gradient(0deg, #4a9552, #3e359a 99%);
2023-09-08 14:52:40 +08:00
}
.box.data-v-0f4de70d {
2025-04-29 09:39:18 +08:00
margin-top: 125px;
2023-09-08 14:52:40 +08:00
background-color: #fff;
width: 100%;
border-radius: 5px;
}
.box .tabbar.data-v-0f4de70d {
display: flex;
height: 45px;
align-items: center;
justify-content: space-between;
font-size: 16px;
font-weight: bold;
margin: 0 15px;
border-bottom: 1px solid #dfdfdf;
}
.box .tabbar view.data-v-0f4de70d {
height: 45px;
line-height: 45px;
width: 33%;
text-align: center;
}
.box .tabbar .active.data-v-0f4de70d {
2025-04-29 09:39:18 +08:00
color: #3f378d;
border-bottom: 2px solid #3f378d;
2023-09-08 14:52:40 +08:00
}
.box .show.data-v-0f4de70d {
padding: 10px 15px 15px;
}
.box .show .logo.data-v-0f4de70d {
width: 145px;
height: 52px;
padding: 10px;
border: 1px solid #dfdfdf;
margin: auto;
margin: 15px auto;
}
.box .show .postName.data-v-0f4de70d {
margin: 20px 0;
font-size: 16px;
font-weight: bold;
}
.box .show text.data-v-0f4de70d,
.box .show .text.data-v-0f4de70d {
color: #999;
padding-left: 13px;
position: relative;
left: -15px;
}
.box .show .text.data-v-0f4de70d::before {
content: "";
position: absolute;
width: 8px;
height: 8px;
left: 0;
background-color: #F7B133;
border-radius: 50%;
top: 6px;
}
.box .show .con.data-v-0f4de70d {
margin-top: 15px;
color: #666;
line-height: 25px;
}
.box .show .image.data-v-0f4de70d {
width: 100%;
height: auto;
text-align: center;
margin-top: 5px;
}
.box .show .image image.data-v-0f4de70d {
width: 100%;
height: auto;
object-fit: scale-down;
}
.box .show .headimage.data-v-0f4de70d {
width: 85px;
height: 110px;
border: 1px solid #dfdfdf;
border-radius: 5px;
margin: auto;
}
.box .show .name.data-v-0f4de70d {
width: 100%;
font-size: 16px;
text-align: center;
margin-top: 15px;
}
.box .show .name text.data-v-0f4de70d {
width: auto;
display: inline-block;
background-color: #F7B133;
text-align: center;
font-size: 12px;
padding: 2px 10px;
border-radius: 5px;
color: #fff;
margin-left: 15px;
left: 0;
}
.box .show .post.data-v-0f4de70d {
color: #999;
text-align: center;
margin-top: 10px;
}
.box .show .post text.data-v-0f4de70d {
position: inherit;
padding-left: 0;
}
2024-05-02 15:31:12 +08:00
.info.data-v-0f4de70d {
height: 120px !important;
}
.info .phone.data-v-0f4de70d {
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
2023-09-08 14:52:40 +08:00
.productList.data-v-0f4de70d {
margin-bottom: 0 !important;
}