소스 검색

minsu page

邹能昇 1 주 전
부모
커밋
1d3130cd5f
3개의 변경된 파일24개의 추가작업 그리고 1개의 파일을 삭제
  1. 16 0
      nova-tourism/components/homestay/index.less
  2. 8 1
      nova-tourism/components/homestay/index.wxml
  3. 0 0
      nova-tourism/components/homestay/index.wxss

+ 16 - 0
nova-tourism/components/homestay/index.less

@@ -86,6 +86,22 @@
             background-image: url('https://file-cloud.fmode.cn/EbxZUK5lBI/20241121/01atf5032703958.png?imageView2/1/w/200/h/200');
             margin-top: 20rpx;
             margin-bottom: 20rpx;
+            .pic-2{
+                width: 100%;
+                height: 56rpx;
+            }
+            .pic-1{
+                width: 100%;
+                height: 66rpx;
+                padding-left: 126rpx;
+                margin-top: 4rpx;
+                .pic-1tex{
+                    font-size: 26rpx;
+                }
+                .pic-1tex2{
+                    font-size: 20rpx;
+                }
+            }
         }
         .cardbox {
             break-inside: avoid; /* 防止卡片在列之间断裂 */

+ 8 - 1
nova-tourism/components/homestay/index.wxml

@@ -20,7 +20,14 @@
     </view>
     <view class="Legendary-Information">
         <block wx:for="{{6}}">
-            <view class="picbox" wx:if="{{index==2}}">
+            <view class="picbox" wx:if="{{index==1}}">
+                <view class="pic-2"></view>
+                <block wx:for="{{3}}">
+                    <view class="pic-1">
+                        <view class="pic-1tex">望仙乡</view>
+                        <view class="pic-1tex2">35%用户选择</view>
+                    </view>
+                </block>
 
             </view>
             <view class="cardbox">

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
nova-tourism/components/homestay/index.wxss


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.