You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- /* 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;
- }
|