sqjl.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. .content.data-v-e33a6c8a {
  12. background-color: #fff;
  13. }
  14. .sq-item.data-v-e33a6c8a {
  15. height: 118rpx;
  16. border-top: 1px solid #F0F0F0;
  17. width: 690rpx;
  18. margin: auto;
  19. }
  20. .sq-item.data-v-e33a6c8a:first-of-type {
  21. border-top: none;
  22. }
  23. .order-item.data-v-e33a6c8a {
  24. padding: 20rpx 30rpx;
  25. line-height: 1.5;
  26. height: 118rpx;
  27. border-top: 1px solid #F0F0F0;
  28. width: 690rpx;
  29. margin: auto;
  30. }
  31. .order-item.data-v-e33a6c8a:first-of-type {
  32. border-top: none;
  33. }
  34. .order-item .title-box.data-v-e33a6c8a {
  35. width: 100%;
  36. }
  37. .order-item .title-box .title-avatar.data-v-e33a6c8a {
  38. flex-shrink: 0;
  39. width: 55rpx;
  40. height: 55rpx;
  41. margin-right: 25rpx;
  42. border-radius: 100%;
  43. }
  44. .order-item .title-box .title-avatar image.data-v-e33a6c8a {
  45. width: 100%;
  46. height: 100%;
  47. border-radius: 100%;
  48. }
  49. .order-item .title-box .list_tpl.data-v-e33a6c8a {
  50. width: 85%;
  51. }
  52. .order-item .title-box .list_tpl .title.data-v-e33a6c8a {
  53. display: flex;
  54. justify-content: flex-start;
  55. font-size: 32rpx;
  56. color: #606266;
  57. overflow: hidden;
  58. text-overflow: ellipsis;
  59. white-space: nowrap;
  60. line-height: 1;
  61. text-align: center;
  62. }
  63. .order-item .title-box .list_tpl .title .title-name.data-v-e33a6c8a {
  64. max-width: 40%;
  65. }
  66. .order-item .title-box .list_tpl .title .dl.data-v-e33a6c8a {
  67. margin-left: 10rpx;
  68. width: 93rpx;
  69. height: 32rpx;
  70. border-radius: 16rpx;
  71. }
  72. .order-item .title-box .list_tpl .title .dl image.data-v-e33a6c8a {
  73. width: 93rpx;
  74. height: 32rpx;
  75. border-radius: 16rpx;
  76. }
  77. .order-item .title-box .list_tpl .title .class.data-v-e33a6c8a {
  78. display: inline-block;
  79. margin-left: 10rpx;
  80. padding: 6rpx;
  81. text-align: center;
  82. border: 1px solid #2e58ff;
  83. border-radius: 16rpx;
  84. font-size: 20rpx;
  85. font-family: PingFang SC;
  86. font-weight: 500;
  87. color: #2e58ff;
  88. }
  89. .order-item .title-box .list_tpl .time.data-v-e33a6c8a {
  90. font-size: 28rpx;
  91. color: #909399;
  92. }
  93. .order-item .money.data-v-e33a6c8a {
  94. width: 50%;
  95. text-align: right;
  96. color: #333;
  97. font-size: 32rpx;
  98. }