kitchendDevice/unpackage/dist/dev/mp-weixin/pages/me/me.wxss

119 lines
2.7 KiB
Plaintext
Raw Normal View History

2023-09-08 15:17:21 +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-259fb574 {
2025-11-25 14:21:22 +08:00
min-height: calc(100vh - 40rpx);
2025-11-08 16:50:26 +08:00
background-color: #fff;
2025-11-25 14:21:22 +08:00
padding-top: 40rpx;
2025-11-08 16:50:26 +08:00
}
.size22.data-v-259fb574 {
width: 100%;
text-align: center;
color: #fff;
2023-09-08 15:17:21 +08:00
}
.head.data-v-259fb574 {
width: 100%;
2025-03-25 10:17:30 +08:00
height: 5rem;
2025-11-08 16:50:26 +08:00
background: #3CB383;
2023-09-08 15:17:21 +08:00
display: flex;
align-items: center;
font-size: 16px;
font-weight: bold;
2025-11-25 14:21:22 +08:00
padding-bottom: 40rpx;
margin-top: -40rpx;
2023-09-08 15:17:21 +08:00
}
2025-03-25 10:17:30 +08:00
.head .left.data-v-259fb574 {
2025-11-25 14:21:22 +08:00
width: calc(100% - 60rpx);
2025-03-25 10:17:30 +08:00
display: flex;
align-items: center;
}
.head image.data-v-259fb574 {
2025-11-25 14:21:22 +08:00
width: 100rpx;
height: 100rpx;
margin: 0 30rpx;
2023-09-08 15:17:21 +08:00
}
2025-03-25 10:17:30 +08:00
.btnlogin.data-v-259fb574 {
color: #fff;
margin: auto;
2025-11-25 14:21:22 +08:00
padding: 8px 30rpx;
2025-11-08 16:50:26 +08:00
background: #3CB383;
2025-03-25 10:17:30 +08:00
border-radius: 5px;
font-weight: 500 !important;
}
2023-09-08 15:17:21 +08:00
.list.data-v-259fb574 {
width: 100%;
background: #fff;
2025-11-25 14:21:22 +08:00
margin: 30rpx;
border-radius: 20rpx;
line-height: 100rpx;
margin-top: -40rpx;
2023-09-08 15:17:21 +08:00
}
.list .item.data-v-259fb574 {
display: flex;
justify-content: space-between;
2025-11-25 14:21:22 +08:00
margin: 0 30rpx;
border-radius: 40rpx;
2025-11-08 16:50:26 +08:00
background: #FEF9F4;
2025-11-25 14:21:22 +08:00
margin-top: 30rpx;
padding: 0 20rpx;
2025-11-08 16:50:26 +08:00
}
2025-12-22 09:34:09 +08:00
.list .item .left.data-v-259fb574 {
2025-11-08 16:50:26 +08:00
display: flex;
align-items: center;
}
2025-12-22 09:34:09 +08:00
.list .item .right.data-v-259fb574 {
width: 50%;
}
.list .item .right view.data-v-259fb574 {
width: 100%;
display: flex;
justify-content: flex-end;
}
2025-11-08 16:50:26 +08:00
.list .item image.data-v-259fb574 {
2025-11-25 14:21:22 +08:00
width: 50rpx;
height: 50rpx;
margin-right: 20rpx;
2025-11-08 16:50:26 +08:00
}
.list :nth-child(2).item.data-v-259fb574 {
background-color: #F2FDEE;
}
.list :nth-child(3).item.data-v-259fb574 {
background-color: #FFEEFF;
}
.list :nth-child(4).item.data-v-259fb574 {
background-color: #DBF2F9;
}
.list :nth-child(5).item.data-v-259fb574 {
background-color: #FFEEFF;
2023-09-08 15:17:21 +08:00
}
.btn.data-v-259fb574 {
2025-11-08 16:50:26 +08:00
width: calc(100% - 60rpx);
margin-left: 30rpx;
2023-09-08 15:17:21 +08:00
color: #fff;
2025-11-25 14:21:22 +08:00
margin-bottom: 40rpx;
2023-09-08 15:17:21 +08:00
}