setTime.wxss 937 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. /* pages/setTime/setTime.wxss */
  2. .switch-view {
  3. display: flex;
  4. flex-direction: row;
  5. align-items: center;
  6. justify-content: space-between;
  7. width: 600rpx;
  8. margin: 30rpx;
  9. color: #62c4d9;
  10. }
  11. switch{
  12. zoom: .7;
  13. }
  14. .picker-view {
  15. width: 500rpx;
  16. height: 300rpx;
  17. }
  18. .indicator-class {
  19. height: 100rpx;
  20. display: flex;
  21. flex-direction: row;
  22. }
  23. .mask-class {
  24. opacity: 0;
  25. }
  26. .picker-item {
  27. line-height: 100rpx;
  28. color: #62c4d9;
  29. width: 100%;
  30. text-align: center;
  31. }
  32. .list {
  33. width: 670rpx;
  34. margin: 30rpx 40rpx 30rpx 40rpx;
  35. display: flex;
  36. flex-direction: row;
  37. align-items: center;
  38. justify-content: space-between;
  39. font-size: 32rpx;
  40. color: #62c4d9;
  41. }
  42. .content {
  43. font-size: 28rpx;
  44. color: #62c4d9;
  45. width: 420rpx;
  46. display: flex;
  47. justify-content: flex-end;
  48. }
  49. .list image {
  50. width: 30rpx;
  51. height: 30rpx;
  52. }
  53. .foot-text {
  54. line-height: 50rpx;
  55. font-size: 30rpx;
  56. margin: 34rpx;
  57. color: #62c4d9;
  58. }