first commit

This commit is contained in:
编码猿
2024-09-27 01:32:49 +08:00
commit 28ebe05a64
7399 changed files with 1174529 additions and 0 deletions

View File

@@ -0,0 +1,52 @@
/* pages/activity/activity.wxss */
.header {
width: 100%;
height: 135rpx;
}
.list-item {
width: 670rpx;
height: 280rpx;
border-radius: 25rpx;
margin: 0 auto;
margin-top: 50rpx;
position: relative;
}
.one {
background-color: #e10606;
}
.two {
background-color: #3286e7;
}
.line {
position: absolute;
left: 40rpx;
top: 40rpx;
width: 38rpx;
height: 5rpx;
background-color: #ffffff;
}
.texts {
position: absolute;
font-family: SourceHanSansCN-Regular;
font-size: 46rpx;
font-weight: normal;
font-stretch: normal;
letter-spacing: 0rpx;
color: #ffffff;
left: 40rpx;
top: 64rpx;
}
.enter {
width: 160rpx;
height: 60rpx;
background-color: #ffffff;
border-radius: 30rpx;
font-family: SourceHanSansCN-Regular;
font-size: 28rpx;
text-align: center;
line-height: 60rpx;
color: #000000;
position: absolute;
right: 40rpx;
bottom: 40rpx
}