Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
-
- .history{
-
- }
-
- .footer_title{
- bottom: 0.1rem;
- width: 100%;
- font-size: 0.11rem;
- margin-top: 1.1rem;
- }
-
- .exchange{
- height: 0.3rem;
- }
-
- .change{
- height: 0.15rem;
- }
-
- .historylist{
- margin-left: 0.51rem;
- margin-right: 0.5rem;
- /*margin-top: 0.2rem;*/
- padding-top: 0.05rem;
- padding-bottom: 0.1rem;
- color: red !important;
- }
-
- .search_bc{
- background-color: #d6d8dd;
- font-size: 0.14rem;
- }
-
- .searchimg{
- width: 0.15rem;
- height: 0.15rem;
- padding-top: 0.12rem;
- padding-left: 0.2rem;
- padding-right: 0.05rem;
- }
-
- .hot_city{
- width: 0.8rem;
- height: 0.8rem;
- }
-
- .city_info{
- border: solid 1px #999999;
- padding:0.1rem 0;
- width: 30%;
- text-align: center;
- /*width: 2.0rem;*/
- float: left;
- text-overflow:ellipsis;
- white-space:nowrap;
- overflow:hidden;
- color: #999999;
- border-radius: 0.02rem;
- }
- .city_info_selected{
- border: solid 1px #5cc4bb;
- color: #5cc4bb;
- }
- /*字超出长度用...*/
- .txt_length{
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- }
|