You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

464 lines
7.2 KiB

4 weeks ago
  1. .Confirm {}
  2. .Confirm .Title, .Cart .Title {
  3. padding: 30px;
  4. }
  5. .Confirm .Title h1, .Cart .Title h1 {
  6. line-height: 30px;
  7. }
  8. .GoodList {
  9. text-align: center;
  10. margin-bottom: 80px;
  11. width: 100%;
  12. }
  13. .Cart .GoodList {
  14. margin-bottom: 30px;
  15. }
  16. .GoodList tr.good:hover {
  17. background: #F6F6F6
  18. }
  19. .GoodList th {
  20. background: #F5F5F5;
  21. height: 35px;
  22. font-weight: normal;
  23. }
  24. .GoodList td {
  25. border-bottom: 1px solid #DDD;
  26. }
  27. .GoodList td.Title {
  28. border: none;
  29. padding: 45px 0px 0px 0px;
  30. }
  31. .GoodList td.Title p {
  32. background: url(/edu/center/images/disc_line.png) no-repeat center center;
  33. }
  34. .GoodList .name {
  35. padding-right: 200px;
  36. }
  37. .GoodList td.name {
  38. text-align: left;
  39. padding: 20px 200px 20px 30px;
  40. }
  41. .GoodList td.name img {
  42. width: 125px;
  43. height: 90px;
  44. display: block;
  45. float: left;
  46. }
  47. .GoodList td.name .goodInfo {
  48. margin-left: 150px;
  49. }
  50. .GoodList td.name .goodInfo a {
  51. display: block;
  52. margin-bottom: 20px;
  53. }
  54. .GoodList td.name .goodInfo .onlyMobile {
  55. padding: 5px 10px;
  56. border-radius: 4px;
  57. line-height: 22px;
  58. }
  59. .GoodList .actions {
  60. width: 100px;
  61. padding-right: 50px;
  62. }
  63. .GoodList .price, .GoodList .priceNew {
  64. width: 200px;
  65. }
  66. .GoodList td.price, .GoodList td.priceNew, .GoodList td.actions {
  67. vertical-align: top;
  68. padding: 20px 0px;
  69. }
  70. .GoodList td.price strong, .GoodList td.priceNew strong {
  71. font-size: 16px;
  72. }
  73. .GoodList td.price p {
  74. margin-bottom: 10px;
  75. }
  76. .GoodList td.price .discName {
  77. background: #fff5f5;
  78. border: 1px solid #C01920;
  79. padding: 3px 5px;
  80. border-radius: 3px;
  81. }
  82. .GoodList td.actions {
  83. text-align: left;
  84. }
  85. .GoodList td.actions p {
  86. cursor: pointer;
  87. }
  88. .GoodList td.actions p:hover, .Finish .Main div.fl p:hover {
  89. color: #C01920
  90. }
  91. .GoodList td.teacher {
  92. text-align: left;
  93. line-height: 1;
  94. padding: 30px 0 20px 30px;
  95. }
  96. .GoodList td.First {
  97. border-left: 1px solid #DDD;
  98. }
  99. .GoodList td.Last {
  100. border-right: 1px solid #DDD;
  101. }
  102. .GoodList td.Billing {
  103. padding: 30px;
  104. background-color: #F5F5F5;
  105. border-right: 1px solid #F5F5F5;
  106. }
  107. .GoodList td.Billing input {
  108. border-radius: 3px;
  109. border: 1px solid #DDD;
  110. height: 20px;
  111. margin: 0px 5px;
  112. }
  113. .GoodList td.Billing .discount {
  114. margin-bottom: 15px;
  115. font-size: 12px;
  116. line-height: 22px;
  117. }
  118. .Finish {
  119. margin-bottom: 150px;
  120. }
  121. .Cart .Finish {
  122. margin-bottom: 125px;
  123. }
  124. .Finish .Main {
  125. width: 968px;
  126. border: 1px solid #DDD;
  127. height: 68px;
  128. line-height: 68px;
  129. padding: 0 30px;
  130. }
  131. .Finish .Main div.fl {
  132. padding-top: 0px;
  133. }
  134. .Finish .Main div.fl p {
  135. padding: 0px 20px;
  136. border-right: 1px solid #DDD;
  137. line-height: 20px;
  138. cursor: pointer;
  139. margin-top: 24px;
  140. }
  141. .Finish>button {
  142. width: 170px;
  143. height: 70px;
  144. line-height: 1;
  145. font-size: 24px;
  146. border-radius: 0;
  147. }
  148. .Finish>button.disabled {
  149. background-color: #999;
  150. }
  151. .Finish .check {
  152. margin-top: -40px;
  153. line-height: 20px;
  154. right: 100px;
  155. }
  156. .Finish .check input {
  157. display: none;
  158. }
  159. .Finish .check p {
  160. padding-left: 20px;
  161. background: url(/edu/center/images/check.png) no-repeat left center;
  162. }
  163. .Finish .check p.on {
  164. background-image: url(/edu/center/images/checked.png);
  165. }
  166. .Finish .Main div.fl p.checkbox {
  167. background-position: left center;
  168. padding-left: 30px;
  169. }
  170. .isNuLL {
  171. height: 200px;
  172. line-height: 200px;
  173. border-top: 1px solid #DDD;
  174. }
  175. .lastTips {
  176. text-align: right;
  177. padding-right: 200px;
  178. font-size: 12px;
  179. color: #818181;
  180. margin-top: 10px;
  181. }
  182. .GoodList th.checkbox, .GoodList td.checkbox, .GoodList td.checkboxOverTime, .Finish .checkbox {
  183. background-image: url(/edu/center/images/check.png);
  184. background-repeat: no-repeat;
  185. background-position: 30px center;
  186. padding-left: 60px;
  187. text-align: left;
  188. cursor: default;
  189. }
  190. .GoodList th.checkbox.on, .GoodList td.checkbox.on, .Finish .checkbox.on {
  191. background-image: url(/edu/center/images/checked.png);
  192. }
  193. .GoodList .checkbox.teacher {
  194. background-position: 30px 29px;
  195. }
  196. .checkbox input[type="checkbox"], .checkboxOverTime input[type="checkbox"] {
  197. display: none;
  198. }
  199. .Classes {}
  200. .Classes dt {
  201. padding: 0px 10px;
  202. border-bottom: 2px solid #DDD;
  203. height: 42px;
  204. overflow: hidden;
  205. }
  206. .Classes dt p {
  207. float: left;
  208. font-size: 18px;
  209. padding: 10px;
  210. margin-right: 20px;
  211. cursor: pointer;
  212. }
  213. .Classes dt p.cur, .Classes dt p:hover {
  214. border-bottom: 4px solid #C01920;
  215. color: #C01920;
  216. padding-bottom: 6px;
  217. }
  218. .Classes dd {}
  219. .Classes dd ul {
  220. display: none;
  221. overflow: hidden;
  222. margin: 0px -10px;
  223. }
  224. .Classes dd ul.cur {
  225. display: block;
  226. }
  227. .Classes dd ul li {
  228. float: left;
  229. margin: 25px 10px;
  230. width: 222px;
  231. border: 1px solid #DDD;
  232. }
  233. .Classes dd ul li .pic {
  234. height: 161px;
  235. margin: -1px;
  236. position: relative;
  237. }
  238. .Classes dd ul li .pic img {
  239. display: block;
  240. width: 100%;
  241. height: 100%;
  242. }
  243. .Classes dd ul li .pic p {
  244. position: absolute;
  245. right: 0px;
  246. bottom: 0px;
  247. font-size: 12px;
  248. color: #FFF;
  249. left: 0;
  250. padding: 5px;
  251. background: url(/edu/center/images/bg70.png);
  252. }
  253. .Classes dd ul li .info {
  254. padding: 10px;
  255. }
  256. .Classes dd ul li .info p.tit {
  257. margin-bottom: 20px;
  258. line-height: 22px;
  259. height: 44px;
  260. overflow: hidden;
  261. }
  262. /**涓烘偍鎺ㄨ崘-- 寰亴浣嶆帹鑽�**/
  263. /* .Classes dd ul li {
  264. float: left;
  265. margin: 25px 10px;
  266. width: 222px;
  267. border: 1px solid #DDD;
  268. } */
  269. .Classes dd ul .weijob .pic {
  270. height: 161px;
  271. margin: -1px;
  272. position: relative;
  273. }
  274. .Classes dd ul .weijob .pic img {
  275. display: block;
  276. width: 100%;
  277. height: 100%;
  278. }
  279. .Classes dd ul .weijob .pic p {
  280. position: absolute;
  281. right: 0px;
  282. bottom: 0px;
  283. font-size: 12px;
  284. color: #FFF;
  285. left: 0;
  286. padding: 5px;
  287. background: url(/edu/center/images/bg70.png);
  288. }
  289. .Classes dd ul .weijob .info {
  290. padding: 10px;
  291. }
  292. .Classes dd ul .weijob .info p.tit {
  293. margin-bottom: 20px;
  294. line-height: 22px;
  295. height: 44px;
  296. overflow: hidden;
  297. color: #777986;
  298. }
  299. .Classes dd ul .weijob .info .lb{
  300. color: #777986;
  301. }
  302. .Classes dd ul .weijob .info .lb .lesson{
  303. float: left;
  304. margin-right: 18px;
  305. }
  306. .Classes dd ul .weijob .info .lb .personNum{
  307. float: left;
  308. }
  309. .Classes dd ul .weijob .info .lb .personNum:before{
  310. content: '';
  311. background-image: url(/edu/center/images/car_rec/i_per.png);
  312. vertical-align: middle;
  313. display: inline-block;
  314. background-size: 8px 10px;
  315. width: 8px;
  316. height: 10px;
  317. margin-top: -3px;
  318. margin-right: 3px;
  319. }
  320. .Classes dd ul .weijob .info .money{
  321. color: #777986;
  322. }
  323. /*ThisPage Select*/
  324. .Confirm .SelectDL {
  325. height: 20px;
  326. line-height: 20px;
  327. min-width: 220px;
  328. text-align: left;
  329. border-radius: 3px;
  330. margin-right: 20px;
  331. }
  332. .Confirm .SelectDL dd {
  333. top: 20px;
  334. }
  335. .Confirm .SelectDL dd li span, .Confirm .SelectDL dt p span {
  336. color: #C01920;
  337. }
  338. .Pack {
  339. border: 1px solid #DDD;
  340. padding: 20px 30px;
  341. margin-bottom: 80px;
  342. }
  343. .Pack .Main {
  344. padding-bottom: 20px;
  345. border-bottom: 1px solid #DDD;
  346. }
  347. .Pack .Main img {
  348. width: 125px;
  349. height: 90px;
  350. }
  351. .Pack .Main .info {
  352. margin-left: 150px;
  353. }
  354. .Pack .Main .info h2 {
  355. font-size: 16px;
  356. font-weight: normal;
  357. margin-bottom: 15px;
  358. }
  359. .Pack .Main .info p {
  360. line-height: 26px;
  361. }
  362. .packItemList {
  363. padding: 20px 0px;
  364. }
  365. .packItemList li {
  366. overflow: hidden;
  367. line-height: 32px;
  368. }
  369. .packItemList li .title {
  370. width: 750px;
  371. float: left;
  372. padding-left: 20px;
  373. background: url(/edu/center/images/dot.png) no-repeat 5px center;
  374. }
  375. .packItemList li span {
  376. float: left;
  377. }