C端小程序
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

83 lignes
1.2 KiB

  1. input {
  2. width:600rpx;
  3. display: inline-block;
  4. font-size: 32rpx;
  5. vertical-align: middle;
  6. margin-top: -3rpx;
  7. }
  8. .radio-group {
  9. display: inline-block;
  10. }
  11. .section {
  12. height: 100rpx;
  13. line-height: 100rpx;
  14. width: 710rpx;
  15. margin: 0 auto;
  16. border-bottom: 1px solid #eee;
  17. }
  18. .address{
  19. width: 710rpx;
  20. margin: 0 auto;
  21. border-bottom: 1px solid #eee;
  22. padding-bottom: 10rpx;
  23. }
  24. .radio{
  25. margin-right: 30rpx;
  26. }
  27. .section__title, .picker, picker {
  28. display: inline-block;
  29. font-size: 32rpx;
  30. color: #999;
  31. }
  32. radio {
  33. transform:scale(0.8);
  34. }
  35. .section__title {
  36. color: #999;
  37. }
  38. .section > text:nth-of-type(1) {
  39. font-size: 32rpx;
  40. display: inline-block;
  41. margin-right: 20rpx;
  42. }
  43. .address > text:nth-of-type(1) {
  44. font-size: 32rpx;
  45. display: inline-block;
  46. margin-right: 20rpx;
  47. }
  48. .btn{
  49. width: 400rpx;
  50. color: #fff;
  51. margin-top: 60rpx;
  52. height: 86rpx;
  53. line-height: 86rpx;
  54. text-align: center;
  55. border-radius:60rpx;
  56. background: #00c0ff;
  57. font-size: 32rpx;
  58. }
  59. .active{
  60. opacity: .6;
  61. }
  62. .sec{
  63. position: relative;
  64. }
  65. .input{
  66. position: absolute;
  67. left: 84rpx;
  68. z-index: 1000;
  69. top: 0;
  70. bottom: 0;
  71. margin: auto;
  72. background: #fff;
  73. }
  74. .names{
  75. font-size: 26rpx;
  76. line-height: 46rpx;
  77. color: #999;
  78. }