tkxq.less 911 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. @import '../common/header1.less';
  2. @import '../../font/iconfont.less';
  3. /**tk详情**/
  4. .tkdetail-page {
  5. position: fixed;
  6. top: 0;
  7. bottom: 0;
  8. overflow: auto;
  9. width: 100%;
  10. z-index: 999;
  11. background: #fff;
  12. .title{
  13. background-color:#f5f4f4;
  14. }
  15. .tkdetail-img {
  16. margin: 20px 15px auto 15px;
  17. }
  18. .bottom-btn-box {
  19. box-sizing: border-box;
  20. padding: 0 10px;
  21. /* padding-right: 10px; */
  22. /* text-indent: 10px; */
  23. /*position: fixed;*/
  24. bottom: 10px;
  25. width: 100%;
  26. height: 60px;
  27. background: #fff;
  28. .bottom-btn {
  29. height: 30px;
  30. line-height: 30px;
  31. font-size: 14px;
  32. color: #005BAA;
  33. .textRow();
  34. .which {
  35. border-left: 2px solid #005BAA;
  36. padding-left: 3px;
  37. }
  38. }
  39. }
  40. }