|
- /* pages/component/service/index.wxss */
- .serviceIcon{
- display: block;
- width: 81rpx;
- height: 81rpx;
- position: fixed;
- top: 471rpx;
- right: 30rpx;
- }
- .maskGroup{
- position: fixed;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- background-color: rgba(000, 000, 000, 0.8);
- padding-bottom: 120rpx;
- z-index: 99;
- box-sizing: border-box;
- }
- .contentGroup{
- position: absolute;
- left: 50%;
- top: 40%;
- transform: translate(-50%,-50%);
- width:480rpx;
- height:342rpx;
- }
- .closeService{
- display: block;
- position: absolute;
- right: -32rpx;
- top: -32rpx;
- width: 37rpx;
- height: 37rpx;
- }
- .tipGroup{
- margin-top: 54rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .serviceIcon2{
- display: block;
- width: 42rpx;
- height: 45rpx;
- }
- .serviceTip{
- color: black;
- font-size:38rpx;
- margin-left: 13rpx;
- }
- .btnGroup1{
- position: absolute;
- top: 122rpx;
- left: 50%;
- transform: translateX(-50%);
- height: 68rpx;
- width: 428rpx;
- }
- .serviceText{
- font-size: 40rpx;
- line-height: 100rpx;
- color: white;
- }
- .serviceArrow{
- display: block;
- width: 21rpx;
- height: 37rpx;
- margin-left: 20rpx;
- }
- .serviceBtn{
- position: absolute;
- left: 50%;
- transform: translateX(-50%);
- top: 210rpx;
- height: 68rpx;
- width: 428rpx;
- margin: 0;
- padding: 0;
- opacity: 0;
- }
|