index.less 900 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. @import "~@less/variables.less";
  2. .container{
  3. background: #fff;
  4. width: 460px;/*@push-width;*/
  5. float: right;
  6. padding-top: 20px;
  7. // z-index: 200;
  8. position: relative;
  9. // position: fixed;
  10. // top: 50px;
  11. // bottom: 10px;
  12. // right: 10px;
  13. padding-bottom:30px;
  14. border-left: 10px #e4e6e7 solid;
  15. }
  16. .title{
  17. color:#666;
  18. width: 100%;
  19. height: 45px;
  20. background: #eee;
  21. position: absolute;
  22. top: 0;
  23. left: 0;
  24. }
  25. .content{
  26. padding-top: 50px;
  27. }
  28. .center {
  29. text-align: center;
  30. font-size: 16px;
  31. padding-top: 10px;
  32. padding-bottom: 50px;
  33. }
  34. .box {
  35. padding-top: 10px;
  36. box-sizing: border-box;
  37. height: 80px;
  38. }
  39. .ipt {
  40. font-size: 16px;
  41. width: 170px;
  42. height: 20px;
  43. line-height: 18px;
  44. display: block;
  45. margin: 0 auto;
  46. text-align: left;
  47. }
  48. .line {
  49. width: 182px;
  50. height: 1px;
  51. margin: 8px auto 0 auto;
  52. background: #D8D8D8;
  53. }