12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- .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;
- }
|