Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- /* pages/park/park.wxss */
- /* pages/jp_cp/jp_cp.wxss */
- .lf{
- float: left;
- }
- .rt{
- float: right;
- }
- .tel{
- border-bottom: 2rpx solid #ddd;
- height: 100rpx;
- line-height:100rpx;
- }
- .chepai{
- height: 200rpx;
- line-height:200rpx;
- }
- .provinces{
- overflow: hidden;
- background-color: #CED3D9;
- padding:30rpx 0;
- position: absolute;
- bottom: 0;
- left: 0;
- z-index: 10000;
- }
- .pro_li{
- font-size: 36rpx;
- height: 70rpx;
- width: 70rpx;
- line-height: 70rpx;
- text-align: center;
- border: 2rpx solid #ddd;
- margin: 5rpx;
- background-color:#fff;
- }
- .pro_close{
- width: 100rpx;
- height: 70rpx;
- line-height: 70rpx;
- font-size: 32rpx;
- text-align: center;
- background-color: #fff;
- border: 2rpx solid #ddd;
- margin: 5rpx ;
- }
- .pro_del{
- width: 100rpx;
- height: 70rpx;
- line-height: 70rpx;
- font-size: 32rpx;
- text-align: center;
- background-color: #fff;
- border: 2rpx solid #ddd;
- margin: 5rpx;
- }
- .keyNums{
- overflow: hidden;
- background-color: #CED3D9;
- padding:30rpx 0;
- position: absolute;
- bottom: 0;
- left: 0;
- z-index: 10000;
- }
- .pro_ok{
- width: 100rpx;
- height: 70rpx;
- line-height: 70rpx;
- font-size: 32rpx;
- text-align: center;
- background-color: #fff;
- border: 2rpx solid #ddd;
- margin: 5rpx ;
- /* margin-left: 35%; */
- }
- .pro_d{
- width: 100rpx;
- height: 70rpx;
- line-height: 70rpx;
- font-size: 32rpx;
- text-align: center;
- background-color: #fff;
- border: 2rpx solid #ddd;
- margin: 5rpx;
- }
|