123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161 |
- html,body {
- background-color: #efeff4;
- }
- .mui-bar~.mui-content .mui-fullscreen {
- top: 44px;
- height: auto;
- }
- .mui-bar-nav ~ .mui-content {
- padding: 0;
- }
- .mui-input-clear.lin-search {
- width: 95%;
- display: block;
- margin: auto;
- background-color: #efeff4;
- }
- .mui-bar~.mui-pull-top-tips {
- top: 24px;
- }
- .mui-pull-top-wrapper {
- width: 42px;
- height: 42px;
- display: block;
- text-align: center;
- border: 1px solid #ddd;
- border-radius: 25px;
- background-clip: padding-box;
- box-shadow: 0 4px 10px #bbb;
- overflow: hidden;
- }
- .mui-pull-top-tips.mui-transitioning {
- -webkit-transition-duration: 200ms;
- transition-duration: 200ms;
- }
- .top_button {
- height: 90px;
- margin-top: 10px;
- line-height: 45px;
- background-color: #fff !important;
- padding-top: 5px;
- padding-bottom: 10px;
- }
- .mui-segmented-control.mui-scroll-wrapper .mui-scroll {
- width: 98.5%;
- margin: auto;
- height: 40px;
- white-space: nowrap;
- }
- .mui-segmented-control.mui-scroll-wrapper {
- height: 55px;
- }
- .mui-scroll a {
- border-right: #e1e1e1 solid 1px !important;
- }
- .lin-search {
- line-height: 12px;
- height: 27px !important;
- /*background-color: #f2f4f6 !important;*/
- border-radius: 5px;
- width: 95%;
- padding: 10px 8px;
- margin: auto;
- color: #999;
- }
- .mui-input-clear.lin-search {
- padding-left: 25px;
- }
- .mui-icon.mui-icon-clear {
- margin-top: 4px;
- }
- .one {
- height:50px;
- padding-top: 10px;
- background-color: #fff ;
- position: relative;
- }
- .search_img{
- position: absolute;
- margin-top: 15px;
- margin-left: 10px;
- top: 0;
- color: #909090;
- }
- .template_color{
- border-bottom: 2px solid #17b3ec;
- }
- .mui-table-view-cell.mui-active {
- /*background-color: #FFF100;*/
- }
- .add-btn {
- width: 50px;
- height: 50px;
- position: fixed;
- bottom: 30px;
- right: 30px;
- background: url(../images/xuanfu_btn.png) no-repeat center top;
- background-size: 50px;
- z-index: 999;
- }
- .group_list {
- margin-top: 81px;
- }
- .article_name{
- width: 282px;
- height: 45px;
- word-wrap: break-word;
- }
- .mt5 {
- font-size: 0;
- vertical-align: top;
- }
- .mui-slider .mui-segmented-control.mui-segmented-control-inverted~.mui-slider-group .mui-slider-item{
- border-top: 0px;
- }
- .mui-table-view-cell.mui-collapse {
- margin: auto;
- padding: 17px 16px;
- }
- .four{
- border-top: 0;
- }
- .mui-table-view-cell.mui-collapse .mui-collapse-content{
- padding: 8px;
-
- }
- .list-arrow-r.ptb10.team_list {
- padding: 17px 16px;
- margin-left: 0;
- }
- .load_more{
- width: 100%;
- text-align: center;
- color: #909090;
- font-size: 12px;
- }
- .list_left{
- display: inline;
- }
- .list_right{
- display: inline !important;
- }
- .team_list {
- display:flex ;
- justify-content: space-between;
- align-items: center;
- }
|