123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159 |
- 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;
- }
|