viewPage.scss 972 B

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