首页图标

This commit is contained in:
2023-09-26 16:38:39 +08:00
parent 054f945b8a
commit 1c47c1cd47
19 changed files with 52 additions and 37 deletions

View File

@@ -226,14 +226,14 @@
}
.options-frame {
margin-top: 10rpx;
padding-left: 106rpx;
padding: 0 35rpx;
display: flex;
}
.options-frame > .option {
position: relative;
margin-left: 20rpx;
padding: 10rpx 14rpx;
width: 240rpx;
width: 335rpx;
height: 140rpx;
background: #fff;
border-radius: 20rpx;
@@ -243,11 +243,11 @@
}
.options-frame > .option > .star {
position: absolute;
top: 0;
right: 0;
width: 80rpx;
height: 80rpx;
line-height: 80rpx;
top: 5rpx;
right: 8rpx;
width: 30rpx;
height: 30rpx;
line-height: 30rpx;
text-align: center;
background: #ffffff;
border-radius: 20rpx;
@@ -256,17 +256,15 @@
}
.options-frame > .option > .wall {
position: relative;
padding-left: 20rpx;
padding-top: 9rpx;
width: 212rpx;
width: 297rpx;
height: 120rpx;
background: rgba(40, 102, 255, .1) ;
border-radius: 20rpx;
}
.options-frame > .option > .wall > .name {
position: absolute;
left: 24rpx;
bottom: 12rpx;
left: 110rpx;
bottom: 40rpx;
font-size: 28rpx;
color: #666;
}