page{ border-top: 2rpx solid #d6e4ef; width: 100%; } .list { width: 90%; margin: 0 auto; background: white; box-shadow:0rpx 0rpx 4rpx 4rpx rgba(224,224,224,0.68); border-radius: 10rpx; } .list>view, .service>view, .list .special { border-bottom: 1px solid #f4f4f4; padding: 26rpx 0; } .list image, .service image { height: 55rpx; width: 55rpx; vertical-align: middle; margin-right: 30rpx; } .list .iconfont, .service .iconfont { font-size: 55rpx; vertical-align: middle; } .list .name { font-size: 30rpx; } .list .gary { font-size: 24rpx; color: #999; } .list .iconfont { font-size: 55rpx; vertical-align: middle; } .flexB{ width: 90%; margin: 0 auto; } .flexB .img{ width: 55rpx; height: 55rpx; margin-left: 10rpx; } button image { width: 60rpx; height: 60rpx; vertical-align: middle; margin-right: 30rpx; } button { width: 92%; margin: 0 auto; padding: 11rpx 0rpx; line-height: normal; background: transparent; } .btn-hover { background: transparent; } .background{ width: 100%; height: 100%; background: #ccc; opacity: 0.5; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 88; } .model{ width: 500rpx; height: 430rpx; position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); display: flex; flex-direction: column; align-items: center; z-index: 99; border-radius: 20rpx; background: white; justify-content: space-between; } .model .text{ font-size: 30rpx; width: 100%; display: flex; align-items: center; justify-content: center; height: 70rpx; } .model .center{ display: flex; flex-direction: column; font-size: 28rpx; color: red; width: 92%; height: 100rpx; background: #ccc; justify-content: center; padding-left: 30rpx; box-sizing: border-box; } .model .bottom{ width: 92%; display: flex; align-items: center; justify-content: space-between; } .model .bottom .right{ display: flex; align-items: center; width: 200rpx; height: 65rpx; border: 2rpx solid #d6e4ef; } .model .bottom .right view{ display: flex; height: 100%; align-items: center; justify-content: center; box-sizing: border-box; } .model .anniu{ width: 100%; display: flex; align-items: center; border-top: 2rpx solid #ccc; } .model .anniu view{ display: flex; align-items: center; justify-content: center; width: 50%; height: 90rpx; } .model .bottom .group{ display: flex; flex-direction: column; } .model .bottom .group .weui-cell{ display: flex; padding: 10rpx 0rpx; }