bus-detail.wxss 220 B

12345678910111213141516
  1. /* pages/bus-detail/bus-detail.wxss */
  2. .description {
  3. font-size: 26rpx;
  4. padding: 15rpx 30rpx;
  5. text-align: center;
  6. }
  7. .description text {
  8. text-align: left;
  9. }
  10. .empty {
  11. font-size: 24rpx;
  12. text-align: center;
  13. }