index.wxss 366 B

12345678910111213141516171819202122232425
  1. /* 开发者 */
  2. .section .item{
  3. overflow: hidden;
  4. width: 100%;
  5. box-sizing: border-box;
  6. }
  7. .section .title::after{
  8. content:":";
  9. display: inline-block;
  10. padding: 0 4rpx;
  11. }
  12. .section .item>view{
  13. white-space: nowrap;
  14. }
  15. .section .item .btns{
  16. display: flex;
  17. justify-content: flex-end;
  18. flex-wrap: wrap;
  19. }
  20. .section .item .lheight{
  21. line-height: 42rpx;
  22. }