|
- /* pages/component/service/index.wxss */
- .serviceIcon{
- display: block;
- width: 93rpx;
- height: 94rpx;
- position: fixed;
- top: 385rpx;
- right: 30rpx;
- }
- .maskGroup{
- position: fixed;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- background-color: rgba(000, 000, 000, 0.8);
- }
- .contentGroup{
- position: absolute;
- left: 50%;
- top: 277rpx;
- transform: translateX(-50%);
- width:596rpx;
- height:425rpx;
- background-color: white;
- border-radius: 10rpx;
- }
- .closeService{
- display: block;
- position: absolute;
- left: 50%;
- top: 740rpx;
- transform: translateX(-50%);
- width: 73rpx;
- height: 73rpx;
- }
- .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;
- }
- .btnGroup{
- position: relative;
- height: 100rpx;
- width: 530rpx;
- background-color: #005BFF;
- display: flex;
- align-items: center;
- justify-content: center;
- margin: 0 auto;
- border-radius: 10rpx;
- margin-top: 40rpx;
- overflow: hidden;
- }
- .serviceText{
- font-size: 40rpx;
- line-height: 100rpx;
- color: white;
- }
- .serviceArrow{
- display: block;
- width: 21rpx;
- height: 37rpx;
- margin-left: 20rpx;
- }
- .serviceBtn{
- position: absolute;
- left: 0;
- top: 0;
- height: 100%;
- background-color: black;
- margin: 0;
- padding: 0;
- opacity: 0;
- }
|