| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page {
- background: #ffffff;
- height: 100%;
- }
- .content-money {
- padding-bottom: 30rpx;
- background: #f8f8f8;
- }
- .content-money .moneyTx {
- position: absolute;
- top: 120rpx;
- right: 0rpx;
- padding: 10rpx 10rpx;
- border: 2px solid #ffffff;
- border-top-left-radius: 15rpx;
- border-bottom-left-radius: 15rpx;
- line-height: 1;
- font-size: 28rpx;
- background: #ffffff;
- }
- .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;
- flex-grow: 1;
- }
- .content-money .buttom-box .interval {
- width: 2px;
- height: 60rpx;
- background-color: #eeeeee;
- }
- .content-money .buttom-box .icon {
- height: 36rpx;
- width: 36rpx;
- margin: 0 auto;
- }
- .content-money .buttom-box .icon .icon-img {
- width: 100%;
- height: 100%;
- }
- .money-box {
- color: #ffffff;
- text-align: center;
- position: relative;
- background-color: pink;
- }
- .money-box .header {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 80rpx;
- font-size: 32rpx;
- font-weight: 700;
- z-index: 99;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .money-box .goback-box {
- position: absolute;
- left: 18rpx;
- top: 0;
- height: 80rpx;
- display: flex;
- align-items: center;
- }
- .money-box .goback {
- z-index: 100;
- width: 34rpx;
- height: 34rpx;
- }
- .money-box .money_bg {
- width: 100%;
- height: 360rpx;
- display: block;
- }
- .money-box .text {
- padding-top: 80rpx;
- font-size: 32rpx;
- }
- .money-box .money {
- position: absolute;
- top: 0;
- width: 100%;
- padding-top: 186rpx;
- font-size: 60rpx;
- font-weight: bold;
- }
- .money-box .money::before {
- content: '¥';
- font-size: 30rpx;
- }
- .navbar {
- 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 {
- flex: 1;
- display: flex;
- justify-content: center;
- align-items: center;
- height: 100%;
- font-size: 15px;
- color: #999999;
- position: relative;
- }
- .navbar .nav-item.current {
- color: #000000;
- }
- .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 #27d4dd;
- }
- .swiper-box {
- padding-top: 10rpx;
- }
- .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: #ff0000;
- font-size: 32rpx;
- }
- .list-scroll-content {
- height: 100%;
- }
- .wallet-btn {
- width: 674rpx;
- height: 88rpx;
- background: linear-gradient(90deg, #08c4e6, #50ead2);
- border-radius: 44rpx;
- font-size: 32rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #ffffff;
- display: flex;
- align-items: center;
- justify-content: center;
- position: fixed;
- left: 38rpx;
- bottom: 50rpx;
- }
- .content {
- height: 100%;
- }
- .content .empty-content {
- background-color: #ffffff;
- }
|