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.

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