index.scss 1013 B

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