black.wxss 470 B

1234567891011121314151617181920212223242526272829
  1. /* pages/black/black.wxss */
  2. page{
  3. padding: 20rpx;
  4. }
  5. navigator{
  6. margin-bottom: 20rpx;
  7. }
  8. navigator image{
  9. width: 50rpx;
  10. height:50rpx;
  11. border-radius: 50%;
  12. }
  13. navigator text{
  14. display: inline-block;
  15. line-height: 50rpx;
  16. margin-left: 20rpx;
  17. font-size: 28rpx;
  18. padding-bottom: 20rpx;
  19. position: relative;
  20. top: -10rpx;
  21. width: 80%;
  22. border-bottom: 1px solid #f2f2f2;
  23. }
  24. .end{
  25. text-align: center;
  26. color: #999;
  27. line-height: 50rpx;
  28. font-size: 28rpx;
  29. }