| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281 |
- .mui-bar-popover {
- width: 30%;
- }
- .mui-bar-nav{
- background: #cd0000 !important;
- z-index: 33;
- }
- .mui-popover.mui-bar-popover .mui-table-view {
- width: 100%;
- }
- .mui-table-view .mui-table-view-cell>a:not(.mui-btn) {
- text-align: center;
- }
- .san {
- font-size: 14px;
- margin-right: 5px
- }
- .nav_a {
- border-right: 1px solid #ccc;
- }
- .go_search {
- background: #fff!important;
- border: 1px solid #ccc!important;
- border-radius: 17px!important;
- }
- .new_title {
- color: #000;
- font-size: 16px;
- margin-left: 15px;
- }
- .list_new_icon {
- margin-right: 5px;
- font-size: 20px;
- vertical-align: middle;
- }
- .time i {
- font-size: 18px!important;
- }
- .finish {
- color: #5ccb91;
- }
- .going {
- color: #febd23;
- }
- .waiting {
- color: #fd7c78;
- }
- .advice,
- .time {
- margin-left: 15px;
- }
- .time {
- color: #343434;
- }
- body {
- background-color: #fafafa;
- }
- .order{
- position: relative;
- }
- .mui-btn-submit{
- position: absolute;
- top: 45px !important;
- right: 45px !important;
- width: 55px;
- padding: 3px 10px !important;
- font-size: 12px;
- z-index: 3333 !important;
- }
- .class-icon{
- width: 21px;
- height: 21px;
- position: absolute;
- top: 10px;
- right: 15px;
- }
- .class-icon img{
- width: 100%;
- height: 100%;
- }
- .class-state{
- width: 55px;
- position: absolute;
- top: 10px;
- right: 30px;
- }
- .class-state img{
- width: 100%;
- }
- .mui-content {
- background-color: #fafafa;
- }
- ul {
- font-size: 16px;
- color: #8f8f94;
- }
- .mui-btn {
- padding: 10px;
- }
- .mui-content-padded {
- margin: 0;
- }
- /*.mui-active {
- background: #fff;
- }*/
- #icon-menu {
- color: #fff;
- }
- .size-16 {
- font-size: 16px;
- }
- .Dwc {
- margin-bottom: 20px;
- }
- .mui-icon {
- font-size: 20px;
- }
- .red {
- color: red;
- }
- .cheng {
- color: #f88868;
- }
- .mui-col-xs-10 {
- padding-left: 15px;
- }
- .mui-h {
- font-size: 16px;
- color: #000;
- }
- .List-box span {
- letter-spacing: 1px;
- }
- .mui-table-view-cell.mui-active {
- background-color: #fff;
- }
- .mui-collapse-content {
- position: relative;
- }
- .mui-collapse-content:after {
- position: absolute;
- right: 0;
- bottom: 0;
- left: 15px;
- height: 1px;
- content: '';
- -webkit-transform: scaleY(.5);
- transform: scaleY(.5);
- background-color: #c8c7cc;
- }
- .mui-collapse-content:before {
- position: absolute;
- right: 0;
- bottom: 0;
- left: 15px;
- height: 1px;
- content: '';
- -webkit-transform: scaleY(.5);
- transform: scaleY(.5);
- background-color: #c8c7cc;
- }
- .mui-mix-left {
- padding-left: 20px;
- margin-left: 10px;
- }
- .mui-segmented-control {
- border: 1px solid #00a1cb;
- }
- .mui-action-back {
- color: #fff;
- }
- .Phone img {
- width: 13px;
- height: 13px;
- border-radius: 50%;
- /* vertical-align: text-bottom;*/
- margin-right: 3px;
- vertical-align: initial;
- }
- .mui-h6 {
- font-size: 12px;
- }
- .mui-span-box {
- margin-left: 25px;
- }
- .dwc {
- color: #34ad37;
- }
- .mui-control-item_1 {
- float: left;
- width: 50%;
- line-height: 40px!important;
- height: 40px !important;
- }
- .mui-scroll_1{
- height: auto !important;
- overflow:auto !important;
- }
- .mui-search.mui-active:before {
- top: 25px;
- }
- .turnGo {
- border: none;
- }
- #menu {
- display: none;
- color: #fff;
- padding-top: 10px;
- font-size: 30px;
- }
- .Totle {
- text-align: center;
- margin-top: 10px;
- }
- .mui-action-back {
- color: #fff;
- }
- #sliderSegmentedControl{
- height: 40px;
- }
- #sliderSegmentedControl .mui-active{
- line-height: 40px !important;
- }
- .mui-icon-tiajia{
- position: absolute;
- right: 15px;
- top: 10px;
- height: 20px;
- line-height: 20px;
- z-index: 334;
- }
- .mui-icon-tiajia img{
- width: 100%;
- }
-
-
-
|