index.wxss 451 B

12345678910111213141516171819202122232425262728
  1. /* components/menberCard/index.wxss */
  2. .small{
  3. font-size: 26rpx;
  4. line-height: 25px;
  5. }
  6. .colorError{
  7. color:#e34d59 !important;
  8. }
  9. .label{
  10. color:#999;
  11. margin-right: 5px;
  12. font-size: 24rpx;
  13. }
  14. .flex{
  15. display: flex;
  16. align-items: center;
  17. }
  18. .deleteBtn {
  19. height: 25px;
  20. width: 25px;
  21. border-radius: 100%;
  22. font-size: 15rpx;
  23. color:#fff;
  24. background-color: #e34d59;
  25. display: flex;
  26. align-items: center;
  27. justify-content: space-around;
  28. }