57 lines
881 B
Plaintext
57 lines
881 B
Plaintext
/* packageE/others/case_library/mycomponents/service.wxss */
|
|
@import "/mycss/stylesheet.wxss";
|
|
@import "/mycss/iconfont.wxss";
|
|
|
|
.idservice .service {
|
|
position: fixed;
|
|
right: 33.6rpx;
|
|
bottom: 184rpx;
|
|
width: 70rpx;
|
|
height: 70rpx;
|
|
line-height: 70rpx;
|
|
font-size: 12px;
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
color: #fff;
|
|
background: #f15353;
|
|
}
|
|
|
|
.idservice .van-popup--center {
|
|
border-radius: 20rpx;
|
|
}
|
|
|
|
.mobile {
|
|
width: 458.88rpx;
|
|
height: 444rpx;
|
|
border-radius: 20rpx;
|
|
padding: 32rpx;
|
|
}
|
|
|
|
.mobile .close {
|
|
text-align: right;
|
|
margin-right: 30rpx;
|
|
margin-top: 30rpx;
|
|
}
|
|
|
|
.mobile .number {
|
|
text-align: center;
|
|
padding-top: 16rpx;
|
|
color: #202020;
|
|
font-size: 26rpx;
|
|
}
|
|
|
|
.mobile .img {
|
|
text-align: center;
|
|
margin-top: 56rpx;
|
|
}
|
|
|
|
.mobile .img image {
|
|
width: 210rpx;
|
|
height: 210rpx;
|
|
}
|
|
|
|
.notice-swipe {
|
|
height: 36rpx;
|
|
line-height: 36rpx;
|
|
}
|