start-sign3.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. .c-list,.n-list,.n-list-info{font-size: 16px;}
  2. .bottom-title{font-size: 12px;background-color:#FA8888;color:#FFFFFF;height:45px;line-height:1.5;padding-left:10px;padding-top: 5px;}
  3. .hos-div{
  4. width: 80px;text-align: center;position: absolute;top: 50%;margin-top: -3%;height: 100%;color: #666;
  5. }
  6. .n-div{
  7. width: 100%; float: left;position: relative;background: #fff;
  8. }
  9. .n-text-div{
  10. float: left;width: calc( 100% - 80px);margin-left: 100px;padding: 5px 0px;min-height:10px;
  11. }
  12. .select-box{
  13. position: relative;
  14. display: inline-block;
  15. border: 1px solid #e1e1e1;
  16. height: 30px;
  17. line-height: 30px;
  18. padding-left: 10px;
  19. }
  20. .select-box .arrow-d{
  21. content: '';
  22. display: block;
  23. width: 12px;
  24. height: 12px;
  25. border: solid #ccc;
  26. border-width: 1px 1px 0 0;
  27. transform: rotate(-135deg);
  28. -webkit-transform: rotate(135deg);
  29. -moz-transform: rotate(135deg);
  30. -ms-transform: rotate(135deg);
  31. position: absolute;
  32. right: 5px;
  33. top: 5px;
  34. }
  35. .c-arrow-r{
  36. position: absolute;
  37. top: 50%;
  38. right: 6px;
  39. margin-top: -5px;
  40. content: "";
  41. display: block;
  42. width: 10px;
  43. height: 10px;
  44. border: solid #ccc;
  45. border-width: 1px 1px 0 0;
  46. -webkit-transform: rotate(45deg);
  47. -moz-transform: rotate(45deg);
  48. -ms-transform: rotate(45deg);
  49. transform: rotate(45deg);
  50. }
  51. .mr25{margin-right: 25px;}
  52. .ss-value{
  53. font-size: 14px;
  54. color: #5b5b5b;
  55. text-align: right;
  56. padding-left: 10px;
  57. box-sizing: border-box;
  58. }
  59. .ss-list{
  60. padding-top: 14px!important;
  61. padding-bottom: 14px!important;
  62. }
  63. input[type=text]{
  64. line-height: inherit;
  65. width: 100%;
  66. height: auto;
  67. margin-bottom: 0px;
  68. padding: 0px;
  69. -webkit-user-select: text;
  70. border: none;
  71. border-radius: 0px;
  72. outline: 0;
  73. background-color:inherit;
  74. -webkit-appearance: none;
  75. }