myself.css 878 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. body{
  2. height: 100%;
  3. background-image: url('../img/bohai_ld.jpg');
  4. background-size: 100% ;
  5. margin: 0;
  6. }
  7. .container{
  8. position: fixed;
  9. bottom: 0;
  10. height: 19em;
  11. width: 100%;
  12. }
  13. .container_one>h1{
  14. margin: 0;
  15. font-weight: 400;
  16. font-size: 2.5em;
  17. color: #6b98ff;
  18. padding-top: 1%
  19. }
  20. .container_one{
  21. width: 100%;
  22. height: 6em;
  23. background:rgba(255,255,255,0.8);
  24. vertical-align: middle;
  25. text-align: center
  26. }
  27. .container_two{
  28. width: 100%;
  29. height: 13em;
  30. background:rgb(104, 135, 186);
  31. vertical-align: middle;
  32. display: table
  33. }
  34. .container_two_div{
  35. display: table-cell;
  36. vertical-align: middle;
  37. text-align: center
  38. }
  39. .container_two_div>div{
  40. text-align: center;
  41. margin-bottom: 0.5em;
  42. }
  43. .container_two_div>form>label{
  44. color: white;
  45. }
  46. .container_two_div>form>button{
  47. color: #6c6c6c;
  48. }