@@ -206,7 +206,7 @@ export default {
position: relative;
height: 300rpx;
margin: 0 auto;
- padding: 60rpx 32rpx;
+ padding: 60rpx 32rpx 80rpx;
background-color: #fffdf5;
border: 4px solid #ffdc34;
}
@@ -225,10 +225,10 @@ export default {
.r {
position: absolute;
padding: 8rpx;
- height: 32rpx;
- width: 32rpx;
- right: -20rpx;
- top: -20rpx;
+ height: 36rpx;
+ width: 36rpx;
+ right: -26rpx;
+ top: -26rpx;
font-size: 0;
background-color: #ffdc34;
border-radius: 50%;
@@ -258,11 +258,12 @@ export default {
position: absolute;
right: 32rpx;
bottom: 32rpx;
- width: 96rpx;
- height: 96rpx;
+ width: 108rpx;
+ height: 108rpx;
color: #fff;
+ font-size: 36rpx;
font-weight: 700;
- line-height: 96rpx;
+ line-height: 108rpx;
text-align: center;
background: linear-gradient(
0deg,
@@ -291,7 +292,6 @@ export default {
.list {
background-color: #fff;
border: 4rpx solid #ffdc34;
- border-radius: 16rpx;
.list-hd {
display: flex;
justify-content: space-between;
diff --git a/src/pages/list/index.vue b/src/pages/list/index.vue
index e5afebe..ad02a7f 100644
--- a/src/pages/list/index.vue
+++ b/src/pages/list/index.vue
@@ -160,7 +160,6 @@ export default {
.sec-2 {
margin: 60rpx 0 60rpx;
border: 4rpx solid #ffdc34;
- border-radius: 16rpx;
background-color: #fff;
.list-hd {
height: 80rpx;
diff --git a/src/pages/result/index.vue b/src/pages/result/index.vue
index 5ce0c49..116a4f6 100644
--- a/src/pages/result/index.vue
+++ b/src/pages/result/index.vue
@@ -49,8 +49,8 @@
-
大家都在玩
-
more>>
+
大家都在测
+
更多>>
@@ -311,7 +311,6 @@ export default {
.list {
background-color: #fff;
border: 4rpx solid #ffdc34;
- border-radius: 16rpx;
.list-hd {
display: flex;
justify-content: space-between;
diff --git a/src/pages/search/index.vue b/src/pages/search/index.vue
index 4bcf1fd..6b55b8e 100644
--- a/src/pages/search/index.vue
+++ b/src/pages/search/index.vue
@@ -162,10 +162,10 @@ export default {
.del {
position: absolute;
padding: 8rpx;
- height: 32rpx;
- width: 32rpx;
- right: -20rpx;
- top: -20rpx;
+ height: 36rpx;
+ width: 36rpx;
+ right: -24rpx;
+ top: -24rpx;
font-size: 0;
background-color: #ffdc34;
border-radius: 50%;
@@ -209,7 +209,6 @@ export default {
.sec-3 {
margin: 0 0 80rpx;
border: 4rpx solid #ffdc34;
- border-radius: 16rpx;
background-color: #fff;
.list-hd {
height: 80rpx;