123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- .main {
- float: left;
- width: 97%;
- overflow: hidden;
- background-color: #f1f1f1;
- padding: 0 5px;
- }
- .main .one {
- float: left;
- width: 100%;
- background-color: #ffffff;
- }
- .main .one view {
- float: left;
- width: 24.4%;
- height: 35px;
- line-height: 35px;
- border: 1px solid #f1f1f1;
- text-align: center;
- font-size: 12px;
- }
- .main .two {
- float: left;
- width: 100%;
- overflow-y: auto;
- background-color: #ffffff;
- }
- .main .two .list {
- float: left;
- width: 100%;
- border-bottom: 1px solid #f1f1f1;
- }
- .main .two .list .two_1 {
- float: left;
- width: 25%;
- border-right: 1px solid #f1f1f1;
- font-size: 12px;
- text-align: center;
- }
- .main .two .list .two_2 {
- float: left;
- width: 24.5%;
- text-align: center;
- border-right: 1px solid #f1f1f1;
- font-size: 12px;
- text-align: center;
- }
- .main .two .list .two_2 view {
- font-weight: bold;
- color: #409eff;
- border-bottom: 1px solid #f1f1f1;
- }
- .main .two .list .two_2 view:last-child {
- border-bottom: none;
- }
- .main .two .list .two_3 {
- float: left;
- width: 49.9%;
- font-size: 12px;
- text-align: center;
- }
- .main .two .list .two_3 .breakfast {
- float: left;
- width: 100%;
- border-bottom: 1px solid #f1f1f1;
- }
- .main .two .list .two_3 .breakfast:last-child {
- border-bottom: none;
- }
- .main .two .list .two_3 .breakfast .breakfast_1 {
- float: left;
- width: 100%;
- }
- .main .two .list .two_3 .breakfast .breakfast_1 text {
- float: left;
- width: 43.6%;
- text-align: center;
- height: 30px;
- line-height: 30px;
- border-right: 1px solid #f1f1f1;
- border-bottom: 1px solid #f1f1f1;
- padding: 0 5px;
- }
- .main .two .list .two_3 .breakfast .breakfast_1:last-child text {
- border-bottom: none;
- }
|