123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163 |
- .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;
- }
- .mainBox {}
- .main_back {
- position: absolute;
- width: 100%;
- top: 0;
- }
-
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .data-v-72bd9d5e .de_btn {
- margin-left: 60rpx;
- padding-left: 0px;
- }
- .data-v-72bd9d5e .de_btn button {
- border-radius: 50rpx;
- width: 260rpx;
- }
- .data-v-72bd9d5e .de_btn button .van-button__text {
- padding-left: 0rpx;
- color: #00c4b3;
- }
-
|