oil-station/gasStation-uni/unpackage/dist/dev/mp-weixin/pages/refuel/refuel.wxss

209 lines
4.3 KiB
Plaintext
Raw Normal View History

2024-09-18 17:24:51 +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-146425a6 {
background: #ffffff;
}
.container.data-v-146425a6 {
width: 100%;
height: 100vh;
box-sizing: border-box;
padding-top: 88px;
}
.my-header.data-v-146425a6 {
width: 100%;
height: 88px;
background: #304fff;
display: flex;
align-items: center;
justify-content: center;
color: white;
position: fixed;
top: 0px;
}
.my-header .my-text.data-v-146425a6 {
margin-top: 40px;
}
.top.data-v-146425a6 {
width: 100%;
height: 200px;
background-image: linear-gradient(180deg, #304fff, #ffffff);
box-sizing: border-box;
padding: 1px;
}
.top-box.data-v-146425a6 {
width: 90%;
height: 110px;
background-color: #ffffff;
border-radius: 8px;
margin: 20px auto;
box-sizing: border-box;
padding: 10px;
display: flex;
justify-content: space-between;
margin-top: 60px;
}
.top-title.data-v-146425a6 {
font-size: 16px;
}
.top-img.data-v-146425a6 {
width: 46px;
height: 46px;
background-color: #304fff;
border-radius: 6px;
overflow: hidden;
margin-right: 10px;
}
.top-img image.data-v-146425a6 {
width: 100%;
height: 100%;
}
.top-hui.data-v-146425a6 {
font-size: 14px;
margin: 5px 0px;
color: #999999;
text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
}
.top-hong.data-v-146425a6 {
font-size: 16px;
font-weight: bold;
color: #ff0000;
}
.dis.data-v-146425a6 {
display: flex;
}
.bulu.data-v-146425a6 {
color: #304fff;
}
.bulu-icon.data-v-146425a6 {
width: 120px;
height: 20px;
font-size: 12px;
color: #304fff;
border: 1px solid #304fff;
display: flex;
justify-content: center;
align-items: center;
}
.wrap-box.data-v-146425a6 {
width: 100%;
display: flex;
flex-wrap: wrap;
}
.wrap-box1.data-v-146425a6 {
width: 100%;
display: flex;
flex-wrap: wrap;
overflow-y: scroll;
}
.box-oil.data-v-146425a6 {
width: 23%;
display: flex;
align-items: center;
justify-content: center;
color: #666666;
background: #f7f7f7;
margin-right: 5px;
margin-top: 5px;
padding: 12px 0px;
border-radius: 6px;
}
.box-oil1.data-v-146425a6 {
width: 29%;
display: flex;
align-items: center;
justify-content: center;
color: #666666;
background: #f7f7f7;
margin-right: 13px;
margin-top: 5px;
padding: 12px 0px;
border-radius: 6px;
margin-bottom: 10px;
}
.box-oil2.data-v-146425a6 {
width: 28%;
height: 25px;
line-height: 25px;
display: flex;
align-items: center;
justify-content: center;
color: #666666;
background: white;
margin-right: 13px;
padding: 12px 0px;
border-radius: 6px;
}
.fa-box.data-v-146425a6 {
width: 90%;
margin: 20px auto;
}
.fa-title.data-v-146425a6 {
font-size: 18px;
margin: 10px 0px;
}
.xz.data-v-146425a6 {
color: #ffffff;
background: #1678ff;
}
.anniu.data-v-146425a6 {
width: 90%;
margin: 10px auto;
height: 40px;
background: #1678ff;
color: white;
display: flex;
align-items: center;
justify-content: center;
border-radius: 6px;
}
.inputkuang.data-v-146425a6 {
width: 100%;
height: 40px;
border: 1px solid #304fff;
border-radius: 6px;
display: flex;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
padding: 0px 10px;
}
.sbox.data-v-146425a6 {
width: 33%;
}
.sbox-hui.data-v-146425a6 {
width: 33%;
text-align: right;
color: #999999;
}