index.scss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. page {
  2. height: 100vw;
  3. overflow: hidden;
  4. }
  5. .switch {
  6. display: flex;
  7. align-items: center;
  8. height: 90rpx;
  9. width: 650rpx;
  10. box-sizing: border-box;
  11. padding-right: 30rpx;
  12. justify-content: flex-end;
  13. background: #ffffff;
  14. }
  15. .sheet-header {
  16. display: flex;
  17. align-items: center;
  18. width: 750rpx;
  19. height: 120rpx;
  20. padding: 0 30rpx;
  21. box-sizing: border-box;
  22. image {
  23. width: 58rpx;
  24. height: 58rpx;
  25. margin-right: 20rpx;
  26. }
  27. .line-1 {
  28. width: 100%;
  29. font-size: 28rpx;
  30. font-family: PingFang SC-Bold, PingFang SC;
  31. font-weight: bold;
  32. color: #333333;
  33. }
  34. }
  35. .option {
  36. display: flex;
  37. align-items: center;
  38. width: 750rpx;
  39. height: 90rpx;
  40. padding: 0 30rpx;
  41. box-sizing: border-box;
  42. color: #333333;
  43. .icon {
  44. font-size: 40rpx;
  45. margin-right: 20rpx;
  46. margin-top: -2rpx;
  47. }
  48. .star {
  49. color: #FADB14;
  50. }
  51. }
  52. /* 未读 */
  53. .unread {
  54. width: 750rpx;
  55. height: 34rpx;
  56. text-align: center;
  57. font-size: 24rpx;
  58. font-family: PingFang SC-Regular, PingFang SC;
  59. color: #999999;
  60. margin: 12rpx 0 -5rpx 0;
  61. }