oil-station/gasStation-uni/unpackage/dist/dev/mp-weixin/pagesMy/today/today.wxss

142 lines
3.1 KiB
Plaintext
Raw Normal View History

2024-08-16 18:26:19 +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-016ee3d6 {
background: #f4f5f6;
}
.container.data-v-016ee3d6 {
width: 100%;
height: 100vh;
box-sizing: border-box;
padding-top: 88px;
background: linear-gradient(180deg, #2F72F7 0%, rgba(47, 114, 247, 0) 50%, rgba(47, 114, 247, 0) 100%);
}
.my-header.data-v-016ee3d6 {
width: 100%;
height: 88px;
background: #2F72F7;
display: flex;
align-items: center;
justify-content: space-between;
color: #ffffff;
box-sizing: border-box;
padding: 0px 15px;
padding-top: 40px;
position: fixed;
top: 0px;
}
.my-header .my-icons.data-v-016ee3d6 {
width: 20px;
}
.top-box.data-v-016ee3d6 {
width: 95%;
color: #ffffff;
height: 50px;
margin: 10px auto;
position: relative;
}
.tupian.data-v-016ee3d6 {
background: url("http://47.95.206.185:83/imgriht.png") center no-repeat;
background-size: 100% 100%;
bottom: -45px;
right: 0px;
width: 130px;
height: 105px;
position: absolute;
}
.gang.data-v-016ee3d6 {
width: 4px;
height: 16px;
background: #2F72F7;
border-radius: 2px;
margin-right: 5px;
}
.t-left-box.data-v-016ee3d6 {
width: 50%;
text-align: center;
}
.t-right-box.data-v-016ee3d6 {
width: 50%;
text-align: center;
}
.box-centenr.data-v-016ee3d6 {
width: 100%;
box-sizing: border-box;
padding: 15px;
background: #ffffff;
}
.box-bor.data-v-016ee3d6 {
border-bottom: 1px solid #e8e8e8;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
padding: 10px;
}
.box-list.data-v-016ee3d6 {
width: 95%;
margin: 10px auto;
border-radius: 8px;
background: #ffffff;
box-sizing: border-box;
padding: 15px;
}
.dis-top.data-v-016ee3d6 {
display: flex;
align-items: center;
font-size: 18px;
font-weight: bold;
color: #333333;
}
.bottom-bt.data-v-016ee3d6 {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
margin: 5px auto;
}
.dis.data-v-016ee3d6 {
display: flex;
}
.dis-c.data-v-016ee3d6 {
display: flex;
align-items: center;
justify-content: center;
margin-top: 10px;
}
.hui-box.data-v-016ee3d6 {
width: 100%;
text-align: center;
font-size: 14px;
color: #707070;
}
.dlan.data-v-016ee3d6 {
color: #2F72F7;
font-weight: bold;
font-size: 25px;
}