123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- page.data-v-c53c40ec {
- font-size: 28rpx;
- }
- .c-flex-align.data-v-c53c40ec {
- display: flex;
- align-items: center;
- }
- .c-flex-center.data-v-c53c40ec {
- display: flex;
- align-items: center;
- justify-content: center;
- flex-direction: column;
- }
- .filter-wrapper.data-v-c53c40ec {
- position: fixed;
- left: 0;
- width: 750rpx;
- z-index: 999;
- }
- .filter-wrapper .inner-wrapper .navs.data-v-c53c40ec {
- position: relative;
- height: 110rpx;
- padding: 0 40rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- background-color: #fff;
- border-bottom: 2rpx solid #f5f6f9;
- color: #8b9aae;
- z-index: 999;
- box-sizing: border-box;
- }
- .filter-wrapper .inner-wrapper .navs > view.data-v-c53c40ec {
- flex: 1;
- height: 100%;
- flex-direction: row;
- z-index: 999;
- }
- .filter-wrapper .inner-wrapper .navs .date.data-v-c53c40ec {
- justify-content: flex-end;
- }
- .filter-wrapper .inner-wrapper .navs .actNav.data-v-c53c40ec {
- color: #4d7df9;
- font-weight: bold;
- }
- .filter-wrapper .inner-wrapper .mask.data-v-c53c40ec {
- z-index: 666;
- position: fixed;
- top: calc(25px + 44px);
- left: 0;
- right: 0;
- bottom: 0;
- background-color: rgba(0, 0, 0, 0);
- transition: background-color 0.15s linear;
- }
- .filter-wrapper .inner-wrapper .mask.show.data-v-c53c40ec {
- background-color: rgba(0, 0, 0, 0.4);
- }
- .filter-wrapper .inner-wrapper .mask.hide.data-v-c53c40ec {
- display: none;
- }
- .filter-wrapper .inner-wrapper .popup.data-v-c53c40ec {
- position: relative;
- max-height: 500rpx;
- background-color: #fff;
- border-bottom-left-radius: 20rpx;
- border-bottom-right-radius: 20rpx;
- overflow: scroll;
- z-index: 999;
- transition: all 1s linear;
- opacity: 0;
- display: none;
- }
- .filter-wrapper .inner-wrapper .popup .item-opt.data-v-c53c40ec {
- height: 100rpx;
- padding: 0 40rpx;
- color: #8b9aae;
- border-bottom: 2rpx solid #f5f6f9;
- }
- .filter-wrapper .inner-wrapper .popup .actOpt.data-v-c53c40ec {
- color: #4d7df9;
- font-weight: bold;
- position: relative;
- }
- .filter-wrapper .inner-wrapper .popup .actOpt.data-v-c53c40ec::after {
- content: '✓';
- font-weight: bold;
- font-size: 36rpx;
- position: absolute;
- right: 40rpx;
- }
- .filter-wrapper .inner-wrapper .popupShow.data-v-c53c40ec {
- display: block;
- opacity: 1;
- }
- .filter-wrapper .icon-triangle.data-v-c53c40ec {
- width: 16rpx;
- height: 16rpx;
- margin-left: 10rpx;
- }
-
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .advance {
- margin: 0;
- padding: 0;
- background: #f7f7f7;
- }
- .mainbox {
- width: 100vw;
- height: 437rpx;
- margin: 45rpx auto;
- display: flex;
- flex-direction: column;
- justify-content: space-evenly;
- background-color: #ffffff;
- /* box-shadow: 15rpx 14rpx 17rpx #bababa; */
- padding: auto 20rpx;
- position: relative;
- }
- .mainbox view {
- padding-left: 60rpx;
- }
- .details {
- width: 211rpx;
- border-radius: 20rpx;
- color: #3da1ff;
- position: relative;
- }
- .de_btn{
- border-radius: 50rpx;
- width: 260rpx;
- }
- .list {
- position: relative;
- color: #ffffff;
- font-size:40rpx ;
- }
- .list_pay{
- position: relative;
- color: #ffffff;
- font-size: 55rpx;
- }
- /* 明细查询页面 */
- .details_main {
- margin: 0;
- padding: 0;
- /* background: #f7f7f7; */
- }
- .cost_all{
- width: 90%;
- height: 300rpx;
- margin: 20rpx auto;
- /* display: flex; */
- flex-direction: column;
- justify-content: space-evenly;
- background-color: #ffffff;
- /* padding: auto 20rpx; */
- position: relative;
- top: 152rpx;
- box-shadow: 4rpx 4rpx 10rpx gainsboro;
- }
- .date_range {
- width: 320rpx;
- height: 50rpx;
- background-color: #ececec;
- border: 2rpx solid #ececec;
- border-radius: 22rpx;
- margin: 10rpx auto;
- font-size: 24rpx;
- text-align: center;
- line-height: 50rpx;
- color: #535353;
- }
- .balance{
- display: flex;
- }
- .balance_t{
- flex: 1;
- text-align: center;
- font-size: 30px;
- }
- .disburse{
- color: #5fc35f;
- }
- .top_up{
- color: #ed5f5c;
- }
- .mingxi_xq{
- width: 90%;
- position: absolute;
- top: 275px;
- left: 5%;
- }
- .mingxi{
- width: 100%;
- height: 80px;
- background: #ffffff;
-
- /* margin: 105px auto; */
- margin-bottom: 10px;
- padding: 5px;
- box-sizing: border-box;
- box-shadow:0 0 10rpx gainsboro;
- }
- .mingxi_time{
- font-size: 18px;
- margin-bottom: 10px
- }
- .mingxi_yuer{
- position: absolute;
- top: 5px;
- right: 5px;
- }
- .mingxi_yuer2{
- position: absolute;
- right: 5px;
- }
- .text {
- font-size: 12px;
- color: #666;
- margin-top: 5px;
- }
- .uni-px-5 {
- padding-left: 10px;
- padding-right: 10px;
- }
- .uni-pb-5 {
- padding-bottom: 10px;
- }
-
|