微信

page.scss 426B

1234567891011121314151617181920212223
  1. .list{
  2. display: flex;
  3. justify-content: space-between;
  4. align-items: center;
  5. padding: .1rem .3rem;
  6. border-bottom: 1px solid rgba(238,238,238,1);
  7. span{
  8. color: rgba(108,108,108,1);
  9. display: block;
  10. width: 60%;
  11. text-align: center;
  12. }
  13. span:nth-of-type(1){
  14. width: 40%;
  15. }
  16. }
  17. .title{
  18. background-color: rgba(242,242,242,1);
  19. span{
  20. color: #000;
  21. font-weight: bold;
  22. }
  23. }