/* pages/my-Integral/my-Integral.wxss */ page { background: #f1f1f1; } .box-top { width: 86%; height: 300rpx; border-radius: 20rpx 20rpx 0 0; /* padding: 40rpx; */ margin: 60rpx auto 0; box-sizing: border-box; background: linear-gradient(#ff7e4c, #f62446, #fe792b, #fa5840); display: flex; justify-content: space-between; color: #feede9; font-size: 28rpx; } .box-left { /* width: rpx; */ /* display: flex; */ /* height: 100rpx; */ margin: 88rpx 60rpx 0; } .little-box { display: flex; margin-bottom: 15rpx; font-size: 30rpx; } .img-2 { width: 38rpx; height: 40rpx; /* color: #f1f1f1; */ } .icon { margin-right: 10rpx; } .number { font-size: 70rpx; } .box-right { margin: 40rpx; } .bottom { background-color: #ffffff; box-sizing: border-box; height: 100vh; } .bill { font-size: 50rpx; } .details { font-size: 30rpx; } .account { font-size: 30rpx; } .order-tabs .van-tab--active .van-ellipsis { color: #ff8700; /* font-size: 40rpx; */ } .van-ellipsis { font-size: 32rpx; margin: 0 auto; line-height: 110rpx; } .van-tabs__line { display: none; } .box { box-sizing: border-box; display: flex; justify-content: space-between; padding: 0% 13% 0%; } .complete { font-size: 33rpx; font-family: Fantasy; } .box-calendar { display: flex; color: #b4b4b4; font-size: 28rpx; } .date { margin-right: 10rpx; } .right-jiafen { font-size: 33rpx; font-family: sans-serif; color: #ff8b09; font-weight: 800; /* font-weight: 800; */ margin-right: 20rpx; }