htc 1 日 前
コミット
139e52893a
1 ファイル変更5 行追加2 行削除
  1. 5 2
      components/pages/nonprofitActivety/index.vue

+ 5 - 2
components/pages/nonprofitActivety/index.vue

@@ -72,7 +72,7 @@
 <style scoped lang="scss">
 	.nonprofit-activety{
 		background: linear-gradient( 45deg, #FFFFFF 80%, #F2FFE8 100%);
-		border-radius: 24rpx;
+		border-radius: 16rpx;
 		padding: 36rpx 24rpx 32rpx;
 		margin-top: 20rpx;
 		
@@ -81,6 +81,7 @@
 				width: 158rpx;
 				height: 214rpx;
 				position: relative;
+				border-radius: 16rpx;
 				image{
 					width: 100%;
 					height: 100%;
@@ -91,15 +92,17 @@
 					height: 40rpx;
 					background: url('https://oss.familydaf.cn/sxsnfile/20251218/c2a2c624e39e4c719841c9c13b0836be.png') no-repeat;
 					background-size: 100% 100%;
+					background-position: -1rpx -1rpx;
 					font-family: PingFang-SC, PingFang-SC;
 					font-weight: bold;
 					font-size: 24rpx;
 					color: #151B29;
 					line-height: 36rpx;
-					padding-left: 12rpx;
 					position: absolute;
 					left: 0;
 					top: 0;
+					border-radius: 16rpx 0 0 0;
+					text-indent: 12rpx;
 				}
 			}
 			&-right{