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.
 
 
 
 
 
 

57 lines
1.0 KiB

  1. .lr-mycode-page {
  2. position: relative;
  3. height: 100%;
  4. width: 100%;
  5. background-color: #2f2d2d;
  6. padding: 80px 20px;
  7. }
  8. .lr-mycode-page-content {
  9. position: relative;
  10. height: 100%;
  11. width: 100%;
  12. background-color: #fff;
  13. border-radius:4px;
  14. padding:20px;
  15. padding-top:80px;
  16. }
  17. .lr-mycode-title {
  18. position: absolute;
  19. height: 80px;
  20. width: 100%;
  21. top:20px;
  22. left:0;
  23. padding-left:90px;
  24. padding-top:10px;
  25. }
  26. .lr-mycode-title img{
  27. position:absolute;
  28. top:10px;
  29. left:20px;
  30. width:60px;
  31. height:60px;
  32. border-radius:5px;
  33. }
  34. .lr-mycode-title .content {
  35. position: relative;
  36. }
  37. .lr-mycode-title .name {
  38. font-size: 16px;
  39. margin-bottom: 2px;
  40. color: #000;
  41. }
  42. .lr-mycode-title .subname {
  43. font-size: 12px;
  44. color:#999;
  45. }
  46. .lr-mycode-code {
  47. position: relative;
  48. height: 100%;
  49. width: 100%;
  50. text-align:center;
  51. padding-top:20px;
  52. }
  53. .lr-mycode-code img {
  54. width: 100%;
  55. }