app-pt-time.wxss 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. @charset "UTF-8";
  2. .text-center.data-v-a7fabf22 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-a7fabf22 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-a7fabf22 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-a7fabf22 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-a7fabf22 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-a7fabf22 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-a7fabf22 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-a7fabf22 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-a7fabf22 {
  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-a7fabf22 {
  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-a7fabf22 {
  43. height: 88rpx;
  44. width: 750rpx;
  45. }
  46. .app-pt-time .app-image.data-v-a7fabf22 {
  47. width: 148rpx;
  48. height: 88rpx;
  49. }
  50. .app-pt-time .app-title.data-v-a7fabf22 {
  51. width: 281rpx;
  52. color: white;
  53. margin-top: 46rpx;
  54. font-size: 22rpx;
  55. }
  56. .app-pt-time .app-time-content.data-v-a7fabf22 {
  57. width: 322rpx;
  58. height: 88rpx;
  59. }
  60. .app-pt-time .app-time-content .app-name.data-v-a7fabf22 {
  61. width: 322rpx;
  62. height: 30rpx;
  63. font-size: 20rpx;
  64. color: white;
  65. margin: 5rpx 0;
  66. text-align: center;
  67. }
  68. .app-pt-time .app-time-content .app-time-info.data-v-a7fabf22 {
  69. height: 48rpx;
  70. width: 322rpx;
  71. text-align: center;
  72. }
  73. .app-pt-time .app-time-content .app-time-info .app-degree.data-v-a7fabf22 {
  74. font-size: 23rpx;
  75. color: #ffffff;
  76. margin: 0 6rpx;
  77. }
  78. .app-pt-time .app-time-content .app-time-info .app-value.data-v-a7fabf22 {
  79. display: inline-block;
  80. min-width: 40rpx;
  81. height: 36rpx;
  82. line-height: 36rpx;
  83. border-radius: 4rpx;
  84. background-color: white;
  85. text-align: center;
  86. font-size: 19rpx;
  87. }