公司小程序
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.

173 lines
3.2 KiB

@charset "UTF-8";
/**
* 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
* 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
* uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
*/
.back.data-v-e0833338 {
width: 100%;
height: 100%;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #F6F6F6;
}
.main.data-v-e0833338 {
position: relative;
}
.top.data-v-e0833338 {
position: relative;
width: 750rpx;
height: 495rpx;
top: 0;
left: 0;
right: 0;
}
.top_head_area.data-v-e0833338 {
width: 100%;
height: 150rpx;
position: absolute;
top: 200rpx;
}
.head_background.data-v-e0833338 {
width: 138rpx;
height: 138rpx;
background: #FFFFFF;
border-radius: 50%;
opacity: 1;
position: absolute;
left: 24rpx;
top: 6rpx;
display: flex;
align-items: center;
justify-content: center;
}
.head.data-v-e0833338 {
width: 125rpx;
height: 125rpx;
}
.nickname.data-v-e0833338 {
height: 46rpx;
font-size: 32rpx;
font-weight: bold;
color: #333333;
opacity: 1;
position: absolute;
left: 182rpx;
top: 52rpx;
}
.title.data-v-e0833338 {
width: 144rpx;
height: 50rpx;
font-size: 36rpx;
font-weight: bold;
color: #333333;
opacity: 1;
position: absolute;
top: 100rpx;
left: 303rpx;
}
.walletBox.data-v-e0833338 {
width: 702rpx;
height: 132rpx;
background: #FFFFFF;
box-shadow: 0rpx 3rpx 6rpx rgba(0, 0, 0, 0.06);
opacity: 1;
border-radius: 20rpx;
position: relative;
left: 24rpx;
bottom: 96rpx;
}
.wallet_title.data-v-e0833338 {
width: 64rpx;
height: 45rpx;
font-size: 32rpx;
font-weight: bold;
color: #333333;
opacity: 1;
position: absolute;
left: 30rpx;
top: 44rpx;
}
.eye_close.data-v-e0833338 {
width: 31rpx;
height: 15rpx;
position: absolute;
left: 110rpx;
top: 59rpx;
}
.wallet_number_box.data-v-e0833338 {
position: absolute;
text-align: center;
height: 45rpx;
width: 400rpx;
top: 48rpx;
left: 151rpx;
text-align: center;
}
.wallet_number.data-v-e0833338 {
height: 45rpx;
font-size: 32rpx;
font-weight: bold;
color: #333333;
line-height: 45rpx;
opacity: 1;
}
.body.data-v-e0833338 {
width: 702rpx;
height: 340rpx;
padding-top: 5rpx;
padding-bottom: 5rpx;
position: relative;
left: 24rpx;
top: -56rpx;
border-radius: 20rpx;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
}
.item.data-v-e0833338 {
width: 100%;
height: 110rpx;
border-radius: 20rpx;
position: relative;
}
.item_icon.data-v-e0833338 {
width: 33rpx;
height: 33rpx;
position: absolute;
left: 0;
top: 39rpx;
}
.item_title_box.data-v-e0833338 {
height: 100rpx;
width: 600rpx;
position: relative;
left: 50rpx;
top: 5rpx;
}
.item_title.data-v-e0833338 {
height: 40rpx;
font-size: 28rpx;
font-weight: bold;
color: #333333;
opacity: 1;
position: absolute;
left: 0rpx;
top: 30rpx;
}
.item_message.data-v-e0833338 {
height: 33rpx;
font-size: 24rpx;
font-weight: 400;
color: #999999;
opacity: 1;
position: absolute;
left: 0;
bottom: 2rpx;
}