feat: 准备各个形状的 svg 图
This commit is contained in:
@@ -1,58 +1,43 @@
|
||||
.shape-card {
|
||||
position: relative;
|
||||
width: 240rpx;
|
||||
height: 240rpx;
|
||||
width: 186rpx;
|
||||
// height: 260rpx;
|
||||
border-radius: 16rpx;
|
||||
// background: #f5f5f5;
|
||||
background: #ffffff;
|
||||
border: 1rpx solid rgba(242, 242, 242, 1);
|
||||
box-shadow: 0rpx 16rpx 24rpx rgba(184, 210, 188, 0.2);
|
||||
border: 1rpx solid #e8e8e8;
|
||||
box-shadow: 0rpx 16rpx 24rpx rgba(184, 210, 188, 0.3);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 16rpx 0;
|
||||
box-sizing: border-box;
|
||||
|
||||
.shape-card-img-wrapper {
|
||||
padding: 16rpx;
|
||||
width: 100%;
|
||||
height: 120rpx;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
box-sizing: border-box;
|
||||
|
||||
.shape-card-img {
|
||||
width: 120rpx;
|
||||
height: 120rpx;
|
||||
color: skyblue;
|
||||
}
|
||||
.shape-card-img {
|
||||
width: 140rpx;
|
||||
height: 140rpx;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.shape-card-footer {
|
||||
margin-inline: 32rpx;
|
||||
padding-block: 16rpx;
|
||||
display: flex;
|
||||
justify-content: start;
|
||||
align-items: center;
|
||||
border-top: 1rpx solid #CCCCCC;
|
||||
.divider {
|
||||
width: 150rpx;
|
||||
height: 1rpx;
|
||||
background-color: #ddd;
|
||||
margin-block: 16rpx;
|
||||
}
|
||||
|
||||
.shape-card-footer-color {
|
||||
width: 60rpx;
|
||||
height: 60rpx;
|
||||
border-radius: 50%;
|
||||
border: 2rpx solid #141414;
|
||||
margin-right: 34rpx;
|
||||
}
|
||||
|
||||
.shape-card-footer-name {
|
||||
font-size: 28rpx;
|
||||
color: #141414;
|
||||
}
|
||||
.shape-color {
|
||||
width: 72rpx;
|
||||
height: 72rpx;
|
||||
border-radius: 50%;
|
||||
border: 1rpx solid #141414;
|
||||
background-color: skyblue;
|
||||
}
|
||||
|
||||
.delete-icon {
|
||||
position: absolute;
|
||||
top: -18rpx;
|
||||
right: -18rpx;
|
||||
|
||||
.delete-icon-inner {
|
||||
color: rgba(255, 0, 0, 0.7);
|
||||
}
|
||||
top: -16rpx;
|
||||
right: -16rpx;
|
||||
color: rgba(255, 0, 0);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user