app-plugin-time-bar.wxss 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. @charset "UTF-8";
  2. .text-center.data-v-1955db7c {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-1955db7c {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-1955db7c {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-1955db7c {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-1955db7c {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-1955db7c {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-1955db7c {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-1955db7c {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-1955db7c {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .default-back.data-v-1955db7c {
  39. background: -webkit-linear-gradient(310deg, #ff5427, #ff3d3f, #ff2e4e, #ff2754);
  40. background: linear-gradient(140deg, #ff5427, #ff3d3f, #ff2e4e, #ff2754);
  41. }
  42. .app-pt-time.data-v-1955db7c {
  43. height: 88rpx;
  44. width: 750rpx;
  45. position: relative;
  46. }
  47. .app-pt-time .app-image.data-v-1955db7c {
  48. width: 750rpx;
  49. height: 88rpx;
  50. }
  51. .app-pt-time .app-title.data-v-1955db7c {
  52. width: 281rpx;
  53. color: white;
  54. margin-top: 46rpx;
  55. font-size: 22rpx;
  56. }
  57. .app-pt-time .app-time-content.data-v-1955db7c {
  58. width: 322rpx;
  59. height: 88rpx;
  60. position: absolute;
  61. right: 0;
  62. top: 0;
  63. }
  64. .app-pt-time .app-time-content .app-name.data-v-1955db7c {
  65. width: 322rpx;
  66. height: 30rpx;
  67. font-size: 20rpx;
  68. color: white;
  69. margin: 5rpx 0;
  70. text-align: center;
  71. }
  72. .app-pt-time .app-time-content .app-time-info.data-v-1955db7c {
  73. height: 48rpx;
  74. width: 322rpx;
  75. text-align: center;
  76. }
  77. .app-pt-time .app-time-content .app-time-info .app-degree.data-v-1955db7c {
  78. font-size: 23rpx;
  79. color: #ffffff;
  80. margin: 0 6rpx;
  81. }
  82. .app-pt-time .app-time-content .app-time-info .app-value.data-v-1955db7c {
  83. display: inline-block;
  84. min-width: 40rpx;
  85. height: 36rpx;
  86. line-height: 36rpx;
  87. border-radius: 4rpx;
  88. background-color: white;
  89. text-align: center;
  90. font-size: 19rpx;
  91. }