@charset "UTF-8"; /* 页面左右间距 */ /* 文字尺寸 */ /*文字颜色*/ /* 边框颜色 */ /*颜色*/ /* 图片加载中颜色 */ /* 行为相关颜色 */ /* 功能栏字体大小 */ /*功能栏左侧小图标*/ page { background: #f8f8f8; height: 100%; } .status_bar { height: 25px; width: 100%; background: #5dbc7c; } .content-money { position: relative; height: 480rpx; } .content-money .content-bg { position: absolute; top: 0; left: 0; right: 0; width: 750rpx; height: 480rpx; } .content-money .content-bg image { width: 100%; height: 100%; } .content-money .body-title { height: 80rpx; text-align: center; font-size: 35rpx; position: relative; } .content-money .body-title .header { position: absolute; left: 0; top: 0; width: 100%; font-size: 36rpx; font-family: PingFang SC; font-weight: bold; color: #fffeff; height: 80rpx; font-size: 36rpx; font-weight: 700; z-index: 9; display: flex; justify-content: center; align-items: center; } .content-money .body-title .goback-box { position: absolute; left: 18rpx; top: 0; height: 80rpx; display: flex; align-items: center; } .content-money .body-title .goback { z-index: 100; width: 34rpx; height: 34rpx; } .money-box { position: relative; z-index: 2; padding-top: 90rpx; color: #ffffff; text-align: center; } .money-box .money { font-size: 72rpx; font-family: PingFang SC; font-weight: bold; color: #ffffff; } .money-box .text { font-size: 30rpx; } .order-item { padding: 20rpx 30rpx; line-height: 1.5; background-color: #fff; } .order-item .title-box { width: 100%; } .order-item .title-box .title-avatar { flex-shrink: 0; width: 100rpx; height: 100rpx; margin-right: 25rpx; border-radius: 100%; } .order-item .title-box .title-avatar image { width: 100%; height: 100%; border-radius: 100%; } .order-item .title-box .list_tpl { width: 85%; } .order-item .title-box .list_tpl .title { display: flex; justify-content: flex-start; font-size: 32rpx; color: #606266; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 1; text-align: center; } .order-item .title-box .list_tpl .title .title-name { max-width: 40%; } .order-item .title-box .list_tpl .title .dl { margin-left: 10rpx; width: 93rpx; height: 32rpx; border-radius: 16rpx; } .order-item .title-box .list_tpl .title .dl image { width: 93rpx; height: 32rpx; border-radius: 16rpx; } .order-item .title-box .list_tpl .title .class { display: inline-block; margin-left: 10rpx; padding: 6rpx; text-align: center; border: 1px solid #2e58ff; border-radius: 16rpx; font-size: 20rpx; font-family: PingFang SC; font-weight: 500; color: #2e58ff; } .order-item .title-box .list_tpl .time { font-size: 32rpx; color: #909399; } .order-item .money { width: 50%; text-align: right; color: #db1935; font-size: 32rpx; } .yeji { position: relative; margin: -72rpx auto 0; width: 690rpx; height: 143rpx; background: #ffffff; box-shadow: 0rpx 0rpx 20rpx 0rpx rgba(50, 50, 52, 0.06); border-radius: 10rpx; display: flex; align-items: center; } .yeji .yeji-a { width: 50%; display: flex; flex-direction: column; justify-content: center; align-items: center; } .yeji .yeji-a .yeji-top { font-size: 28rpx; font-family: PingFang SC; font-weight: bold; color: #333333; } .yeji .yeji-a .yeji-buttom { font-size: 42rpx; font-family: PingFang SC; font-weight: bold; color: #333333; } .yeji .border { width: 1rpx; height: 51rpx; background: #dddddd; } .navbar { margin-top: 20rpx; display: flex; height: 88rpx; padding: 0 5px; background: #fff; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06); position: relative; z-index: 10; } .navbar .nav-item { flex: 1; display: flex; justify-content: center; align-items: center; height: 100%; font-size: 15px; color: #999999; position: relative; } .navbar .nav-item.current { color: #000; } .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 #fe5b38; } .buttom-box { position: relative; background-color: #ffffff; text-align: center; padding: 30rpx 0; } .buttom-box .buttom { flex-grow: 1; } .buttom-box .money { font-size: 32rpx; font-weight: bold; color: #ff4173; } .buttom-box .text { padding-bottom: 26rpx; font-size: 28rpx; font-weight: 500; color: #666666; } .buttom-box .text.current { border-bottom: 2px solid #ff4173; } .buttom-box .icon { height: 50rpx; width: 48rpx; margin: 0 auto; } .buttom-box .icon .icon-img { width: 100%; height: 100%; }