IndexItem.scss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. @import '@/utils/common.scss';
  2. .time_operate_item1{
  3. // padding-top: 40px;
  4. // padding-bottom: 40px;
  5. // margin-left: 46px;
  6. // margin-right: 46px;
  7. display: flex;
  8. flex-direction: row;
  9. align-items: center;
  10. background-color: $boxColor;
  11. border-radius: $boxBorderRadius;
  12. // padding-left: 40px;
  13. // padding-right: 40px;
  14. // margin-bottom: 16px;
  15. }
  16. .modalTitle1{
  17. font-size: 40px;
  18. line-height: 40px;
  19. }
  20. .segment_detail{
  21. width: 578px;
  22. }
  23. /* #ifdef weapp */
  24. .top_tag_bg {
  25. position: absolute;
  26. right: -10px;
  27. top: -24px;
  28. }
  29. /* #endif */
  30. /* #ifdef rn */
  31. .top_tag_bg {
  32. //top 12 right 20
  33. position: absolute;
  34. // right: -30px;
  35. // top: -46px;
  36. top:-22px;
  37. right: 10px;
  38. }
  39. /* #endif */
  40. .fast_sleep_item {
  41. // display: 'flex',position:'relative', flex-: 'row', alignItems: 'center'
  42. display: flex;
  43. position: relative;
  44. flex-direction: row;
  45. align-items: center;
  46. width: 578px;
  47. // padding-top: 20px;
  48. // padding-bottom: 20px;
  49. }
  50. .duration_bg2 {
  51. margin-left: 50px;
  52. display: flex;
  53. flex-direction: column;
  54. // align-items: center;
  55. justify-content: center;
  56. flex: 1;
  57. }
  58. .duration_title2 {
  59. font-size: 32px;
  60. line-height: 32px;
  61. color: #fff;
  62. font-weight: 400;
  63. opacity: 0.6;
  64. }
  65. .duration_value2 {
  66. margin-top: 2px;
  67. font-size: 36px;
  68. line-height: 36px;
  69. font-weight: 500;
  70. margin-bottom: 8px;
  71. }
  72. .arrow2 {
  73. width: 40px;
  74. height: 40px;
  75. opacity: 0.4;
  76. }
  77. .recordTime {
  78. font-size: 28px;
  79. line-height: 28px;
  80. height: 28px;
  81. color: #ffffff;
  82. opacity: 0.4;
  83. font-weight: 400;
  84. }
  85. .record_arrow_bg {
  86. position: absolute;
  87. right: -10px;
  88. bottom: -16px;
  89. display: flex;
  90. flex-direction: row;
  91. align-items: center;
  92. height: 40px;
  93. width: 400px;
  94. }