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

249 lines
5.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;
min-height: 100vh;
}
.vip.data-v-259fb574 {
font-size: 32rpx;
color: #F2D59C;
background-color: #2C2C34;
margin: 100px 10px 0;
border-radius: 5px;
display: flex;
justify-content: space-between;
padding: 15px 10px;
align-items: center;
}
.vip view.data-v-259fb574 {
display: flex;
align-items: center;
}
.vip .btn.data-v-259fb574 {
font-size: 14px;
color: #000;
padding: 5px 10px;
border-radius: 5px;
background-color: #E6C8A2;
}
.vip image.data-v-259fb574 {
width: 30px;
height: 30px;
margin-right: 10px;
}
.tools.data-v-259fb574 {
display: flex;
flex-wrap: wrap;
margin: 15px 10px;
justify-content: space-between;
}
.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 {
width: 35px;
height: 35px;
}
.tools .item view.data-v-259fb574 {
color: #999;
width: calc(100% - 50px);
}
.tools text.data-v-259fb574 {
width: 100%;
color: #333;
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 {
color: #345A9B;
font-size: 16px;
font-weight: bold;
margin-left: 5px;
padding: 0 3px;
border-bottom: 1px solid #345A9B;
}
.tools2.data-v-259fb574 {
justify-content: left;
}
.tools2 view.data-v-259fb574 {
width: 25%;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-bottom: 15px;
}
.tools2 image.data-v-259fb574 {
width: 40px;
height: 40px;
}
.tools2 text.data-v-259fb574 {
text-align: center;
}
.tools2 .title.data-v-259fb574 {
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;
height: 800rpx;
position: relative;
}
.Card image.data-v-259fb574 {
width: 100%;
height: 100%;
}
.Card .Cardbg.data-v-259fb574 {
width: 560rpx;
height: 488rpx;
}
.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%;
margin-top: -440rpx;
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;
top: 489rpx;
}
.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;
bottom: 30px;
}
.Card .box .ercode .right image.data-v-259fb574 {
width: 100%;
height: 100%;
}