No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

41 líneas
718 B

  1. .rule{
  2. width: 100%;
  3. height: 100%;
  4. }
  5. .rule view:nth-child(1){
  6. width: 92%;
  7. height: 87rpx;
  8. padding: 0 4%;
  9. line-height: 87rpx;
  10. background: #fff;
  11. border-bottom: 1rpx solid #f5f5f5;
  12. border-top: 1rpx solid #f5f5f5;
  13. }
  14. .rule view:nth-child(1) text{
  15. font-size: 30rpx;
  16. font-weight: bold;
  17. }
  18. .rule view:nth-child(2){
  19. width: 92%;
  20. height: 400rpx;
  21. padding: 0 4%;
  22. background: #fff;
  23. display: flex;
  24. flex-direction: column;
  25. padding-top: 2%;
  26. }
  27. .rule view:nth-child(2)>text{
  28. font-size: 28rpx;
  29. color: #666;
  30. line-height: 56rpx;
  31. }
  32. .spot {
  33. width: 12rpx;
  34. height: 12rpx;
  35. display: inline-block;
  36. background: #666;
  37. margin-right: 16rpx;
  38. position: relative;
  39. bottom: 4rpx;
  40. border-radius: 50%;
  41. }