mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2026-08-06 19:07:23 +08:00
将 lilishop-uniapp 从 Vue2/uView 1.6 迁移到 Vue3/uview-plus,优先支持 H5/微商城与微信小程序;移除 vendored uview-ui,改用 npm 依赖、Vuex4 与迁移脚本/补丁,并补充 VUE3_MIGRATION.md 回归清单。 Co-authored-by: Cursor <cursoragent@cursor.com>
58 lines
950 B
SCSS
58 lines
950 B
SCSS
.position-box{
|
|
position: absolute;
|
|
right: 0;
|
|
bottom: 0;
|
|
}
|
|
.join-box {
|
|
display: flex;
|
|
}
|
|
.item-price {
|
|
.price-text {
|
|
font-size: 15px;
|
|
font-weight: 500;
|
|
color: #e1212b;
|
|
}
|
|
}
|
|
.join-item {
|
|
flex: 1;
|
|
}
|
|
.item-img {
|
|
width: 75px;
|
|
height: 75px;
|
|
margin: 0 auto;
|
|
display: block;
|
|
}
|
|
.item-img-box {
|
|
position: relative;
|
|
}
|
|
.item-line-through {
|
|
.price-text {
|
|
font-size: 10px;
|
|
font-weight: 400;
|
|
text-decoration: line-through;
|
|
color: #999;
|
|
}
|
|
}
|
|
.item-position-tips {
|
|
position: absolute;
|
|
right: 0;
|
|
color: #fff;
|
|
font-size: 12px;
|
|
bottom: 0;
|
|
}
|
|
.join-title {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
background: #fff;
|
|
height: 50px;
|
|
.join-title-name {
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
}
|
|
.join-title-more {
|
|
font-size: 12px;
|
|
color: #999;
|
|
}
|
|
}
|