C端小程序
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

92 行
1.3 KiB

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