jlDetil.wxss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. .swiper-box .order-item:last-child {
  12. margin-bottom: 60rpx;
  13. }
  14. .swiper-box .order-item {
  15. padding: 20rpx 30rpx;
  16. line-height: 1.5;
  17. }
  18. .swiper-box .order-item .title-box .title {
  19. font-size: 32rpx;
  20. color: #606266;
  21. }
  22. .swiper-box .order-item .title-box .time {
  23. font-size: 28rpx;
  24. color: #909399;
  25. }
  26. .swiper-box .order-item .money {
  27. color: #fd5b23;
  28. font-size: 32rpx;
  29. text-align: right;
  30. }
  31. .swiper-box .order-item .money .status {
  32. color: #909399;
  33. }
  34. .list-scroll-content {
  35. background: #ffffff;
  36. height: 100%;
  37. }
  38. .content {
  39. height: 100%;
  40. }
  41. .content .empty-content {
  42. background-color: #ffffff;
  43. }
  44. .btn-box {
  45. width: 674rpx;
  46. height: 88rpx;
  47. background: linear-gradient(0deg, #2e58ff, #32c6ff);
  48. border-radius: 44rpx;
  49. font-size: 36rpx;
  50. font-family: PingFang SC;
  51. font-weight: 500;
  52. color: #ffffff;
  53. text-align: center;
  54. line-height: 88rpx;
  55. position: fixed;
  56. bottom: 48rpx;
  57. left: 0;
  58. right: 0;
  59. margin: 0 auto;
  60. }