酷炫直播运营系统小程序版本

page-head.wxss 646B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .topBar{
  2. position: fixed;
  3. left: 0;
  4. top: 0rpx;
  5. width: 100%;
  6. height: 25px;
  7. color: #FFFFFF;
  8. z-index: 999;
  9. box-sizing: border-box;
  10. background: #333947;
  11. }
  12. .bg_jb{
  13. background: linear-gradient(180deg, #27282F 0%, #585C6D 100%);
  14. }
  15. .topBar_title{
  16. font-size: 32rpx;
  17. line-height: 44rpx;
  18. position: absolute;
  19. width: 50%;
  20. left: 0;
  21. right: 0;
  22. margin:auto;
  23. text-align: center;
  24. }
  25. .back {
  26. width: 80rpx;
  27. height: 40rpx;
  28. margin-left: 10rpx;
  29. position: relative;
  30. }
  31. .back_image{
  32. width: 34rpx;
  33. height: 34rpx;
  34. position: absolute;
  35. top: 50%;
  36. -webkit-transform: translateY(-50%);
  37. transform: translateY(-50%);
  38. }