index.scss 216 B

123456789101112
  1. /* components/My_form/index.wxss */
  2. .section {
  3. width: 100%;
  4. height: 100%;
  5. .picker {
  6. position: absolute;
  7. right: 0;
  8. top: 0;
  9. color: rgba($color: #000000, $alpha: .3);
  10. }
  11. }