12345678910111213141516171819202122 |
- /* pages/aboutus/aboutus.wxss */
- page{
- background: #F4F6F8;
- }
- .bg{
- padding: 24rpx;
- }
- .bg image{
- position: relative;
- z-index: 3;
- }
- .bg view{
- padding:48rpx 24rpx;
- background: #fff;
- font-size: 28rpx;
- line-height: 48rpx;
- border-radius: 16px;
- position: relative;
- top: -30rpx;
- z-index: 2;
- font-weight: 500;
- }
|