123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 |
- .mui-content{
- padding-bottom: 40px;
- }
- .procurement-nav {
- background: #FFFFFF;
- }
- .procurement-nav ul {
- overflow: hidden;
- height: 194px;
- }
- .procurement-nav ul li {
- float: left;
- width: 33.33333%;
- padding-top: 17px;
- }
- .procurement-nav ul li span:first-child {
- display: block;
- width: 34px;
- height: 34px;
- margin: 0 auto;
- margin-bottom: 8px;
- }
- .procurement-nav ul li img {
- width: 100%;
- height: 100%;
- border-radius: 4px;
- }
- .procurement-nav ul li span {
- display: block;
- text-align: center;
- font-size: 14px;
- margin-bottom: 8px;
- }
- .procurement-nav .mui-slider-indicator {
- position: absolute;
- bottom: 12px;
- height: 10px;
- }
- .procurement-nav .mui-slider-indicator .mui-active.mui-indicator {
- background: #D7D7D7;
- }
- .procurement-nav .mui-slider-indicator .mui-indicator {
- background: #efefef;
- -webkit-box-shadow: none;
- box-shadow: none;
- }
- .procurement-nav .mui-slider-indicator .mui-indicator {
- margin: 0 4px;
- }
- .procurement-content .content-nav {
- height: 40px;
- background: #FFFFFF;
- margin: 10px 0 0 0;
- padding: 0 15px;
- position: relative;
- }
- .procurement-content .content-nav span {
- display: inline-block;
- font-size: 14px;
- white-space: nowrap;
- }
- .procurement-content .content-nav span:first-child {
- display: inline-block;
- width: 3px;
- height: 16px;
- margin-top: 12px;
- margin-right: 6px;
- }
- .procurement-content .content-nav span.or {
- background: #fcaa00;
- }
- .procurement-content .content-nav span.gr {
- background: #0ec467;
- }
- .procurement-content .content-nav span.bl {
- background: #1badf8;
- }
- .procurement-content .content-nav span:nth-child(2) {
- position: relative;
- top: -3px;
- }
- .procurement-content .content-nav span:nth-child(3) {
- position: absolute;
- right: 15px;
- top: 12px;
- color: #999999;
- }
- .procurement-content .content-tent {
- padding: 0 15px;
- height: 40px;
- line-height: 42px;
- }
- .procurement-content .content-tent span {
- font-size: 12px;
- }
- .procurement-content #select,
- .procurement-content #select-num,
- .procurement-content #select-nums {
- width: 100%;
- height: 160px;
- }
- .sell-nav ul {
- height: 90px;
- }
- .sell-nav ul li:nth-child(2) {
- border-left: 1px solid #f5f5f5;
- border-right: 1px solid #f5f5f5;
- }
- .null{
- text-align: center;
- font-size: 16px;
- line-height: 160px;
- background: #FFFFFF;
- opacity: 0.6;
- }
- .null img {
- width: 100px;
- vertical-align: middle;
- }
|