Commit 740477828c131a7b8f294b01c87f83f002cdced6
1 parent
269f17aa
[年会抽奖-移动端]部分UI调整
Showing
1 changed file
with
2 additions
and
2 deletions
mobile.html
... | ... | @@ -45,7 +45,7 @@ |
45 | 45 | background: #fff; |
46 | 46 | box-sizing: border-box; |
47 | 47 | padding: 0 .1rem; |
48 | - border: 1px solid #FFE9CC; | |
48 | + border: 1px solid; | |
49 | 49 | border-image: linear-gradient(148deg, #FFE9CC, #FFE8BD); |
50 | 50 | border-image: -webkit-linear-gradient(148deg, #FFE9CC, #FFE8BD); |
51 | 51 | -webkit-box-shadow: 0 .04rem .24rem .04rem #F18413, 0 0 .16rem 0 #D7BDA3; |
... | ... | @@ -62,7 +62,7 @@ |
62 | 62 | .pic-img-bg {position: absolute;top: 0;left: 0;z-index: 1;width: 100%;height: 100%;background: url('./img/mobile/pic_avatar_bg.png') no-repeat;background-size: 100% 100%;} |
63 | 63 | .pic-avatar {width: 2.84rem;height: 2.84rem;border-radius: 50%;} |
64 | 64 | .pic-btn-wrap {position: absolute;bottom: 1.2rem;left: 50%;transform: translateX(-50%);width: 6.82rem;} |
65 | - .pic-btn-album {display: flex;align-items: center;justify-content: center;margin-top: .6rem;} | |
65 | + .pic-btn-album {display: flex;align-items: center;justify-content: center;margin-top: .3rem;} | |
66 | 66 | .pic-btn-album .album-text {font-size: .28rem;color: #fff;margin-right: .1rem;} |
67 | 67 | .pic-btn-album .pic-arrow {width: .32rem;height: .32rem;background: url('./img/mobile/pic_arrow.png') no-repeat;background-size: contain;} |
68 | 68 | ... | ... |