| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- .count {
- color: #ff0006;
- }
-
- .icon_color {
- color: #00b4ff;
- margin-right: 3px;
- vertical-align: middle;
- }
-
- ul li a {
- font-size: 14px;
- color: #585858;
- }
-
- .head {
- background: url(../img/banner.png) no-repeat;
- background-size:100% 100%;
- width: 100%;
- height: 170px;
- position: relative;
- }
-
- .count_list {
- padding: 0;
- margin: 0;
- width: 100%;
- border: 0;
- }
-
- .count_list li {
- width: 33.3%;
- text-align: center;
- float: left;
- background: #eef7fd;
- list-style: none;
- padding: 5px 0;
- }
-
- .nickName_box {
- color: #fff;
- font-size: 20px;
- position: absolute;
- right: 0;
- left: 0;
- top: 90px;
- bottom: 0;
- text-align: center;
- }
-
- .change_nickName {
- display: block;
- font-size: 10px;
- border: 1px solid #fff;
- width: 100px;
- margin: 9px auto;
- border-radius: 20px;
- }
-
- .right_wz {
- background: transparent;
- color: #929292;
- }
-
- .mui-segmented-control .mui-control-item.mui-active {
- color: #000!important;
- background-color: #eef7fd!important;
- }
|