dxkOrder.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. .desc{
  2. color: rgb(176, 176, 176);
  3. margin-top: 10px;
  4. margin-bottom: 10px;
  5. display: block;
  6. }
  7. .myView{
  8. margin: 20rpx;
  9. height: 120rpx;
  10. background-color:rgb(25, 136, 249) ;
  11. border-radius: 15rpx;
  12. display: flex;
  13. align-items: center;
  14. justify-content: space-between;
  15. }
  16. .myView view{
  17. margin: 30rpx;
  18. color: aliceblue;
  19. }
  20. .mybutton{
  21. margin: 50rpx;
  22. height: 100rpx;
  23. background-color:rgb(25, 136, 249) ;
  24. border-radius: 120rpx;
  25. line-height:100rpx;
  26. text-align: center;
  27. }
  28. .mybutton view{
  29. margin: 30rpx;
  30. color: aliceblue;
  31. }
  32. .myDesc{
  33. margin: 20rpx;
  34. height: 165rpx;
  35. border-radius: 15rpx;
  36. border: 1rpx rgb(25, 136, 249) solid;
  37. }
  38. .myText{
  39. margin: 30rpx;
  40. border-radius: 15rpx;
  41. display: flex;
  42. align-items: center;
  43. justify-content: space-between;
  44. }
  45. .myInput>view{
  46. margin: 20rpx;
  47. height: 105rpx;
  48. border-radius: 15rpx;
  49. border: 1rpx rgb(25, 136, 249) solid;
  50. color: rgb(176, 176, 176);
  51. }
  52. .myInput>view>input{
  53. height: 105rpx;
  54. }
  55. .cs{
  56. padding-left: 20rpx;
  57. color: rgb(176, 176, 176);
  58. }
  59. .picker{
  60. padding-top:30rpx;
  61. padding-left: 20rpx;
  62. color: rgb(176, 176, 176);
  63. }
  64. .modal-mask{
  65. display: flex;
  66. justify-content: center;
  67. align-items: center;
  68. position: fixed;
  69. left: 0;
  70. right: 0;
  71. top: 0;
  72. bottom: 0;
  73. background-color: rgba(0, 0, 0, 0.5);
  74. z-index: 999;
  75. }
  76. .modal-dialog {
  77. width: 600rpx;
  78. height: 900rpx;
  79. overflow: hidden;
  80. position: fixed;
  81. margin: 0 auto;
  82. z-index: 9999;
  83. background: #f9f9f9;
  84. border-radius: 36rpx;
  85. }
  86. .phoneClass{
  87. margin-left: 12rpx;
  88. margin-bottom: 20rpx;
  89. width: 280rpx;
  90. height: 80rpx;
  91. line-height:80rpx;
  92. text-align: center;
  93. display: inline-block;
  94. border: 1rpx rgb(25, 136, 249) solid;
  95. border-radius: 15rpx
  96. }
  97. .phoneButton{
  98. margin: 30rpx;
  99. height: 80rpx;
  100. background-color:rgb(25, 136, 249) ;
  101. border-radius: 30rpx;
  102. line-height:80rpx;
  103. text-align: center;
  104. color:aliceblue;
  105. }
  106. .selectedPhoneClass{
  107. margin-left: 12rpx;
  108. margin-bottom: 20rpx;
  109. width: 280rpx;
  110. height: 80rpx;
  111. line-height:80rpx;
  112. text-align: center;
  113. display: inline-block;
  114. border: 1rpx rgb(25, 136, 249) solid;
  115. border-radius: 15rpx;
  116. background-color:rgb(25, 136, 249) ;
  117. color:aliceblue;
  118. }