123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186 |
- .container-inner {
- display: flex;
- flex-direction: row-reverse;
- }
- .container {
- flex-grow: 1;
- display: flex;
- flex-direction: column;
- padding: 10upx;
- }
- input {
- text-align: center;
- font-size: 32upx;
- padding: 5px;
- }
- .searchLetter {
- flex-shrink: 0;
- width: 80upx;
- text-align: center;
- display: flex;
- flex-direction: column;
- color: #666;
- }
- .searchLetter view {
- margin-top: 10upx;
- }
- .touchClass {
- background-color: #fff;
- color: #fff;
- padding-top: 16upx;
- padding-bottom: 16upx;
- }
- .showSlectedLetter {
- background-color: rgba(0, 0, 0, 0.5);
- color: #fff;
- display: flex;
- justify-content: center;
- align-items: center;
- position: fixed;
- top: 50%;
- left: 50%;
- margin: -100upx;
- width: 200upx;
- height: 200upx;
- border-radius: 20upx;
- font-size: 52upx;
- z-index: 1;
- }
- .selection {
- display: flex;
- width: 100%;
- flex-direction: column;
- margin-top: 10upx;
- }
- .selectCity {
- padding: 16upx;
- background-color: #f5f5f5;
- margin-bottom: -10upx;
- }
- .item_letter {
- display: flex;
- background-color: #f5f5f5;
- height: 40upx;
- padding-left: 34upx;
- align-items: center;
- font-size: 24upx;
- color: #666;
- }
- .item_city {
- display: flex;
- background-color: #fff;
- height: 100upx;
- padding-left: 34upx;
- align-items: center;
- border-bottom: 1upx solid #ededed;
- font-size: 24upx;
- color: #666;
- }
- .hotcity-common {
- font-size: 24upx;
- color: #666;
- padding-bottom: 0;
- margin: 8upx 0;
- margin-left: 16upx;
- }
- .hotcity {
- padding-right: 50upx;
- margin: auto;
- }
- .thisCityName {
- display: inline-block;
- border: 1upx solid #8BC34A;
- border-radius: 8upx;
- padding: 10upx 0;
- font-size: 24upx;
- color: #8BC34A;
- text-align: center;
- min-width: 149.5upx;
- margin: 16upx 0;
- }
- .thishotText {
- color: #8BC34A;
- font-size: 20upx;
- margin: 0 !important;
- }
- .slectCity {
- border-color: #8BC34A !important;
- }
- .slectCity view {
- color: #8BC34A !important;
- }
- .weui-grid {
- padding: 10upx 0;
- width: 200upx;
- box-sizing: border-box;
- border: 1upx solid #ececec;
- border-radius: 8upx;
- background-color: white;
- margin: 8upx 0;
- }
- .weui-grids {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- border: none;
- }
- .weui-grid__label {
- display: block;
- text-align: center;
- color: #333;
- font-size: 24upx;
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- }
- .ul {
- display: block;
- color: grey;
- margin-left: 20upx;
- }
- .li {
- display: block;
- font-weight: 100;
- font-size: 28upx;
- padding: 16upx 0;
- }
- input {
- background-color: #eee;
- }
- .input {
- padding: 16upx;
- border-bottom: 1upx solid #f1f1f1;
- }
- .county {
- display: flex;
- flex-wrap: wrap;
- }
- view {
- display: block;
- }
|