52 lines
884 B
Plaintext
52 lines
884 B
Plaintext
/* 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
|
|
} |