SpinWheel.css 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. .mblSpinWheel {
  2. position: relative;
  3. overflow: hidden;
  4. background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #313137), color-stop(0.05, #73747D), color-stop(0.07, #92939B), color-stop(0.09, #ABABB5), color-stop(0.12, #C5C6CE), color-stop(0.16, #DFE0E4), color-stop(0.22, #F4F5F6), color-stop(0.35, #FBFCFC), color-stop(0.5, #FBFCFC), color-stop(0.61, #FBFCFC), color-stop(0.61, #B4C1C7), color-stop(0.65, #FBFCFC), color-stop(0.78, #F4F5F6), color-stop(0.84, #DFE0E4), color-stop(0.88, #C5C6CE), color-stop(0.91, #ABABB5), color-stop(0.93, #92939B), color-stop(0.95, #73747D), color-stop(1, #313137));
  5. height: 200px;
  6. border-left: solid 3px #000000;
  7. border-right: solid 3px #000000;
  8. color: #000000;
  9. -webkit-border-radius: 3px;
  10. }
  11. .mblSpinWheelBar {
  12. position: absolute;
  13. top: 79px;
  14. background: -webkit-gradient(linear, left top, left bottom, from(#EDEEF2), to(#A7ADCA), color-stop(0, #EDEEF2), color-stop(0.25, #C8CADD), color-stop(0.49, #BBBFD4), color-stop(0.51, #9FA8C6), color-stop(0.81, #A2A9C7), color-stop(0.82, #A6ABC9), color-stop(1, #A7ADCA));
  15. border: solid 1px #7B8497;
  16. height: 42px;
  17. width: 100%;
  18. clear: both;
  19. -webkit-opacity: 0.6;
  20. }
  21. .mblSpinWheelDatePicker {
  22. width: 312px;
  23. }
  24. .mblSpinWheelTimePicker {
  25. width: 208px;
  26. }
  27. .mblSpinWheelSlot {
  28. position: relative;
  29. top: 0px;
  30. float: left;
  31. width: 100px;
  32. height: 100%;
  33. border-left: solid 2px #000000;
  34. border-right: solid 2px #000000;
  35. }
  36. .mblSpinWheelSlotLabel {
  37. padding: 0 8px;
  38. height: 44px;
  39. overflow: hidden;
  40. font: bold 24px/44px Helvetica,sans-serif;
  41. }
  42. .mblSpinWheelSlotLabel img{
  43. vertical-align: middle;
  44. opacity: 0.7;
  45. }
  46. .mblSpinWheelSlotLabelGray {
  47. color: #CCCCCC;
  48. }
  49. .mblSpinWheelSlotLabelBlue {
  50. color: #0959D2;
  51. }
  52. .mblSpinWheelSlotContainer {
  53. position: relative;
  54. }
  55. .mblSpinWheelSlotPanel {
  56. position: absolute;
  57. top: 0px;
  58. width: 100%;
  59. }
  60. .mblSpinWheelSlotTouch {
  61. position: absolute;
  62. top: 0px;
  63. width: 100%;
  64. height: 100%;
  65. z-index: 1;
  66. }