mock平台

ProjectToken.scss 1.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. .project-token {
  2. background: #fff;
  3. padding: 15px;
  4. min-height: 4.68rem;
  5. .token{
  6. padding: 16px;
  7. font-size: 16px;
  8. font-weight: 500;
  9. }
  10. .token-message{
  11. padding: 8px;
  12. margin-right: 8px;
  13. background-color: #f5f5f5;
  14. }
  15. .open-api{
  16. margin-top: 10px;
  17. margin-left: 20px;
  18. li{
  19. margin-bottom: 10px;
  20. }
  21. }
  22. .message{
  23. padding: 16px 0 0 16px;
  24. font-size: 14px;
  25. }
  26. .token-title{
  27. font-size: 16px;
  28. // background-color: #eee;
  29. // border-radius: 4px;
  30. // margin-bottom: 15px;
  31. font-weight: 400;
  32. margin-bottom: 0.16rem;
  33. border-left: 3px solid #2395f1;
  34. padding-left: 8px;
  35. }
  36. .blockquote{
  37. border-left: 4px solid #ff561b;
  38. // background-color: #f8f8f8;
  39. padding: .12rem .24rem;
  40. position: relative;
  41. margin-left: 16px;
  42. }
  43. .blockquote:before {
  44. content: '!';
  45. display: block;
  46. position: absolute;
  47. left: -.12rem;
  48. top: .12rem;
  49. width: 20px;
  50. height: 20px;
  51. background-color: #ff561b;
  52. color: #fff;
  53. border-radius: 50%;
  54. text-align: center;
  55. font-family: 'Dosis', 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
  56. }
  57. .token-btn{
  58. margin-right: 8px;
  59. }
  60. }