first commit

This commit is contained in:
PC-202306242200\Administrator
2026-03-28 23:27:25 +08:00
commit 85b89ccea7
1694 changed files with 168292 additions and 0 deletions

View File

@@ -0,0 +1,161 @@
page {
background: #F7F7F7;
}
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
view.data-v-45480ac6 {
box-sizing: border-box;
}
.mine.data-v-45480ac6 {
padding: 30rpx;
}
.mine_money.data-v-45480ac6 {
position: relative;
width: 690rpx;
height: 260rpx;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.mine_money_bei.data-v-45480ac6 {
width: 690rpx;
height: 172rpx;
position: absolute;
z-index: -1;
top: 0;
left: 0;
}
.mine_money_num.data-v-45480ac6 {
width: 100%;
height: 172rpx;
background-color: #4497D1;
padding: 30rpx 110rpx 30rpx 50rpx;
display: flex;
align-items: center;
justify-content: space-between;
border-radius: 15rpx;
}
.mine_money_num_view_monNum.data-v-45480ac6 {
font-weight: bold;
font-size: 52rpx;
color: #FFFFFF;
height: 70rpx;
display: table-cell;
vertical-align: bottom;
}
.mine_money_num_view_tip.data-v-45480ac6 {
margin-top: 20rpx;
font-size: 28rpx;
color: #FFFFFF;
}
.mine_money_bottom.data-v-45480ac6 {
background-color: #3978B9;
width: 100%;
height: 76rpx;
display: flex;
align-items: center;
justify-content: space-between;
border-radius: 0 0 15rpx 15rpx;
}
.mine_money_bottom view.data-v-45480ac6 {
width: 50%;
text-align: center;
line-height: 76rpx;
font-weight: bold;
font-size: 28rpx;
color: #D9E221;
}
.mine_grid.data-v-45480ac6 {
display: flex;
flex-wrap: wrap;
margin: 35rpx 0;
}
.mine_grid_view.data-v-45480ac6 {
width: 25%;
font-weight: bold;
font-size: 28rpx;
color: #707070;
text-align: center;
margin-bottom: 22rpx;
}
.mine_grid_view image.data-v-45480ac6 {
width: 98rpx;
height: 98rpx;
border-radius: 50%;
background-color: #fff;
margin-bottom: 8rpx;
}
.mine_block.data-v-45480ac6 {
padding: 24rpx;
background-color: #fff;
border-radius: 12rpx 12rpx 12rpx 12rpx;
margin-bottom: 20rpx;
}
.mine_block_tit.data-v-45480ac6 {
display: flex;
align-items: center;
justify-content: space-between;
}
.mine_block_tit_left.data-v-45480ac6 {
font-weight: bold;
font-size: 28rpx;
color: #232323;
}
.mine_block_tit_right.data-v-45480ac6 {
display: flex;
align-items: center;
font-size: 24rpx;
color: #CBD73B;
}
.mine_block_tit_right image.data-v-45480ac6 {
width: 13rpx;
height: 22rpx;
margin-left: 15rpx;
margin-top: 6rpx;
}
.mine_block_view.data-v-45480ac6 {
width: 100%;
min-height: 120rpx;
border-radius: 12rpx 12rpx 12rpx 12rpx;
border: 2rpx solid rgba(55, 112, 174, 0.1);
margin-top: 16rpx;
display: flex;
align-items: center;
font-size: 28rpx;
color: #232323;
padding: 20rpx 30rpx;
text-align: center;
}
.mine_block_view image.data-v-45480ac6 {
width: 48rpx;
height: 48rpx;
margin-right: 25rpx;
}