|
123456789101112131415161718192021222324252627282930313233 |
- /* pages/apply/index.wxss */
- .inComeUnit{
- border:1px solid #ddd;
- width:90%;
- margin:0 auto;
-
- }
- .top{
- display: flex;
- width: 94%;
- margin: 0 auto;
- background-color: #ffffff;
- border-radius: 10px;
- margin-top: 3vw;
- overflow: hidden;
- }
- .top view{
- padding: 18px 15px;
- align-items: center;
- justify-content: center;
- position: relative;
- }
- .top image{
- position: absolute;
- width: 94%;
- }
- .top-title{
- flex: 1;
- text-align: center;
- }
- .top-tit{
- color: #fff;
- }
|