| 123456789101112131415161718192021222324252627 |
- /* package-basic-data/pages/understand-software/understand-software.wxss */
- .background-view image{
- position: fixed;
- top: 0;
- left: 0;
- width: 100vw;
- height: 100%;
- z-index: 10;
- }
- .content{
- margin-top: 200rpx;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- border-radius: 20rpx;
- padding: 20rpx;
- background-color: #95A8CB;
- }
- .content image{
- width: 95%;
- height: auto;
- z-index: 20;
- }
|