标签:strong oda table color cat fixed orange radius aci
cuIcon-locationfill
xs | sm | df | lg | xl | xxl | 26 | 30 | 80 | |
---|---|---|---|---|---|---|---|---|---|
20 | 24 | 28 | 32 | 36 | 44 |
text-left | 颜色 | |||
---|---|---|---|---|
text-center | text-bold | text-price | text-cut | text-颜色名 (text-orange) |
text-right |
radius round
margin-right-lg
padding-rl-lg
bg-orange || bg-gradual-red
flex || block
5、弹窗盒子
.cu-modal position:fixed;tblr:0; opacity: 0;transition: all 0.3s ease-in-out 0s;transform: scale(1.185);(bottom-modal、top-modal)
.cu-modal.show opacity:1;transform: scale(1);
.cu-dialog: display:inline-block;
cu-modal bottom-modal top-modal
<view class="cu-modal" :class="showModal?‘show‘:‘‘" @tap.self="tapModal">
<view class="cu-dialog text-left">
</view>
</view>
标签:strong oda table color cat fixed orange radius aci
原文地址:https://www.cnblogs.com/lgyong/p/13175511.html