lanan-old/detection-user/unpackage/dist/dev/mp-weixin/pages/detection/coupon.wxss

117 lines
2.5 KiB
Plaintext
Raw Normal View History

2024-07-17 14:16:22 +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-e6b9f92e {
width: 100%;
height: calc(100vh);
background-color: #F6F6F6;
box-sizing: border-box;
padding-top: 45px;
}
.c-top.data-v-e6b9f92e {
width: 100%;
box-sizing: border-box;
padding: 15px;
display: flex;
justify-content: space-between;
align-items: center;
background-color: white;
}
.c-title.data-v-e6b9f92e {
font-size: 18px;
font-weight: bold;
}
.ail.data-v-e6b9f92e {
width: 100%;
box-sizing: border-box;
padding: 10px;
}
.q-box.data-v-e6b9f92e {
width: 100%;
height: 82px;
background: #FFFFFF;
border-radius: 8px;
box-sizing: border-box;
padding: 10px;
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 10px;
}
.qimg.data-v-e6b9f92e {
width: 60px;
height: 60px;
margin-right: 10px;
}
.qimg image.data-v-e6b9f92e {
width: 100%;
height: 100%;
}
.q-title.data-v-e6b9f92e {
font-size: 16px;
font-weight: bold;
color: #333333;
margin-bottom: 20px;
}
.q-hui.data-v-e6b9f92e {
font-size: 13px;
font-weight: 400;
color: #666666;
}
.dix.data-v-e6b9f92e {
display: flex;
align-items: center;
}
.xuan.data-v-e6b9f92e {
width: 16px;
height: 16px;
border-radius: 8px;
border: 1px solid #B4B3B1;
margin-left: 20px;
}
.ju.data-v-e6b9f92e {
font-size: 30px;
font-weight: 400;
color: #FF571A;
margin-bottom: 0px;
}
.xju.data-v-e6b9f92e {
font-size: 14px;
font-weight: 400;
color: #FF571A;
}
.imgqs.data-v-e6b9f92e {
width: 200px;
height: 200px;
margin: 0 auto;
margin-top: 150px;
}
.imgqs image.data-v-e6b9f92e {
width: 100%;
height: 100%;
}