salary.wxss 550 B

123456789101112131415161718192021222324252627282930313233
  1. page{
  2. padding: 60rpx 63rpx 0 84rpx;
  3. border-top: 1px solid #eaeaea;
  4. box-sizing: border-box;
  5. }
  6. .list{
  7. padding: 30rpx 0;
  8. border-bottom: 1px solid rgba(0,0,0,.2)
  9. }
  10. .list-title{
  11. font-size: 30rpx;
  12. color: #2e2e2e;
  13. line-height: 53rpx;
  14. }
  15. .list-content{
  16. color: #7d7d7d;
  17. font-size: 24rpx;
  18. line-height: 54rpx;
  19. min-height: 20rpx;
  20. }
  21. .tip{
  22. margin-top: 30rpx;
  23. margin-bottom: 36rpx;
  24. font-size: 26rpx;
  25. line-height: 35rpx;
  26. letter-spacing: 2rpx;
  27. color: #2e2e2e;
  28. }
  29. .copyright{
  30. font-size: 22rpx;
  31. line-height: 31rpx;
  32. color: #36a0db;
  33. }