123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page {
- background: #f1f1f1;
- height: 100%;
- }
- .status_bar {
- height: 25px;
- width: 100%;
- }
- .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;
- }
- .info-box {
- width: 670rpx;
- height: 186rpx;
- background: #ffffff;
- box-shadow: 0px 0px 20rpx 0px rgba(50, 50, 52, 0.06);
- border-radius: 20rpx;
- margin: -100rpx auto 0;
- position: relative;
- z-index: 2;
- }
- .info-box .info-item {
- width: 50%;
- display: flex;
- flex-direction: column;
- align-items: center;
- line-height: 1;
- }
- .info-box .info-item .info-font {
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #999999;
- }
- .info-box .info-item .info-num {
- margin-top: 30rpx;
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #181818;
- }
- .info-box .shu {
- width: 2rpx;
- height: 74rpx;
- background: #dcdfe6;
- }
- .money-box {
- position: relative;
- z-index: 2;
- color: #ffffff;
- text-align: center;
- padding-top: 40rpx;
- }
- .money-box .money {
- font-size: 72rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #ffffff;
- }
- .money-box .text {
- font-size: 30rpx;
- }
- .moneybtn-box {
- display: flex;
- justify-content: space-between;
- position: relative;
- z-index: 2;
- color: #ffffff;
- padding: 0rpx 50rpx;
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #ffffff;
- }
- .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;
- }
- .swiper-box .order-item:last-child {
- margin-bottom: 60rpx;
- }
- .swiper-box .order-item {
- padding: 20rpx 30rpx;
- line-height: 1.5;
- }
- .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: #fd5b23;
- font-size: 32rpx;
- text-align: right;
- }
- .swiper-box .order-item .money .status {
- color: #909399;
- }
- .list-scroll-content {
- background: #ffffff;
- height: 100%;
- }
- .content {
- height: 100%;
- }
- .content .empty-content {
- background-color: #ffffff;
- }
- .btn-box {
- width: 674rpx;
- height: 88rpx;
- background: linear-gradient(0deg, #2e58ff, #32c6ff);
- border-radius: 44rpx;
- font-size: 36rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #ffffff;
- text-align: center;
- line-height: 88rpx;
- position: fixed;
- bottom: 48rpx;
- left: 0;
- right: 0;
- margin: 0 auto;
- }
|