demo.scss 1017 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. .u-view {
  2. padding: 40px 20px 0px 20px;
  3. &__title {
  4. font-size: 14px;
  5. color: rgb(143, 156, 162);
  6. margin-bottom: 10px;
  7. }
  8. }
  9. .hs-hzl-count{
  10. text-align: center;
  11. font-size: 20rpx;
  12. font-weight: bold;
  13. color: #FFFFFF;
  14. background-color: #ff0000;
  15. width: 35rpx;
  16. height: 35rpx;
  17. border-radius: 50%;
  18. position: absolute;
  19. }
  20. .u-block{
  21. padding: 14px;
  22. &__section{
  23. margin-bottom:10px;
  24. }
  25. &__title {
  26. margin-top:10px;
  27. font-size: 15px;
  28. color: $u-content-color;
  29. margin-bottom:10px;
  30. }
  31. &__flex{
  32. /* #ifndef APP-NVUE */
  33. display: flex;
  34. /* #endif */
  35. }
  36. }
  37. // 使用了cell组件的icon图片样式
  38. .u-cell-icon {
  39. width: 36rpx;
  40. height: 36rpx;
  41. margin-right: 8rpx;
  42. }
  43. .u-page {
  44. padding: 15px 15px 40px 15px;
  45. }
  46. .u-demo-block {
  47. flex: 1;
  48. margin-bottom: 13px;
  49. &__content {
  50. /* #ifndef APP-NVUE */
  51. display: flex;
  52. /* #endif */
  53. // flex-direction: row!important;
  54. // align-items: center;
  55. // flex-wrap: wrap;
  56. }
  57. &__title {
  58. font-size: 14px;
  59. color: rgb(143, 156, 162);
  60. margin-bottom: 8px;
  61. }
  62. }