C端小程序
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.

87 wiersze
1.3 KiB

  1. /* pages/park/park.wxss */
  2. /* pages/jp_cp/jp_cp.wxss */
  3. .lf{
  4. float: left;
  5. }
  6. .rt{
  7. float: right;
  8. }
  9. .tel{
  10. border-bottom: 2rpx solid #ddd;
  11. height: 100rpx;
  12. line-height:100rpx;
  13. }
  14. .chepai{
  15. height: 200rpx;
  16. line-height:200rpx;
  17. }
  18. .provinces{
  19. overflow: hidden;
  20. background-color: #CED3D9;
  21. padding:30rpx 0;
  22. position: absolute;
  23. bottom: 0;
  24. left: 0;
  25. z-index: 10000;
  26. }
  27. .pro_li{
  28. font-size: 36rpx;
  29. height: 70rpx;
  30. width: 70rpx;
  31. line-height: 70rpx;
  32. text-align: center;
  33. border: 2rpx solid #ddd;
  34. margin: 5rpx;
  35. background-color:#fff;
  36. }
  37. .pro_close{
  38. width: 100rpx;
  39. height: 70rpx;
  40. line-height: 70rpx;
  41. font-size: 32rpx;
  42. text-align: center;
  43. background-color: #fff;
  44. border: 2rpx solid #ddd;
  45. margin: 5rpx ;
  46. }
  47. .pro_del{
  48. width: 100rpx;
  49. height: 70rpx;
  50. line-height: 70rpx;
  51. font-size: 32rpx;
  52. text-align: center;
  53. background-color: #fff;
  54. border: 2rpx solid #ddd;
  55. margin: 5rpx;
  56. }
  57. .keyNums{
  58. overflow: hidden;
  59. background-color: #CED3D9;
  60. padding:30rpx 0;
  61. position: absolute;
  62. bottom: 0;
  63. left: 0;
  64. z-index: 10000;
  65. }
  66. .pro_ok{
  67. width: 100rpx;
  68. height: 70rpx;
  69. line-height: 70rpx;
  70. font-size: 32rpx;
  71. text-align: center;
  72. background-color: #fff;
  73. border: 2rpx solid #ddd;
  74. margin: 5rpx ;
  75. /* margin-left: 35%; */
  76. }
  77. .pro_d{
  78. width: 100rpx;
  79. height: 70rpx;
  80. line-height: 70rpx;
  81. font-size: 32rpx;
  82. text-align: center;
  83. background-color: #fff;
  84. border: 2rpx solid #ddd;
  85. margin: 5rpx;
  86. }