aboutus.wxss 328 B

12345678910111213141516171819202122
  1. /* pages/aboutus/aboutus.wxss */
  2. page{
  3. background: #F4F6F8;
  4. }
  5. .bg{
  6. padding: 24rpx;
  7. }
  8. .bg image{
  9. position: relative;
  10. z-index: 3;
  11. }
  12. .bg view{
  13. padding:48rpx 24rpx;
  14. background: #fff;
  15. font-size: 28rpx;
  16. line-height: 48rpx;
  17. border-radius: 16px;
  18. position: relative;
  19. top: -30rpx;
  20. z-index: 2;
  21. font-weight: 500;
  22. }