| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- @import '../common/header1.less';
- @import '../../font/iconfont.less';
- /**tk详情**/
- .tkdetail-page {
- position: fixed;
- top: 0;
- bottom: 0;
- overflow: auto;
- width: 100%;
- z-index: 999;
- background: #fff;
- .title{
- background-color:#f5f4f4;
- }
- .tkdetail-img {
- margin: 20px 15px auto 15px;
- }
- .bottom-btn-box {
- box-sizing: border-box;
- padding: 0 10px;
- /* padding-right: 10px; */
- /* text-indent: 10px; */
- /*position: fixed;*/
- bottom: 10px;
- width: 100%;
- height: 60px;
- background: #fff;
- .bottom-btn {
- height: 30px;
- line-height: 30px;
- font-size: 14px;
- color: #005BAA;
- .textRow();
- .which {
- border-left: 2px solid #005BAA;
- padding-left: 3px;
- }
- }
- }
- }
|