uni.scss 854 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. /**
  2. * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
  3. * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
  4. */
  5. @import 'uview-ui/theme.scss';
  6. .wrap {
  7. margin: 0 40rpx;
  8. position: relative;
  9. }
  10. .bottom-btn-wrap {
  11. height: 155rpx;
  12. }
  13. .bottom-btn {
  14. position: fixed;
  15. left: 40rpx;
  16. right: 40rpx;
  17. bottom: 47rpx;
  18. height: 85rpx;
  19. line-height: 85rpx;
  20. background: #3397fa;
  21. box-shadow: 0px 9rpx 9rpx 0px rgba(0, 0, 0, 0.03);
  22. border-radius: 10rpx;
  23. text-align: center;
  24. font-size: 28rpx;
  25. font-weight: 500;
  26. color: #fff;
  27. letter-spacing: 1px;
  28. z-index: 99;
  29. }
  30. .bottom-btn.static {
  31. position: static;
  32. }
  33. uni-radio .uni-radio-input {
  34. border: 1px solid #000;
  35. }
  36. uni-radio .uni-radio-input:hover {
  37. border: 1px solid #000;
  38. }