@import 'style/reset.wxss'; @import 'style/weui.wxss'; /* 模态框 */ page::after{ content: ''; position: fixed; left: 0; bottom: 0; width: 100%; height:1rpx; background: transparent; box-shadow:0rpx -2rpx 20rpx 2rpx rgba(165,165,165,0.34); z-index: 9999; } .arrow{ display:inline-block; border:6px solid transparent; border-top-color:#000; margin-left:8px; position:relative; top:6rpx; } /* ---------------------------- */ /*模态框*/ .modal{position:fixed; top:0; right:0; bottom:0; left:0; z-index:1000;} .modal-cancel{position:absolute; z-index:2000; top:0; right:0; bottom: 0; left:0; background:rgba(0,0,0,0.3);} .bottom-dialog-body{width:100%; position:absolute; z-index:3000; bottom:0; left:0;background:#dfdede;} /*动画前初始位置*/ .bottom-positon{-webkit-transform:translateY(100%);transform:translateY(100%);} /* 底部弹出框 */ .bottom-positon{ text-align: center; } .Mselect{ border-bottom: 1rpx solid #dfdede; } .Mselect view{ padding: 26rpx 0; background: #fff; } .Mselect-list{ display: flex; align-items: center; justify-content: center; } .Mselect-list .name{ width: 83rpx; font-size: 28rpx; font-family: PingFang SC; font-weight: bold; color: #333333; margin-left: 10rpx; } .Mselect-list image{ width: 62rpx; height: 62rpx; border-radius: 50%; } .Mselect view:not(:last-of-type){ border-bottom: 1rpx solid #dfdede; } .Mcancel{ background: #fff; padding: 26rpx 0; } page{ /* background-color: #fff; */ font-size: 16px; /* color: #000; */ font-family: -apple-system-font,Helvetica Neue,Helvetica,sans-serif; } .page__hd { padding: 40rpx; } .page__bd { padding-bottom: 40rpx; } .page__title { text-align: left; font-size: 40rpx; font-weight: 400; } .marR10{ margin-right: 10rpx; } .marR30{ margin-right: 30rpx; } .marT40{ margin-top: 40rpx; } .marB50{ margin-bottom: 50rpx; } .marLR30{ margin-left: 30rpx; width: 92%; } .item-footer{ bottom: 0rpx; z-index: 1000; } .item-footer button{ color: #ff8b5f; border-radius: 0rpx; font-weight: bold; } .item-footer-multi{ bottom: 0rpx; display: flex; flex-direction: row; justify-content: space-around; background-color: #fff; } /*pet info card */ .pet_card_bd{ height: 400rpx; margin-left: 30rpx; width: 92%; background-color: #fff; border-radius:20rpx; display:flex; flex-direction:row; justify-content:space-between; } .pet_card_bd_main{ width:59%; } .pet_card_bd_left{ display: flex; flex-direction: column; justify-content: space-between; padding: 50rpx 30rpx; } .pet_card_bd_left text{ font-size: 10pt; color: #ff8b5f; } .pet_card_bd_right{ padding: 30rpx 30rpx; display:flex; flex-direction:column; justify-content:space-between; } .pet_card_avatar_box{ text-align:center; } .pet_card_avatar{ position: relative; width: 180rpx; height: 180rpx; border-radius: 100%; text-align: center; } .pet_card_num{ border-radius:40rpx; width: auto; height: auto; padding: 0 10rpx; text-align: center; border: solid 1rpx #ff8b5f; } .pet_card_num text{ font-size: 8pt; color: #ff8b5f; font-weight: bold; } .pet_card_title_box { display:flex; flex-direction:row; justify-content:flex-start; align-items: flex-end; } .pet_card_title_box .pet_card_title{ font-size: 14pt; padding-top: 30rpx; padding-left: 56rpx; color: #ff8b5f; } .pet_card_title_box .pet_card_title_breed { font-size: 9pt; padding-top: 30rpx; padding-left: 50rpx; color: #ff8b5f; } .pet_card_subtitle{ display:flex; flex-direction:row; justify-content:space-between; width: 300rpx; padding-left: 30rpx; } .pet_card_bd_left_item{ display:flex; flex-direction:row; justify-content:flex-start; align-items: center; margin-bottom: 15rpx; } .pet_card_bd_left_item image{ width:14px; height:14px; margin-right: 10rpx; margin-bottom: 8rpx; } .pet_card_subtitle text{ font-size: 9pt; color: #ff8b5f; } .pet_card_subtitle_mask text{ font-size: 9pt; color: #ff8b5f; } .pet_card_subtitle_mask image{ width:13px; height:13px; margin-right: 5rpx; margin-top: 1rpx; } .pet_card_divider{ height: 30rpx; }