This commit is contained in:
2025-05-06 13:33:55 +08:00
parent 5e6ea2e0f8
commit 4865a8a5d5
1390 changed files with 194478 additions and 156 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,16 @@
{
"navigationBarTitleText": "个人资料",
"enablePullDownRefresh": false,
"usingComponents": {
"public-module": "/components/public-module/public-module",
"z-nav-bar": "/uni_modules/z-nav-bar/components/z-nav-bar/z-nav-bar",
"u-icon": "/uni_modules/uview-ui/components/u-icon/u-icon",
"u-popup": "/uni_modules/uview-ui/components/u-popup/u-popup",
"u--input": "/uni_modules/uview-ui/components/u--input/u--input",
"uni-data-select": "/uni_modules/uni-data-select/components/uni-data-select/uni-data-select",
"u-radio-group": "/uni_modules/uview-ui/components/u-radio-group/u-radio-group",
"u-radio": "/uni_modules/uview-ui/components/u-radio/u-radio",
"u-upload": "/uni_modules/uview-ui/components/u-upload/u-upload",
"u-button": "/uni_modules/uview-ui/components/u-button/u-button"
}
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,283 @@
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
@-webkit-keyframes example1-data-v-c8bf641a {
0% {
-webkit-transform: translate(-100px);
transform: translate(-100px);
opacity: 0;
}
50% {
-webkit-transform: translate();
transform: translate();
opacity: 0.5;
}
100% {
-webkit-transform: translate(0);
transform: translate(0);
}
}
@keyframes example1-data-v-c8bf641a {
0% {
-webkit-transform: translate(-100px);
transform: translate(-100px);
opacity: 0;
}
50% {
-webkit-transform: translate();
transform: translate();
opacity: 0.5;
}
100% {
-webkit-transform: translate(0);
transform: translate(0);
}
}
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* uni.scss */
/* 颜色变量 */
/* 主要颜色 */
/* 文本颜色 */
/* 其它颜色 */
.btn_box.data-v-c8bf641a {
margin-top: 40rpx;
padding: 10px;
}
.btn_box button.data-v-c8bf641a {
font-size: 32rpx;
background-color: #e5e5e5;
color: #fff;
height: 80rpx;
line-height: 80rpx;
border-radius: 50rpx;
}
.btn_box button.active.data-v-c8bf641a {
background-image: -webkit-linear-gradient(left, #3AB3AE 0%, #117e4c 100%);
background-image: linear-gradient(90deg, #3AB3AE 0%, #117e4c 100%);
color: #fff;
}
.tabulate .per_list.data-v-c8bf641a {
font-size: 30rpx;
background-color: #fff;
padding: 0;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
position: relative;
border-top: 1px solid #e5e5e5;
width: 100%;
overflow: auto;
}
.tabulate .per_list text.biaoti.data-v-c8bf641a {
color: #333;
display: inline-block;
margin: 25rpx 0 25rpx 40rpx;
}
.tabulate .per_list text.neirong.data-v-c8bf641a {
color: #888;
font-weight: normal;
float: right;
margin: 25rpx 80rpx 0 0;
display: block;
}
.tabulate .per_list text.marPer.data-v-c8bf641a {
color: #fff;
font-weight: normal;
float: right;
margin: 25rpx 0 0 0;
display: block;
border-radius: 10rpx;
background-color: #eee;
padding: 2rpx 10rpx;
}
.tabulate .per_list_arrow.data-v-c8bf641a {
font-size: 30rpx;
background-color: #fff;
padding: 0;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
position: relative;
border-top: 1px solid #e5e5e5;
width: 100%;
overflow: auto;
}
.tabulate .per_list_arrow.data-v-c8bf641a:active {
background-color: #f5f5f5;
}
.tabulate .per_list_arrow.data-v-c8bf641a::after {
content: "";
position: absolute;
right: 20rpx;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 40rpx;
height: 40rpx;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABp0lEQVRYR+3VvUoDQRSG4e9sGkmRVu9AK7ESG7ETG+3UQkyiiIVl3DkDqdLOGEwaBbGJ/3+dKF6CxDsQbyHeQAg7MrCCWO3MDkmT1Jt9n50zO0sY8Y9G3McYMF4BpxVQSm1JKW9CbtzMABsnomsALWauhUJkBtigUkoQkQZwKYSoEpHJC3EC2JjWeh/AmTHmtVAoVOM47uVBOANSxCaAWwAfxpiqlPLTF+EFSBErKaJHRBUhxLsPwhuQ7okFIroDUAJQYeYXV0QugI01m82ZJEkeAMym47hwQeQGpOOYAvAIYBFAjZlbWRFBADbWaDQmisWiRawC2GHmThZEaIAdxRqADWZ+Ghqg3W5P9vt9G18a+giUUtNEdA9gzhhTllJeZXny32tyjUApNZ/GS1EUbcdx/OYSt9d6A7TWy/YMSJKkF0VRWQjRdY17A7TW6+kB1LXvPjN/+cS9AFrrPQDnAJ4Hg8FuvV7/9o07A7TWMYAjAB0hxO5QP8dKqQMiOjHGHEspD/M89d//Om1Ci5BSnoaKO48gZDjIORAC5DSCEMH/9xgDRr4CP0GtiCEKKiJ5AAAAAElFTkSuQmCC);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.avatar_box.data-v-c8bf641a {
padding: 20rpx;
box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
background-color: #fff;
}
.avatar_box .per_mes_img.data-v-c8bf641a {
width: 180rpx;
height: 180rpx;
background-color: #f5f5f5;
border-radius: 120rpx;
margin: 10rpx 0;
}
.avatar_box .avatar_text.data-v-c8bf641a {
color: #3AB3AE;
line-height: 60rpx;
font-size: 30rpx;
font-weight: 600;
}
.tanchu.data-v-c8bf641a {
padding: 60rpx 50rpx 80rpx 50rpx;
}
.tanchu .dp_title.data-v-c8bf641a {
font-size: 32rpx;
margin-bottom: 50rpx;
color: #555;
text-align: center;
font-weight: bold;
}
.tanchu .dp_sex.data-v-c8bf641a {
font-size: 30rpx;
padding-bottom: 20rpx;
margin-bottom: 20rpx;
border-bottom: 1px solid #ededed;
}
.tanchu .dp_sex image.data-v-c8bf641a {
width: 40rpx;
height: 40rpx;
display: inline-block;
margin-right: 20rpx;
vertical-align: bottom;
}
.tanchu .dp_canBtn.data-v-c8bf641a {
text-align: center;
font-size: 28rpx;
margin-top: 25rpx;
color: #888;
}
.tanchu .emPHCode.data-v-c8bf641a {
height: 80rpx;
width: 200rpx;
background-color: #f8f9fb;
font-size: 28rpx;
padding: 0 14rpx;
color: #3AB3AE;
line-height: 80rpx;
margin: 20rpx 0 0 20rpx;
display: inline-block;
}
.tanchu .quhao.data-v-c8bf641a {
height: 60rpx;
width: 240rpx;
margin: 1rpx 15rpx 0 0;
}
.tanchu .quhao .quhaoSel.data-v-c8bf641a .uni-select {
font-size: 24rpx;
}
.tanchu .quhao .quhaoSel.data-v-c8bf641a .uni-select__selector-item {
font-size: 24rpx;
}
.tanchu .quhao .quhaoSel.data-v-c8bf641a .uni-stat__select {
height: 60rpx;
}
.data-v-c8bf641a .scroll-view-item:nth-child(2n-1) {
background-color: transparent !important;
}
.right_content.data-v-c8bf641a {
width: auto;
height: 100%;
float: right;
color: #909090;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
}
.fdButtonBox.data-v-c8bf641a {
color: #b0b0b0;
float: right;
padding: 4rpx 14rpx;
font-size: 24rpx;
font-weight: 500;
line-height: 30rpx;
border-radius: 10rpx;
box-sizing: border-box;
margin-top: 10rpx;
}
.commonPageBox.data-v-c8bf641a {
background-color: #f5f5f5;
}
.set_box.data-v-c8bf641a {
background-color: #fff;
height: auto;
}
.button_box.data-v-c8bf641a {
width: 100%;
position: fixed;
bottom: 40rpx;
padding: 20rpx 80rpx;
}
.button_box .button.data-v-c8bf641a {
margin-top: 40rpx;
}