Files
PC-202306242200\Administrator 1c24452b6c first commit
2026-03-28 23:10:55 +08:00

59 lines
1.2 KiB
Plaintext

/* 水平间距 */
/* 水平间距 */
.notice_block.data-v-a9cb5680 {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 35rpx;
width: 690rpx;
height: 106rpx;
background: #ffffff;
border-radius: 16rpx;
position: relative;
font-weight: 400;
font-size: 24rpx;
color: #232323;
}
.home_block.data-v-a9cb5680 {
width: 690rpx;
height: 250rpx;
background: #ffffff;
border-radius: 8rpx 8rpx 8rpx 8rpx;
display: flex;
align-items: center;
padding-right: 25rpx;
margin-bottom: 25rpx;
}
.home_block_left.data-v-a9cb5680 {
width: 250rpx;
height: 250rpx;
border-radius: 8rpx 8rpx 8rpx 8rpx;
margin-right: 25rpx;
}
.home_block_right.data-v-a9cb5680 {
flex: 1;
}
.home_block_right_title.data-v-a9cb5680 {
font-weight: 600;
font-size: 28rpx;
color: #232323;
}
.home_block_right_info.data-v-a9cb5680 {
font-weight: 400;
font-size: 24rpx;
color: #232323;
margin-top: 25rpx;
}
.home_block_right_button.data-v-a9cb5680 {
width: 128rpx;
height: 48rpx;
background: #ff2a2a;
box-shadow: 0rpx 2rpx 4rpx 2rpx #dbdbdb;
border-radius: 10rpx 10rpx 10rpx 10rpx;
display: flex;
align-items: center;
justify-content: center;
font-weight: 800;
font-size: 20rpx;
color: #ffffff;
}