1234567891011121314151617181920212223 |
- /* pages/login/index.wxss */
- .index_main {
- background-image: url("https://cxzx.smcic.net/topic/tool/img/%E5%B0%91%E5%84%BF%E4%B9%A6%E7%94%BB%E5%A4%A7%E8%B5%9B/us-top.png");
- background-repeat: no-repeat;
- background-size: 100%;
- padding-top: 530rpx;
- padding-bottom: 45rpx;
- box-sizing: border-box;
- color: #A57044;
- position: relative;
- min-height: 100vh;
- }
- .user {
- width: 202rpx;
- height: 202rpx;
- position: absolute;
- top: 235rpx;
- left: 50%;
- transform: translateX(-50%);
- padding: 0;
- border-radius: 50%;
- }
|