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

293 lines
6.1 KiB
Plaintext
Raw Normal View History

2023-09-08 14:52:40 +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 {
padding: 0;
2025-04-29 09:39:18 +08:00
background-color: #f7f7f7;
2023-09-08 14:52:40 +08:00
min-height: 100vh;
}
.vip.data-v-259fb574 {
2025-04-29 09:39:18 +08:00
font-size: 14px;
color: #3f378d;
margin: 45px 10px 0;
height: 200rpx;
position: relative;
2023-09-08 14:52:40 +08:00
}
.vip view.data-v-259fb574 {
2025-04-29 09:39:18 +08:00
position: absolute;
left: 15px;
bottom: 8px;
2023-09-08 14:52:40 +08:00
}
.vip .btn.data-v-259fb574 {
2025-04-29 09:39:18 +08:00
position: absolute;
2023-09-08 14:52:40 +08:00
font-size: 14px;
2025-04-29 09:39:18 +08:00
right: 15px;
2023-09-08 14:52:40 +08:00
padding: 5px 10px;
border-radius: 5px;
2025-04-29 09:39:18 +08:00
background-color: #3f378d;
width: -webkit-fit-content;
width: fit-content;
color: #fff;
left: auto;
top: 15px;
bottom: auto;
2023-09-08 14:52:40 +08:00
}
.vip image.data-v-259fb574 {
2025-04-29 09:39:18 +08:00
width: 100%;
height: 100%;
position: absolute;
2023-09-08 14:52:40 +08:00
}
.tools.data-v-259fb574 {
display: flex;
flex-wrap: wrap;
margin: 15px 10px;
justify-content: space-between;
}
2025-04-29 09:39:18 +08:00
.tools .title.data-v-259fb574 {
font-size: 16px;
font-weight: bold;
margin-left: 15px;
position: relative;
}
.tools .title.data-v-259fb574::after {
content: "";
position: absolute;
width: 5px;
height: 20px;
left: -10px;
border-radius: 5px;
background: linear-gradient(0deg, #4a9552, #3e359a 99%);
}
2023-09-08 14:52:40 +08:00
.tools .item.data-v-259fb574 {
width: 43%;
padding: 15px 2%;
border-radius: 10px;
background-color: #fff;
display: flex;
align-items: center;
justify-content: space-between;
box-shadow: 0px 1px 5px 2px #dfe2e1fc;
}
.tools .item image.data-v-259fb574 {
2025-04-29 09:39:18 +08:00
width: 45px;
height: 45px;
2023-09-08 14:52:40 +08:00
}
.tools .item view.data-v-259fb574 {
color: #999;
width: calc(100% - 50px);
}
.tools text.data-v-259fb574 {
width: 100%;
2025-04-29 09:39:18 +08:00
color: #3f378d;
2023-09-08 14:52:40 +08:00
text-align: left;
display: inline-block;
}
.login.data-v-259fb574 {
width: 100%;
text-align: center;
height: 45px;
line-height: 45px;
border-radius: 5px;
}
.login text.data-v-259fb574 {
2025-04-29 09:39:18 +08:00
color: #3f378d;
2023-09-08 14:52:40 +08:00
font-size: 16px;
font-weight: bold;
margin-left: 5px;
padding: 0 3px;
2025-04-29 09:39:18 +08:00
border-bottom: 1px solid #3f378d;
2023-09-08 14:52:40 +08:00
}
2025-04-29 09:39:18 +08:00
.tools_item.data-v-259fb574 {
2023-09-08 14:52:40 +08:00
justify-content: left;
2025-04-29 09:39:18 +08:00
width: 100%;
display: flex;
flex-flow: wrap;
background: #fff;
padding-top: 15px;
margin-top: 15px;
border-radius: 10px;
box-shadow: 0px 1px 5px 2px #dfe2e1fc;
2023-09-08 14:52:40 +08:00
}
2025-04-29 09:39:18 +08:00
.tools_item view.data-v-259fb574 {
2023-09-08 14:52:40 +08:00
width: 25%;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-bottom: 15px;
}
2025-04-29 09:39:18 +08:00
.tools_item image.data-v-259fb574 {
2023-09-08 14:52:40 +08:00
width: 40px;
height: 40px;
}
2025-04-29 09:39:18 +08:00
.tools_item text.data-v-259fb574 {
2023-09-08 14:52:40 +08:00
text-align: center;
}
2025-04-29 09:39:18 +08:00
.tools_item .title.data-v-259fb574 {
2023-09-08 14:52:40 +08:00
width: 100%;
justify-content: left;
font-size: 16px;
font-weight: bold;
margin-top: 5px;
}
.foot.data-v-259fb574 {
display: flex;
flex-wrap: wrap;
justify-content: center;
padding-bottom: 50px;
}
.foot .logo.data-v-259fb574 {
width: 100%;
text-align: center;
}
.foot .logo image.data-v-259fb574 {
width: 166rpx;
height: 56rpx;
2023-09-08 14:52:40 +08:00
}
.foot .ercode.data-v-259fb574 {
width: 100%;
margin: 10px 0;
text-align: center;
}
.foot .ercode image.data-v-259fb574 {
width: 100px;
height: 100px;
border: 1px solid #dfdfdf;
}
.foot text.data-v-259fb574 {
width: 100%;
text-align: center;
display: inline-block;
margin-bottom: 5px;
}
.marginTop.data-v-259fb574 {
margin-top: 0px !important;
}
.Card.data-v-259fb574 {
width: 560rpx;
2025-04-29 09:39:18 +08:00
height: 630rpx;
color: #333;
2023-09-08 14:52:40 +08:00
position: relative;
}
.Card image.data-v-259fb574 {
width: 100%;
height: 100%;
}
.Card .Cardbg.data-v-259fb574 {
width: 560rpx;
2025-04-29 09:39:18 +08:00
height: 350rpx;
background: linear-gradient(0deg, #4a9552, #3e359a 99%);
border-radius: 5px 5px 0 0;
2023-09-08 14:52:40 +08:00
}
.Card .Cardbg image.data-v-259fb574 {
border-radius: 5px 5px 0 0;
background-color: rgba(225, 225, 255, 0.5);
}
.Card .logo.data-v-259fb574 {
width: 100%;
2025-04-29 09:39:18 +08:00
padding-top: 20px;
2023-09-08 14:52:40 +08:00
margin-bottom: 10px;
}
.Card .logo image.data-v-259fb574 {
width: 55px;
height: 55px;
padding: 5px;
border-radius: 50%;
background-color: #fff;
}
.Card .title.data-v-259fb574 {
margin-top: 5px;
}
.Card .address.data-v-259fb574 {
color: #fff;
margin-top: 10px;
}
.Card .box.data-v-259fb574 {
position: absolute;
2025-04-29 09:39:18 +08:00
top: 355rpx;
2023-09-08 14:52:40 +08:00
}
.Card .box .name.data-v-259fb574 {
width: auto;
text-align: left;
margin-left: 15px;
}
.Card .box .name view.data-v-259fb574 {
width: 100%;
display: flex;
}
.Card .box .name view .text.data-v-259fb574 {
width: auto;
font-size: 12px;
background: #F7B133;
padding: 3px 10px;
border-radius: 5px;
color: #fff;
margin-left: 5px;
}
.Card .box .name view text.data-v-259fb574 {
display: inherit;
width: auto;
}
.Card .box .ercode.data-v-259fb574 {
display: flex;
justify-content: space-between;
padding: 0 15px;
width: auto;
align-items: center;
}
.Card .box .ercode .left.data-v-259fb574 {
width: calc(100% - 100rpx);
font-size: 12px;
margin-top: 20px;
}
.Card .box .ercode .left text.data-v-259fb574 {
text-align: left;
}
.Card .box .ercode .right.data-v-259fb574 {
width: 160rpx;
height: 160rpx;
position: absolute;
right: 10px;
2025-05-27 09:39:44 +08:00
bottom: 8px;
2023-09-08 14:52:40 +08:00
}
.Card .box .ercode .right image.data-v-259fb574 {
width: 100%;
height: 100%;
}
2025-04-29 09:39:18 +08:00
.phonetop.data-v-259fb574 {
width: 126% !important;
height: 120px !important;
left: -13% !important;
position: relative;
border-radius: 0 0 60% 60%;
background: linear-gradient(0deg, #4a9552, #3e359a 99%);
}
.phonetop .headbox.data-v-259fb574 {
left: 13%;
right: 13%;
top: 20px;
}
2023-09-08 14:52:40 +08:00