expectedday.wxss 562 B

123456789101112131415161718192021222324252627282930313233343536
  1. .expect_title {
  2. font-size: 60rpx;
  3. line-height: 60rpx;
  4. color: #000000;
  5. text-align: center;
  6. margin: 180rpx 0 116rpx;
  7. font-weight: 500;
  8. }
  9. .expect-box {
  10. width: 480rpx;
  11. height: 78rpx;
  12. line-height: 78rpx;
  13. font-size: 29rpx;
  14. color: #484848;
  15. padding-left: 50rpx;
  16. border-radius: 40rpx;
  17. border: 2rpx solid #A0A0A0;
  18. margin: 120rpx auto 0;
  19. position: relative;
  20. }
  21. .expect-box .picker {
  22. position: relative;
  23. z-index: 10;
  24. width: 85%;
  25. box-sizing: border-box;
  26. }
  27. .picker_icon {
  28. width: 40rpx;
  29. height: 40rpx;
  30. top: 19rpx;
  31. position: absolute;
  32. right: 30rpx;
  33. }