123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page {
- background: #ffffff;
- 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;
- }
- .money-box {
- position: relative;
- z-index: 2;
- padding-top: 70rpx;
- 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;
- }
- .swiper-box .order-item {
- padding: 20rpx 30rpx;
- line-height: 1.5;
- }
- .swiper-box .order-item .title-box {
- width: 100%;
- }
- .swiper-box .order-item .title-box .title-avatar {
- width: 100rpx;
- height: 100rpx;
- margin-right: 25rpx;
- }
- .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: 32rpx;
- color: #606266;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- justify-content: flex-start;
- }
- .swiper-box .order-item .title-box .list_tpl .title image {
- margin-left: 9rpx;
- width: 147rpx;
- height: 32rpx;
- }
- .swiper-box .order-item .title-box .list_tpl .time {
- margin-top: 15rpx;
- font-size: 22rpx;
- color: #909399;
- }
- .swiper-box .order-item .money {
- color: #db1935;
- font-size: 32rpx;
- }
- .list-scroll-content {
- height: 100%;
- }
- .content {
- height: 100%;
- }
- .content .empty-content {
- background-color: #ffffff;
- }
- .tg-wrapper {
- width: 100%;
- background-color: #f7f7f7;
- padding: 20rpx 0;
- }
- .tg-wrapper .tg-box {
- display: flex;
- justify-content: center;
- width: 690rpx;
- height: 143rpx;
- background-color: #fff;
- margin: 0 auto;
- align-items: center;
- }
- .tg-wrapper .tg-box .tg-item {
- width: 33%;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- .tg-wrapper .tg-box .tg-item .tg-tit {
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #333333;
- }
- .tg-wrapper .tg-box .tg-item .tg-val {
- padding-top: 15rpx;
- font-size: 34rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #333333;
- }
- .tg-wrapper .tg-box .tg-jg {
- width: 1rpx;
- height: 51rpx;
- background: #dddddd;
- }
|