sp.wxss 281 B

123456789101112131415161718192021
  1. page{
  2. height: 100%;
  3. width: 100%;
  4. background: #f4f4f4;
  5. }
  6. view{
  7. margin: 10rpx 0;
  8. }
  9. .txt_b{
  10. font-weight: 600;
  11. }
  12. .txt_under_line{
  13. text-decoration: underline;
  14. text-decoration-style: double;
  15. text-decoration-color: #039fff;
  16. }
  17. .back_yellow{
  18. background-color: yellow;
  19. }