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

164 lines
3.4 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-0be17cc6 {
background: #f4f5f6;
}
.container.data-v-0be17cc6 {
width: 100%;
height: 100vh;
box-sizing: border-box;
padding-top: 88px;
}
.my-header.data-v-0be17cc6 {
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-0be17cc6 {
margin-top: 40px;
}
.my-top.data-v-0be17cc6 {
height: 150px;
width: 100%;
background: #304fff;
box-sizing: border-box;
padding-top: 1px;
}
.dis.data-v-0be17cc6 {
display: flex;
align-items: center;
}
.dis-box.data-v-0be17cc6 {
width: 90%;
margin: 20px auto;
display: flex;
justify-content: space-between;
align-items: center;
}
.touxiang.data-v-0be17cc6 {
width: 65px;
height: 65px;
border-radius: 50%;
background-color: #ebf5ff;
overflow: hidden;
margin-right: 5px;
}
.touxiang image.data-v-0be17cc6 {
width: 100%;
height: 100%;
}
.user-tel.data-v-0be17cc6 {
font-weight: bold;
font-size: 20px;
color: white;
margin-bottom: 5px;
}
.user-name.data-v-0be17cc6 {
font-size: 12px;
color: #c1c1ff;
}
.vipnber.data-v-0be17cc6 {
color: white;
}
.my-top-box.data-v-0be17cc6 {
width: 90%;
height: 80px;
background-color: white;
border-radius: 8px;
box-sizing: border-box;
padding: 15px;
display: flex;
align-items: center;
margin: 0 auto;
}
.jg-box.data-v-0be17cc6 {
width: 33%;
text-align: center;
}
.jg-box-title.data-v-0be17cc6 {
font-size: 16px;
color: #999999;
margin-bottom: 5px;
}
.jg-box-nmb.data-v-0be17cc6 {
font-size: 12px;
font-weight: bold;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.box-centenr.data-v-0be17cc6 {
width: 90%;
box-sizing: border-box;
padding: 10px;
background: white;
margin: 15px auto;
margin-top: 10px;
border-radius: 8px;
}
.box-gang.data-v-0be17cc6 {
border-bottom: 1px solid #f4f5f6;
width: 100%;
box-sizing: border-box;
padding: 10px 0px;
display: flex;
align-items: center;
justify-content: space-between;
color: #404041;
}
.wrap-box.data-v-0be17cc6 {
display: flex;
flex-wrap: wrap;
}
.centenr-sx.data-v-0be17cc6 {
width: 25%;
margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
.box-centenr-title.data-v-0be17cc6 {
font-weight: bold;
font-size: 18px;
}
.centenr-img.data-v-0be17cc6 {
margin: 2px auto;
}
.centenr-img image.data-v-0be17cc6 {
width: 32px;
height: 32px;
}
.centenr-size.data-v-0be17cc6 {
font-size: 14px;
}