@charset "UTF-8"; /* 页面左右间距 */ /* 文字尺寸 */ /*文字颜色*/ /* 边框颜色 */ /*颜色*/ /* 图片加载中颜色 */ /* 行为相关颜色 */ /* 功能栏字体大小 */ /*功能栏左侧小图标*/ page { background: #ffffff; height: 100%; } .content-money { padding-bottom: 30rpx; background: #f8f8f8; } .content-money .moneyTx { position: absolute; top: 150rpx; right: 0rpx; width: 150rpx; padding: 10rpx 30rpx; border: 2px solid #ffffff; border-top-left-radius: 99rpx; border-bottom-left-radius: 99rpx; color: #ffffff; line-height: 1; font-size: 28rpx; } .content-money .buttom-box { background-color: #ffffff; text-align: center; margin: 0 30rpx; padding: 20rpx 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 .interval { width: 2px; 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 { height: 400rpx; color: #FF4C4C; text-align: center; position: relative; } .money-box image { position: absolute; top: 0; right: 0; height: 100%; width: 100%; } .money-box .text { padding-top: 147rpx; font-size: 24rpx; position: relative; } .money-box .money { padding-top: 175rpx; font-size: 56rpx; font-weight: bold; color: #FF4C4C; position: relative; } .money-box .money .money-icon { font-size: 38rpx; font-weight: bold; color: #FF4C4C; } .navbar { display: -webkit-box; display: -webkit-flex; display: flex; height: 40px; padding: 0 5px; background: #fff; -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06); 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: #999999; position: relative; } .navbar .nav-item.current { color: #FF4C4C; } .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 #FF4C4C; } .swiper-box { padding-top: 10rpx; } .swiper-box .order-item { padding: 20rpx 30rpx; line-height: 1.5; position: relative; } .swiper-box .order-item .title-box .title { font-size: 32rpx; color: #606266; } .swiper-box .order-item .title-box .time { font-size: 28rpx; color: #909399; } .swiper-box .order-item .money { color: #901B21; font-size: 32rpx; } .swiper-box .order-item .jg { width: 701rpx; height: 2rpx; background: #F0F4F8; margin: 0 auto; position: absolute; bottom: 0; } .list-scroll-content { height: 100%; } .content { height: 100%; } .content .empty-content { background-color: #ffffff; } .add-btn { position: fixed; bottom: 51rpx; right: 39rpx; width: 674rpx; height: 88rpx; background: #FF4C4C; border-radius: 44rpx; color: #fff; text-align: center; line-height: 88rpx; font-size: 34rpx; }