C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

67 lines
956 B

  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. .radio{
  19. margin-right: 30rpx;
  20. }
  21. .section__title, .picker, picker {
  22. display: inline-block;
  23. font-size: 32rpx;
  24. color: #999;
  25. }
  26. radio {
  27. transform:scale(0.8);
  28. }
  29. .section__title {
  30. color: #999;
  31. }
  32. .section > text:nth-of-type(1) {
  33. font-size: 32rpx;
  34. display: inline-block;
  35. margin-right: 20rpx;
  36. }
  37. .btn{
  38. width: 400rpx;
  39. color: #fff;
  40. margin-top: 60rpx;
  41. height: 86rpx;
  42. line-height: 86rpx;
  43. text-align: center;
  44. border-radius:60rpx;
  45. background: #00c0ff;
  46. font-size: 32rpx;
  47. }
  48. .active{
  49. opacity: .6;
  50. }
  51. .sec{
  52. position: relative;
  53. }
  54. .input{
  55. position: absolute;
  56. left: 84rpx;
  57. z-index: 1000;
  58. top: 0;
  59. bottom: 0;
  60. margin: auto;
  61. background: #fff;
  62. }