| ¶Ô±ÈÐÂÎļþ |
| | |
| | | |
| | | page { |
| | | background-color: #F8F9FB; |
| | | } |
| | | |
| | | @charset "UTF-8"; |
| | | /** |
| | | * è¿éæ¯uni-appå
ç½®çå¸¸ç¨æ ·å¼åé |
| | | * |
| | | * uni-app 宿¹æ©å±æä»¶åæä»¶å¸åºï¼https://ext.dcloud.net.cnï¼ä¸å¾å¤ä¸æ¹æä»¶å使ç¨äºè¿äºæ ·å¼åé |
| | | * å¦æä½ æ¯æä»¶å¼åè
ï¼å»ºè®®ä½ 使ç¨scssé¢å¤çï¼å¹¶å¨æä»¶ä»£ç ä¸ç´æ¥ä½¿ç¨è¿äºåéï¼æ é import è¿ä¸ªæä»¶ï¼ï¼æ¹ä¾¿ç¨æ·éè¿æç§¯æ¨çæ¹å¼å¼åæ´ä½é£æ ¼ä¸è´çApp |
| | | * |
| | | */ |
| | | /** |
| | | * å¦æä½ æ¯Appå¼åè
ï¼æä»¶ä½¿ç¨è
ï¼ï¼ä½ å¯ä»¥éè¿ä¿®æ¹è¿äºå鿥å®å¶èªå·±çæä»¶ä¸»é¢ï¼å®ç°èªå®ä¹ä¸»é¢åè½ |
| | | * |
| | | * å¦æä½ ç项ç®åæ ·ä½¿ç¨äºscssé¢å¤çï¼ä½ ä¹å¯ä»¥ç´æ¥å¨ä½ ç scss 代ç ä¸ä½¿ç¨å¦ä¸åéï¼åæ¶æ é import è¿ä¸ªæä»¶ |
| | | */ |
| | | /* uni.scss */ |
| | | /* é¢è²åé */ |
| | | /* è¡ä¸ºç¸å
³é¢è² */ |
| | | /* æååºæ¬é¢è² */ |
| | | /* èæ¯é¢è² */ |
| | | /* è¾¹æ¡é¢è² */ |
| | | /* 尺寸åé */ |
| | | /* æå尺寸 */ |
| | | /* å¾ç尺寸 */ |
| | | /* Border Radius */ |
| | | /* æ°´å¹³é´è· */ |
| | | /* åç´é´è· */ |
| | | /* éæåº¦ */ |
| | | /* æç« åºæ¯ç¸å
³ */ |
| | | .input-c.data-v-5d688905 { |
| | | display: flex; |
| | | flex-direction: column; |
| | | margin-top: 32rpx; |
| | | } |
| | | .input-c .input-label.data-v-5d688905 { |
| | | font-weight: 600; |
| | | margin-top: 32rpx; |
| | | font-size: 30rpx; |
| | | color: #222222; |
| | | line-height: 42rpx; |
| | | text-align: left; |
| | | font-style: normal; |
| | | } |
| | | .input-c .input-tip.data-v-5d688905 { |
| | | font-weight: 400; |
| | | font-size: 24rpx; |
| | | color: #999999; |
| | | line-height: 34rpx; |
| | | text-align: left; |
| | | font-style: normal; |
| | | } |
| | | .input-c .upload-row.data-v-5d688905 { |
| | | margin-top: 16rpx; |
| | | display: flex; |
| | | align-items: flex-start; |
| | | gap: 10rpx; |
| | | margin-bottom: 22rpx; |
| | | } |
| | | .input-c .upload-box.data-v-5d688905, |
| | | .input-c .photo-box.data-v-5d688905 { |
| | | width: 122rpx; |
| | | height: 122rpx; |
| | | border-radius: 0; |
| | | overflow: hidden; |
| | | position: relative; |
| | | box-sizing: border-box; |
| | | } |
| | | .input-c .upload-box.data-v-5d688905 { |
| | | border: 1rpx dashed #c8ccd4; |
| | | display: flex; |
| | | flex-direction: column; |
| | | align-items: center; |
| | | justify-content: center; |
| | | } |
| | | .input-c .upload-plus.data-v-5d688905 { |
| | | font-size: 54rpx; |
| | | line-height: 1; |
| | | color: #999999; |
| | | } |
| | | .input-c .upload-text.data-v-5d688905 { |
| | | margin-top: 8rpx; |
| | | font-size: 24rpx; |
| | | color: #999999; |
| | | } |
| | | .input-c .photo-image.data-v-5d688905 { |
| | | width: 100%; |
| | | height: 100%; |
| | | } |
| | | .input-c .photo-delete.data-v-5d688905 { |
| | | position: absolute; |
| | | left: 0; |
| | | right: 0; |
| | | bottom: 0; |
| | | height: 32rpx; |
| | | line-height: 32rpx; |
| | | text-align: center; |
| | | font-size: 22rpx; |
| | | color: #ffffff; |
| | | background: rgba(0, 0, 0, 0.45); |
| | | } |
| | | .input-c .textarea-box.data-v-5d688905 { |
| | | background: #f6f8fb; |
| | | border-radius: 18rpx; |
| | | padding: 18rpx 18rpx 16rpx; |
| | | box-sizing: border-box; |
| | | } |
| | | .input-c .textarea-placeholder-wrap.data-v-5d688905 { |
| | | display: flex; |
| | | align-items: flex-start; |
| | | } |
| | | .input-c .textarea-icon.data-v-5d688905 { |
| | | width: 26rpx; |
| | | height: 26rpx; |
| | | border: 2rpx solid #b9bec7; |
| | | margin-top: 8rpx; |
| | | margin-right: 12rpx; |
| | | box-sizing: border-box; |
| | | position: relative; |
| | | } |
| | | .input-c .textarea-icon.data-v-5d688905::before, |
| | | .input-c .textarea-icon.data-v-5d688905::after { |
| | | content: ''; |
| | | position: absolute; |
| | | background: #b9bec7; |
| | | } |
| | | .input-c .textarea-icon.data-v-5d688905::before { |
| | | width: 20rpx; |
| | | height: 2rpx; |
| | | left: 2rpx; |
| | | top: 11rpx; |
| | | -webkit-transform: rotate(-45deg); |
| | | transform: rotate(-45deg); |
| | | } |
| | | .input-c .textarea-icon.data-v-5d688905::after { |
| | | width: 2rpx; |
| | | height: 12rpx; |
| | | right: 4rpx; |
| | | top: 3rpx; |
| | | -webkit-transform: rotate(-45deg); |
| | | transform: rotate(-45deg); |
| | | } |
| | | .input-c .textarea.data-v-5d688905 { |
| | | flex: 1; |
| | | min-height: 260rpx; |
| | | font-size: 28rpx; |
| | | line-height: 1.6; |
| | | color: #333333; |
| | | background: transparent; |
| | | } |
| | | .input-c .textarea-placeholder.data-v-5d688905 { |
| | | font-size: 28rpx; |
| | | color: #b9bec7; |
| | | } |
| | | .input-c .textarea-count.data-v-5d688905 { |
| | | display: block; |
| | | margin-top: 8rpx; |
| | | text-align: right; |
| | | font-size: 20rpx; |
| | | color: #999999; |
| | | } |
| | | .detail.data-v-5d688905 { |
| | | width: 100%; |
| | | } |
| | | .detail .tips.data-v-5d688905 { |
| | | width: 100%; |
| | | height: 80rpx; |
| | | padding: 0 30rpx; |
| | | box-sizing: border-box; |
| | | background: #FFE9E9; |
| | | position: fixed; |
| | | bottom: calc(30rpx + env(safe-area-inset-bottom)); |
| | | left: 0; |
| | | display: flex; |
| | | align-items: center; |
| | | } |
| | | .detail .tips image.data-v-5d688905 { |
| | | width: 28rpx; |
| | | height: 28rpx; |
| | | margin-right: 16rpx; |
| | | } |
| | | .detail .tips text.data-v-5d688905 { |
| | | font-weight: 400; |
| | | font-size: 26rpx; |
| | | color: #FF0000; |
| | | } |
| | | .detail .footer.data-v-5d688905 { |
| | | width: 100%; |
| | | position: fixed; |
| | | bottom: 0; |
| | | left: 0; |
| | | padding: 0 30rpx; |
| | | box-sizing: border-box; |
| | | display: flex; |
| | | flex-direction: column; |
| | | z-index: 9; |
| | | background-color: #ffffff; |
| | | } |
| | | .detail .footer .footer-btns.data-v-5d688905 { |
| | | width: 100%; |
| | | height: 100rpx; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: flex-end; |
| | | } |
| | | .detail .footer .footer-btns .kong.data-v-5d688905 { |
| | | border: 1rpx solid #B2B2B2; |
| | | font-weight: 400; |
| | | font-size: 28rpx; |
| | | color: #666666; |
| | | } |
| | | .detail .footer .footer-btns .you.data-v-5d688905 { |
| | | background: #10B2FA; |
| | | font-weight: 400; |
| | | font-size: 28rpx; |
| | | color: #FFFFFF; |
| | | } |
| | | .detail .footer .footer-btns .btn.data-v-5d688905 { |
| | | width: 160rpx; |
| | | height: 64rpx; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | border-radius: 32rpx; |
| | | margin-left: 20rpx; |
| | | } |
| | | .detail .head0.data-v-5d688905 { |
| | | background: #1ba8fa; |
| | | } |
| | | .detail .head1.data-v-5d688905 { |
| | | background: #E4730B; |
| | | } |
| | | .detail .head.data-v-5d688905 { |
| | | width: 100%; |
| | | padding: 0 30rpx; |
| | | box-sizing: border-box; |
| | | position: fixed; |
| | | top: 0; |
| | | left: 0; |
| | | z-index: 9; |
| | | } |
| | | .detail .head .head-nav.data-v-5d688905 { |
| | | width: 100%; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: space-between; |
| | | } |
| | | .detail .head .head-nav image.data-v-5d688905 { |
| | | width: 48rpx; |
| | | height: 48rpx; |
| | | } |
| | | .detail .head .head-nav text.data-v-5d688905 { |
| | | font-weight: 500; |
| | | font-size: 32rpx; |
| | | color: #FFFFFF; |
| | | } |
| | | .detail .nr.data-v-5d688905 { |
| | | width: 100%; |
| | | height: 264rpx; |
| | | padding: 22rpx 30rpx; |
| | | box-sizing: border-box; |
| | | } |
| | | .detail .nr .nr-status.data-v-5d688905 { |
| | | display: flex; |
| | | align-items: baseline; |
| | | } |
| | | .detail .nr .nr-status text.data-v-5d688905 { |
| | | font-weight: 600; |
| | | font-size: 36rpx; |
| | | color: #FFFFFF; |
| | | margin-right: 16rpx; |
| | | } |
| | | .detail .nr .nr-status .nr-status-type.data-v-5d688905 { |
| | | width: 154rpx; |
| | | height: 38rpx; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | background: #FFFFFF; |
| | | border-radius: 8rpx; |
| | | font-weight: 400; |
| | | font-size: 24rpx; |
| | | color: #FA8010; |
| | | } |
| | | .detail .nr .nr-status .nr-status-type1.data-v-5d688905 { |
| | | width: 158rpx; |
| | | height: 38rpx; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | background: #FFFFFF; |
| | | border-radius: 8rpx; |
| | | font-weight: 400; |
| | | font-size: 24rpx; |
| | | color: #10B2FA; |
| | | margin-left: 16rpx; |
| | | } |
| | | .detail .nr .nr-desc.data-v-5d688905 { |
| | | font-weight: 400; |
| | | font-size: 26rpx; |
| | | color: #FFFFFF; |
| | | margin-top: 12rpx; |
| | | } |
| | | .detail .nr .item.data-v-5d688905 { |
| | | width: 100%; |
| | | padding: 30rpx; |
| | | box-sizing: border-box; |
| | | background: #FFFFFF; |
| | | border-radius: 16rpx; |
| | | margin-top: 30rpx; |
| | | } |
| | | .detail .nr .item map.data-v-5d688905 { |
| | | width: 100%; |
| | | height: 362rpx; |
| | | border-radius: 16rpx; |
| | | } |
| | | .detail .nr .item .addr.data-v-5d688905 { |
| | | width: 100%; |
| | | display: flex; |
| | | flex-direction: column; |
| | | } |
| | | .detail .nr .item .addr .addr-link.data-v-5d688905 { |
| | | position: absolute; |
| | | top: 10rpx; |
| | | right: 0px; |
| | | display: inline-block; |
| | | } |
| | | .detail .nr .item .addr .addr-item.data-v-5d688905 { |
| | | padding-left: 58rpx; |
| | | box-sizing: border-box; |
| | | position: relative; |
| | | margin-bottom: 40rpx; |
| | | } |
| | | .detail .nr .item .addr .addr-item.data-v-5d688905:last-child { |
| | | margin-bottom: 0 !important; |
| | | } |
| | | .detail .nr .item .addr .addr-item .txt-d.data-v-5d688905 { |
| | | font-weight: 400 !important; |
| | | font-size: 30rpx !important; |
| | | color: #333333; |
| | | line-height: 42rpx; |
| | | text-align: left; |
| | | font-style: normal; |
| | | } |
| | | .detail .nr .item .addr .addr-item .txt-d1.data-v-5d688905 { |
| | | font-weight: 400 !important; |
| | | font-size: 26rpx !important; |
| | | color: #333333; |
| | | line-height: 36rpx; |
| | | text-align: left; |
| | | font-style: normal; |
| | | } |
| | | .detail .nr .item .addr .addr-item image.data-v-5d688905 { |
| | | width: 22rpx; |
| | | margin-left: 22rpx; |
| | | } |
| | | .detail .nr .item .addr .addr-item .bg.data-v-5d688905 { |
| | | background: #10B2FA; |
| | | } |
| | | .detail .nr .item .addr .addr-item .bg1.data-v-5d688905 { |
| | | background-color: #FA8010; |
| | | } |
| | | .detail .nr .item .addr .addr-item .xiantiao.data-v-5d688905 { |
| | | width: 2rpx; |
| | | height: 100%; |
| | | position: absolute; |
| | | top: 24px; |
| | | left: 20rpx; |
| | | border-right: 2rpx dashed #E5E5E5; |
| | | } |
| | | .detail .nr .item .addr .addr-item .ji.data-v-5d688905 { |
| | | position: absolute; |
| | | top: 10rpx; |
| | | left: 4rpx; |
| | | width: 40rpx; |
| | | height: 40rpx; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | border-radius: 50%; |
| | | font-weight: 400; |
| | | font-size: 26rpx; |
| | | color: #FFFFFF; |
| | | } |
| | | .detail .nr .item .addr .addr-item text.data-v-5d688905 { |
| | | font-weight: 400; |
| | | font-size: 24rpx; |
| | | color: #999999; |
| | | margin-top: 10rpx; |
| | | } |
| | | .detail .nr .item .addr .addr-item .addr-item-top.data-v-5d688905 { |
| | | display: flex; |
| | | align-items: center; |
| | | } |
| | | .detail .nr .item .addr .addr-item .addr-item-top text.data-v-5d688905 { |
| | | font-weight: 600; |
| | | font-size: 30rpx; |
| | | color: #222222; |
| | | } |
| | | .detail .nr .item .addr .addr-item .addr-item-top image.data-v-5d688905 { |
| | | width: 13rpx; |
| | | margin-left: 12rpx; |
| | | } |
| | | .detail .nr .item .xl.data-v-5d688905 { |
| | | width: 100%; |
| | | } |
| | | .detail .nr .item .xl .xl-item.data-v-5d688905 { |
| | | width: 100%; |
| | | margin-bottom: 26rpx; |
| | | } |
| | | .detail .nr .item .xl .xl-item.data-v-5d688905:last-child { |
| | | margin: 0 !important; |
| | | } |
| | | .detail .nr .item .xl .xl-item .xl-item-top.data-v-5d688905 { |
| | | width: 100%; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: space-between; |
| | | } |
| | | .detail .nr .item .xl .xl-item .xl-item-top text.data-v-5d688905 { |
| | | font-weight: 600; |
| | | font-size: 28rpx; |
| | | color: #333333; |
| | | } |
| | | .detail .nr .item .xl .xl-item .xl-item-bottom.data-v-5d688905 { |
| | | width: 100%; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: space-between; |
| | | margin-top: 12rpx; |
| | | } |
| | | .detail .nr .item .xl .xl-item .xl-item-bottom text.data-v-5d688905 { |
| | | font-weight: 400; |
| | | font-size: 24rpx; |
| | | color: #8C939F; |
| | | } |
| | | .detail .nr .item .comment.data-v-5d688905 { |
| | | width: 100%; |
| | | display: flex; |
| | | flex-direction: column; |
| | | } |
| | | .detail .nr .item .comment .comment-top.data-v-5d688905 { |
| | | width: 100%; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: space-between; |
| | | } |
| | | .detail .nr .item .comment .comment-top text.data-v-5d688905:nth-child(1) { |
| | | font-weight: 600; |
| | | font-size: 30rpx; |
| | | color: #222222; |
| | | } |
| | | .detail .nr .item .comment .comment-top text.data-v-5d688905:nth-child(2) { |
| | | font-weight: 500; |
| | | font-size: 36rpx; |
| | | color: #FE2C2E; |
| | | } |
| | | .detail .nr .item .comment .comment-top text.data-v-5d688905:nth-child(2):before { |
| | | content: "ï¿¥"; |
| | | font-weight: 500; |
| | | font-size: 24rpx; |
| | | color: #FE2C2E; |
| | | } |
| | | .detail .nr .item .comment .comment-score.data-v-5d688905 { |
| | | font-size: 28rpx; |
| | | color: #333333; |
| | | margin: 10rpx 0; |
| | | display: flex; |
| | | width: 100%; |
| | | } |
| | | .detail .nr .item .comment .comment-score .score-item.data-v-5d688905 { |
| | | flex: 1; |
| | | margin: 20rpx 0; |
| | | } |
| | | .detail .nr .item .comment .comment-row.data-v-5d688905 { |
| | | display: flex; |
| | | flex-wrap: wrap; |
| | | } |
| | | .detail .nr .item .comment .comment-row .comment-image.data-v-5d688905 { |
| | | margin: 10rpx; |
| | | width: 100rpx; |
| | | height: 100rpx; |
| | | border-radius: 8rpx; |
| | | border: 1px solid #f2f2f2; |
| | | overflow: hidden; |
| | | } |
| | | .detail .nr .item .comment .comment-row .comment-image image.data-v-5d688905 { |
| | | width: 100%; |
| | | } |
| | | .detail .nr .item .tuikuan.data-v-5d688905 { |
| | | width: 100%; |
| | | display: flex; |
| | | flex-direction: column; |
| | | } |
| | | .detail .nr .item .tuikuan .tuikuan-top.data-v-5d688905 { |
| | | width: 100%; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: space-between; |
| | | } |
| | | .detail .nr .item .tuikuan .tuikuan-top text.data-v-5d688905:nth-child(1) { |
| | | font-weight: 600; |
| | | font-size: 30rpx; |
| | | color: #222222; |
| | | } |
| | | .detail .nr .item .tuikuan .tuikuan-top text.data-v-5d688905:nth-child(2) { |
| | | font-weight: 500; |
| | | font-size: 36rpx; |
| | | color: #FE2C2E; |
| | | } |
| | | .detail .nr .item .tuikuan .tuikuan-top text.data-v-5d688905:nth-child(2):before { |
| | | content: "ï¿¥"; |
| | | font-weight: 500; |
| | | font-size: 24rpx; |
| | | color: #FE2C2E; |
| | | } |
| | | .detail .nr .item .tuikuan .tuikuan-bottom.data-v-5d688905 { |
| | | width: 100%; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: space-between; |
| | | margin-top: 8rpx; |
| | | } |
| | | .detail .nr .item .tuikuan .tuikuan-bottom text.data-v-5d688905 { |
| | | font-weight: 400; |
| | | font-size: 24rpx; |
| | | color: #666666; |
| | | } |
| | | .detail .nr .item .item-qrcode.data-v-5d688905 { |
| | | width: 100%; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | flex-direction: column; |
| | | margin-top: 40rpx; |
| | | } |
| | | .detail .nr .item .item-qrcode image.data-v-5d688905 { |
| | | width: 360rpx; |
| | | height: 360rpx; |
| | | } |
| | | .detail .nr .item .item-qrcode text.data-v-5d688905:nth-child(2) { |
| | | font-weight: 600; |
| | | font-size: 36rpx; |
| | | color: #222222; |
| | | margin-top: 12rpx; |
| | | } |
| | | .detail .nr .item .item-qrcode text.data-v-5d688905:nth-child(3) { |
| | | font-weight: 400; |
| | | font-size: 26rpx; |
| | | color: #999999; |
| | | margin-top: 12rpx; |
| | | } |
| | | .detail .nr .item .item-x.data-v-5d688905 { |
| | | width: 100%; |
| | | height: 1rpx; |
| | | margin: 30rpx 0; |
| | | background-color: #E5E5E5; |
| | | } |
| | | .detail .nr .item .item-title.data-v-5d688905 { |
| | | font-weight: 600; |
| | | font-size: 30rpx; |
| | | color: #222222; |
| | | } |
| | | .detail .nr .item .item-infos.data-v-5d688905 { |
| | | width: 100%; |
| | | margin-top: 18rpx; |
| | | } |
| | | .detail .nr .item .item-infos .item-infos-item.data-v-5d688905 { |
| | | width: 100%; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: space-between; |
| | | margin-bottom: 20rpx; |
| | | } |
| | | .detail .nr .item .item-infos .item-infos-item.data-v-5d688905:last-child { |
| | | margin: 0 !important; |
| | | } |
| | | .detail .nr .item .item-infos .item-infos-item .item-infos-item-left.data-v-5d688905 { |
| | | font-weight: 400; |
| | | font-size: 24rpx; |
| | | color: #999999; |
| | | } |
| | | .detail .nr .item .item-infos .item-infos-item .item-infos-item-right.data-v-5d688905 { |
| | | display: flex; |
| | | align-items: center; |
| | | } |
| | | .detail .nr .item .item-infos .item-infos-item .item-infos-item-right text.data-v-5d688905 { |
| | | font-weight: 400; |
| | | font-size: 24rpx; |
| | | color: #666666; |
| | | } |
| | | .detail .nr .item .item-infos .item-infos-item .item-infos-item-right image.data-v-5d688905 { |
| | | width: 24rpx; |
| | | margin-left: 16rpx; |
| | | } |
| | | .detail .nr .item .item-list.data-v-5d688905 { |
| | | width: 100%; |
| | | } |
| | | .detail .nr .item .item-list .item-list-row.data-v-5d688905 { |
| | | width: 100%; |
| | | margin-bottom: 24rpx; |
| | | display: flex; |
| | | align-items: flex-start; |
| | | justify-content: space-between; |
| | | } |
| | | .detail .nr .item .item-list .item-list-row.data-v-5d688905:last-child { |
| | | margin-bottom: 0 !important; |
| | | } |
| | | .detail .nr .item .item-list .item-list-row .item-form-label.data-v-5d688905 { |
| | | width: 300rpx; |
| | | flex-shrink: 0; |
| | | font-weight: 400; |
| | | font-size: 26rpx; |
| | | color: #666666; |
| | | } |
| | | .detail .nr .item .item-list .item-list-row .item-form-val.data-v-5d688905 { |
| | | font-weight: 400; |
| | | font-size: 26rpx; |
| | | color: #333333; |
| | | } |
| | | .detail .nr .item .item-list .item-list-row .price.data-v-5d688905:before { |
| | | content: "ï¿¥"; |
| | | font-weight: 400; |
| | | font-size: 24rpx; |
| | | color: #FE2C2E; |
| | | } |
| | | .detail .nr .item .item-list .item-list-row .item-form-list.data-v-5d688905 { |
| | | max-width: 360rpx; |
| | | display: flex; |
| | | flex-wrap: wrap; |
| | | align-items: center; |
| | | justify-content: space-between; |
| | | } |
| | | .detail .nr .item .item-list .item-list-row .item-form-list .item-form-list-row.data-v-5d688905 { |
| | | width: 88rpx; |
| | | height: 88rpx; |
| | | border-radius: 8rpx; |
| | | overflow: hidden; |
| | | } |
| | | .detail .nr .item .item-list .item-list-row .item-form-list .item-form-list-row image.data-v-5d688905 { |
| | | width: 100%; |
| | | } |
| | | |