星油车管小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

191 lines
5.2 KiB

@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.personal.data-v-bb38e908 {
padding: 0 30rpx;
height: 100%;
font-family: PingFang SC-Bold, PingFang SC;
background: linear-gradient(180deg, #c5e5ff 0%, rgba(216, 216, 216, 0) 73%);
}
.personal .personal_center.data-v-bb38e908 {
position: relative;
margin-top: 50rpx;
}
.personal .personal_center .menu-item.data-v-bb38e908 {
width: 307rpx;
height: 147rpx;
background: linear-gradient(90deg, rgba(161, 193, 255, 0.2) 6%, rgba(116, 161, 252, 0.2) 100%);
border-radius: 6rpx 6rpx 6rpx 6rpx;
opacity: 1;
}
.personal .personal_center .menu-item image.data-v-bb38e908 {
width: 101rpx;
height: 101rpx;
}
.personal .personal_center .menu-item .menu-item-label.data-v-bb38e908 {
color: #007dff;
font-size: 30rpx;
margin-right: 20rpx;
}
.personal .ball.data-v-bb38e908 {
width: 315rpx;
height: 315rpx;
opacity: 1;
position: absolute;
border-radius: 50%;
background: linear-gradient(62deg, rgba(220, 237, 255, 0.8) 0%, rgba(162, 212, 255, 0) 100%);
}
.personal .ball.data-v-bb38e908:nth-child(1) {
right: -57rpx;
top: -31rpx;
}
.personal .ball.data-v-bb38e908:nth-child(2) {
left: -57rpx;
top: -20rpx;
width: 338rpx;
height: 338rpx;
background: linear-gradient(315deg, #e2ebff 0%, rgba(167, 214, 255, 0.3) 100%);
}
.personal .personal_title.data-v-bb38e908 {
font-size: 34rpx;
font-family: PingFang SC-Bold, PingFang SC;
color: #000000;
font-weight: 600;
}
.personal .personal_bottom.data-v-bb38e908 {
margin-bottom: 20rpx;
border-radius: 50rpx;
margin-top: 50rpx;
box-sizing: border-box;
padding: 46rpx;
background: rgba(255, 255, 255, 0.9);
}
.personal .personal_bottom .personal_bottom_others.data-v-bb38e908 {
margin-top: 50rpx;
}
.personal .personal_bottom .personal_bottom_others .personal_bottom_others_item.data-v-bb38e908 {
margin-bottom: 30rpx;
}
.personal .personal_bottom .personal_bottom_others .personal_bottom_others_item image.data-v-bb38e908 {
width: 50rpx;
height: 50rpx;
margin-right: 20rpx;
}
.personal .personal_bottom .personal_bottom_others .personal_bottom_others_item .personal_bottom_others_item_title.data-v-bb38e908 {
color: #121836;
font-size: 28rpx;
}
.personal .personal_bottom .personal_bottom_banner.data-v-bb38e908 {
width: 100%;
height: 288rpx;
}
.personal .personal_bottom .personal_bottom_banner image.data-v-bb38e908 {
width: 100%;
height: 100%;
}
.personal .personal_top.data-v-bb38e908 {
position: relative;
z-index: 1;
}
.personal .personal_top .options.data-v-bb38e908 {
margin-top: 53rpx;
}
.personal .personal_top .options .options_item image.data-v-bb38e908 {
height: 45rpx;
}
.personal .personal_top .options .options_item .options_item_title.data-v-bb38e908 {
color: rgba(0, 0, 0, 0.85);
font-size: 28rpx;
margin-top: 20rpx;
}
.personal .personal_top .wallet.data-v-bb38e908 {
color: #ffffff;
width: 690rpx;
height: 200rpx;
opacity: 1;
border-radius: 20rpx 20rpx 0 0;
position: relative;
}
.personal .personal_top .wallet .wallet_balance.data-v-bb38e908 {
color: #ffffff;
font-size: 42rpx;
}
.personal .personal_top .wallet .wallet_container.data-v-bb38e908 {
position: relative;
z-index: 2;
padding: 0 35rpx;
width: 100%;
}
.personal .personal_top .wallet .wallet_container .wallet_name.data-v-bb38e908 {
margin-bottom: 38rpx;
color: #ffffff;
font-size: 28rpx;
}
.personal .personal_top .wallet image.data-v-bb38e908 {
width: calc(100% - 20rpx);
height: 100%;
position: absolute;
left: 0;
right: 0;
margin: auto;
}
.personal .personal_top .businessCard .sculpture.data-v-bb38e908 {
width: 130rpx;
height: 129rpx;
background: #121836;
border-radius: 50%;
overflow: hidden;
}
.personal .personal_top .businessCard .sculpture image.data-v-bb38e908 {
width: 100%;
height: 100%;
}
.personal .personal_top .information.data-v-bb38e908 {
margin-left: 43rpx;
}
.personal .personal_top .information .information_footer.data-v-bb38e908 {
color: rgba(0, 0, 0, 0.3);
font-size: 24rpx;
margin-top: 15rpx;
}
.personal .personal_top .information .information_name.data-v-bb38e908 {
font-weight: 600;
color: #000000;
font-size: 34rpx;
}
.page_body.data-v-bb38e908 {
width: 100vw;
height: 100vh;
display: flex;
flex-direction: column;
box-sizing: border-box;
background: #F1F2F7;
}
.page_body .page_container.data-v-bb38e908 {
flex: 1;
overflow: hidden;
}