@charset "UTF-8"; /* 页面左右间距 */ /* 文字尺寸 */ /*文字颜色*/ /* 边框颜色 */ /*颜色*/ /* 图片加载中颜色 */ /* 行为相关颜色 */ /* 功能栏字体大小 */ /*功能栏左侧小图标*/ page { height: 100%; } .content-money { padding-bottom: 30rpx; background: #f8f8f8; } .content-money .buttom-box { background-color: #ffffff; text-align: center; margin: 0 30rpx; padding: 30rpx 0; border-radius: 15rpx; margin-top: -60rpx; } .content-money .buttom-box .buttom { font-size: 32rpx; -webkit-box-flex: 1; -webkit-flex-grow: 1; flex-grow: 1; } .content-money .buttom-box .buttom .money { font-weight: bold; font-size: 32rpx; color: #6786FB; } .content-money .buttom-box .text { color: #666666; } .content-money .buttom-box .interval { width: 2rpx; height: 60rpx; background-color: #eeeeee; } .content-money .buttom-box .icon { height: 50rpx; width: 48rpx; margin: 0 auto; } .content-money .buttom-box .icon .icon-img { width: 100%; height: 100%; } .money-box { background: -webkit-linear-gradient(38deg, #7e99fe, #978ffa); background: linear-gradient(52deg, #7e99fe, #978ffa); height: 320rpx; color: #ffffff; text-align: center; padding-top: 60rpx; } .money-box .money_name { width: 100%; text-align: center; font-size: 36rpx; padding-bottom: 25rpx; } .money-box .money { font-size: 44rpx; } .navbar { display: -webkit-box; display: -webkit-flex; display: flex; height: 40px; padding: 0 5px; background: #fff; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06); position: relative; z-index: 10; } .navbar .nav-item { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; height: 100%; font-size: 15px; color: #303133; position: relative; } .navbar .nav-item.current { color: #6786FB; } .navbar .nav-item.current:after { content: ''; position: absolute; left: 50%; bottom: 0; -webkit-transform: translateX(-50%); transform: translateX(-50%); width: 44px; height: 0; border-bottom: 2px solid #6786FB; } .swiper-box { padding-top: 10rpx; background: #ffffff; } .swiper-box .order-item { margin: 0 24rpx; padding: 20rpx 0; line-height: 1.5; border-bottom: 1px solid #F0F0F0; } .swiper-box .order-item .title-box { width: 100%; } .swiper-box .order-item .title-box .title-avatar { width: 80rpx; height: 80rpx; border-radius: 50%; margin-right: 20rpx; } .swiper-box .order-item .title-box .title-avatar image { width: 100%; height: 100%; border-radius: 100%; } .swiper-box .order-item .title-box .list_tpl { width: 85%; } .swiper-box .order-item .title-box .list_tpl .title { font-size: 30rpx; color: #606266; font-weight: 500; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .swiper-box .order-item .title-box .list_tpl .time { font-size: 22rpx; color: #909399; } .list-scroll-content { height: 100%; } .content { height: 100%; } .content .empty-content { background-color: #ffffff; }