InfoType.wxss 415 B

1234567891011121314151617181920212223242526272829
  1. .container1 {
  2. background: #fafafa;
  3. height: 100vh;
  4. width: 750prx;
  5. padding-top: 20rpx;
  6. }
  7. .a1 {
  8. background: #fff;
  9. height: 80rpx;
  10. line-height: 80rpx;
  11. width: 650rpx;
  12. margin-left: 50rpx;
  13. margin-top: 20rpx;
  14. font-size: 28rpx;
  15. text-indent: 20rpx;
  16. border-radius: 10rpx;
  17. }
  18. .left {
  19. float: left;
  20. }
  21. .right {
  22. float: right;
  23. /* line-height: 80rpx; */
  24. margin-right: 20rpx;
  25. margin-top: 25rpx;
  26. }