|
1 | 1 | <!-- |
2 | 2 | * @Author: weisheng |
3 | 3 | * @Date: 2023-06-13 11:47:12 |
4 | | - * @LastEditTime: 2023-08-11 18:49:11 |
5 | | - * @LastEditors: weisheng |
| 4 | + * @LastEditTime: 2025-01-10 14:52:40 |
| 5 | + * @LastEditors: 810505339 |
6 | 6 | * @Description: |
7 | 7 | * @FilePath: \wot-design-uni\src\pages\card\Index.vue |
8 | 8 | * 记得注释 |
|
36 | 36 | </template> |
37 | 37 | </wd-card> |
38 | 38 | </demo-block> |
| 39 | + <demo-block title="去除footer" transparent> |
| 40 | + <wd-card title="网名" type="rectangle"> |
| 41 | + <view> |
| 42 | + <image |
| 43 | + src="https://avatars.githubusercontent.com/u/26426873?v=4" |
| 44 | + alt="joy" |
| 45 | + style="width: 40px; height: 40px; border-radius: 4px; margin-right: 12px" |
| 46 | + /> |
| 47 | + 大家好,我叫摸鱼 |
| 48 | + </view> |
| 49 | + </wd-card> |
| 50 | + <wd-card type="rectangle"> |
| 51 | + <template #title> |
| 52 | + <view class="title"> |
| 53 | + <view>2020-02-03服务到期</view> |
| 54 | + <view class="title-tip"> |
| 55 | + <wd-icon name="warning" size="14px" custom-style="vertical-align: bottom" /> |
| 56 | + 您可以去电脑上使用该服务 |
| 57 | + </view> |
| 58 | + </view> |
| 59 | + </template> |
| 60 | + |
| 61 | + <view style="height: 40px" class="content"> |
| 62 | + <image |
| 63 | + src="https://img11.360buyimg.com/imagetools/jfs/t1/143248/37/5695/265818/5f3a8546E98d998a4/745897ca9c9e474b.jpg" |
| 64 | + width="40" |
| 65 | + height="40" |
| 66 | + alt="joy" |
| 67 | + style="width: 40px; height: 40px; border-radius: 4px; margin-right: 12px" |
| 68 | + /> |
| 69 | + <view> |
| 70 | + <view class="custom-main">智云好客CRM短信_催评营销</view> |
| 71 | + <view class="custom-sub">高级版-快速吸粉 | 周期一年</view> |
| 72 | + </view> |
| 73 | + </view> |
| 74 | + <template #footer> |
| 75 | + <view> |
| 76 | + <wd-button size="small" plain custom-style="margin-right: 8px">评价</wd-button> |
| 77 | + <wd-button size="small">立即使用</wd-button> |
| 78 | + </view> |
| 79 | + </template> |
| 80 | + </wd-card> |
| 81 | + </demo-block> |
39 | 82 | <demo-block title="矩形卡片" transparent> |
40 | 83 | <wd-card title="2020-02-03服务到期" type="rectangle"> |
41 | 84 | <view style="height: 40px" class="content"> |
|
103 | 146 | .custom-main { |
104 | 147 | color: $-dark-color; |
105 | 148 | } |
| 149 | +
|
106 | 150 | .custom-sub { |
107 | 151 | color: $-dark-color-gray; |
108 | 152 | } |
|
115 | 159 | justify-content: flex-start; |
116 | 160 | align-items: center; |
117 | 161 | } |
| 162 | +
|
118 | 163 | .content { |
119 | 164 | justify-content: flex-start; |
120 | 165 | } |
| 166 | +
|
121 | 167 | .title { |
122 | 168 | justify-content: space-between; |
123 | 169 | } |
| 170 | +
|
124 | 171 | .title-tip { |
125 | 172 | color: rgba(0, 0, 0, 0.25); |
126 | 173 | font-size: 12px; |
|
130 | 177 | color: rgba(0, 0, 0, 0.85); |
131 | 178 | font-size: 16px; |
132 | 179 | } |
| 180 | +
|
133 | 181 | .custom-sub { |
134 | 182 | color: rgba(0, 0, 0, 0.25); |
135 | 183 | font-size: 12px; |
|
0 commit comments