temporary_detail.css 341 B

1234567891011121314151617181920
  1. #followBtn {
  2. padding: 10px 16px;
  3. background-color: #409eff;
  4. color: white;
  5. border: #409eff;
  6. border-radius: 5px;
  7. cursor: pointer;
  8. position: absolute;
  9. right: 4.2vw;
  10. margin-top: -2.8vw;
  11. font-size: 14px;
  12. }
  13. #followBtn.followed {
  14. background-color: #f0f9eb;
  15. border: 1px solid #67c23a;
  16. color: #71c647;
  17. font-size: 14px;
  18. }