myplate.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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. }
  56. .title{
  57. padding-top : 5px;
  58. }
  59. h3{
  60. text-align: center;
  61. }
  62. .images{
  63. width: 100%;
  64. height: 100%;
  65. margin-top: 20px;
  66. }
  67. .messagetext{
  68. padding-top: 20px;
  69. margin: 0 auto;
  70. width: 80%;
  71. text-align: center;
  72. color: #c2c2c2;
  73. display: none;
  74. }
  75. .phone{
  76. color: blue;
  77. }
  78. .ElectronicPlate{
  79. display: none;
  80. background-color: #EFEFF4;
  81. }
  82. .isnull{
  83. padding-top: 50%;
  84. background-color: white;
  85. height: 100%;
  86. display: none;
  87. text-align: center;
  88. }