金诚优选前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
223 B

  1. #gidList {
  2. .gidItem {
  3. background: #ffffff;
  4. padding: 10px 15px;
  5. .wap {
  6. display: flex;
  7. align-items: flex-start;
  8. .title {
  9. display: inline-block;
  10. width: 65px;
  11. }
  12. }
  13. }
  14. }