一体机放大效果开发
This commit is contained in:
@@ -129,14 +129,14 @@ function changeSwiperMsgType(e) {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
.container-header {
|
||||
height: calc(88rpx - 14rpx);
|
||||
height: calc(88rpx - 21rpx);
|
||||
text-align: center;
|
||||
line-height: calc(88rpx - 14rpx);
|
||||
font-size: 32rpx;
|
||||
line-height: calc(88rpx - 21rpx);
|
||||
font-size: 48rpx;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
padding: 16rpx 44rpx 36rpx 44rpx;
|
||||
padding: 24rpx 66rpx 54rpx 66rpx;
|
||||
background: url('@/static/icon/msgTopbg.png') 0 0 no-repeat;
|
||||
background-size: 100% 100%;
|
||||
.header-title {
|
||||
@@ -150,24 +150,24 @@ function changeSwiperMsgType(e) {
|
||||
align-items: center;
|
||||
width: calc(60rpx * 3);
|
||||
font-weight: 500;
|
||||
font-size: 40rpx;
|
||||
font-size: 60rpx;
|
||||
color: #696969;
|
||||
margin-right: 44rpx;
|
||||
margin-right: 66rpx;
|
||||
position: relative;
|
||||
.btns-wd{
|
||||
position: absolute
|
||||
top: 2rpx;
|
||||
right: 2rpx
|
||||
width: 16rpx;
|
||||
height: 16rpx;
|
||||
top: 3rpx;
|
||||
right: 3rpx
|
||||
width: 24rpx;
|
||||
height: 24rpx;
|
||||
background: #F73636;
|
||||
border-radius: 50%;
|
||||
border: 4rpx solid #EEEEFF;
|
||||
border: 6rpx solid #EEEEFF;
|
||||
}
|
||||
}
|
||||
.active {
|
||||
font-weight: 600;
|
||||
font-size: 40rpx;
|
||||
font-size: 60rpx;
|
||||
color: #000000;
|
||||
}
|
||||
}
|
||||
@@ -183,7 +183,7 @@ function changeSwiperMsgType(e) {
|
||||
height: 100%;
|
||||
}
|
||||
.scrollmain{
|
||||
padding: 28rpx
|
||||
padding: 42rpx
|
||||
}
|
||||
.swiper
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user