view-shezhishijianduan.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. .sz-tit{
  2. padding: 15px 0 30px 0;
  3. text-align: center;
  4. font-size: 16px;
  5. color: #748FF00;
  6. }
  7. .suc-icon{
  8. width: 20px;
  9. height: 20px;
  10. display: inline-block;
  11. margin-right: 10px;
  12. background: url(../images/yiwancheng02_icon.png) no-repeat center;
  13. background-size: cover;
  14. vertical-align: middle;
  15. }
  16. .sz-tit span{
  17. vertical-align: middle;
  18. }
  19. .sz-tit-t{
  20. padding: 0 0 10px 10px;
  21. font-size: 12px;
  22. color: #909090;
  23. }
  24. .time-list{
  25. background: #fff;
  26. }
  27. .time-item{
  28. height: 39px;
  29. line-height: 38px;
  30. padding: 0 10px;
  31. border-bottom: 1px solid #ccc;
  32. position: relative;
  33. font-size: 14px;
  34. }
  35. .time-item:first-child{
  36. border-top: 1px solid #ccc;
  37. }
  38. .time-item label{
  39. display: block;
  40. width: 100%;
  41. }
  42. .tt-label{
  43. float: left;
  44. }
  45. .tt-in{
  46. float: right;
  47. }
  48. .tt-in input {
  49. text-align: right;
  50. padding-right: 16px;
  51. }
  52. .tt-g:before{
  53. content: " ";
  54. display: inline-block;
  55. height: 6px;
  56. width: 6px;
  57. border-width: 2px 2px 0 0;
  58. border-color: #C8C8CD;
  59. border-style: solid;
  60. -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  61. transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  62. position: relative;
  63. top: -2px;
  64. position: absolute;
  65. top: 50%;
  66. margin-top: -4px;
  67. right: 10px;
  68. }
  69. .tt-btns{
  70. padding: 0 20px;
  71. }
  72. .tt-btn{
  73. display: inline-block;
  74. width: 100%;
  75. height: 40px;
  76. line-height: 40px;
  77. margin-top: 20px;
  78. text-align: center;
  79. font-size: 16px;
  80. -webkit-border-radius: 5px;
  81. border-radius: 5px;
  82. }
  83. .tt-send-btn{
  84. background: #74BF00;
  85. color: #fff;
  86. }
  87. .tt-back-btn{
  88. background: #fff;
  89. color: #666;
  90. border:1px solid #ccc;
  91. }
  92. .pc-box span {
  93. font-size: 14px;
  94. padding-right: 16px;
  95. }
  96. .scanText{
  97. width: 52px;
  98. }
  99. .input-group .form-control{
  100. width: auto;
  101. margin: 0;
  102. border: none;
  103. }