106 lines
2.0 KiB
Plaintext
106 lines
2.0 KiB
Plaintext
#proclamation .Cardimg {
|
|
margin: 38.4rpx 48.96rpx;
|
|
}
|
|
|
|
#proclamation .t_box {
|
|
width: 100%;
|
|
background: #fff;
|
|
}
|
|
|
|
#proclamation .t_box .t_box_top {
|
|
height: 162.88rpx;
|
|
width: 100%;
|
|
background-image: linear-gradient(0deg, #f14e4e 0%, #ec5e25 100%);
|
|
}
|
|
|
|
#proclamation .t_box .t_box_img {
|
|
width: 140.16rpx;
|
|
height: 140.16rpx;
|
|
background-color: #d3d3d3;
|
|
margin: -108.16rpx auto;
|
|
}
|
|
|
|
#proclamation .t_box .t_box_img image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
#proclamation .t_box .t_box_c {
|
|
margin-top: 160rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
#proclamation .t_box .t_box_c .storename {
|
|
font-size: 33.92rpx;
|
|
color: #333;
|
|
}
|
|
|
|
#proclamation .t_box .t_box_c .adress {
|
|
font-size: 22.08rpx;
|
|
color: #333;
|
|
}
|
|
|
|
#proclamation .t_box .t_box_c .tell {
|
|
font-size: 22.08rpx;
|
|
color: #333;
|
|
margin-left: 41.92rpx;
|
|
}
|
|
|
|
#proclamation .t_box .t_box_c .tell .tell_i {
|
|
color: #f14e4e;
|
|
}
|
|
|
|
#proclamation .t_box .t_box_c .t_box_c_box {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-top: 25.92rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
#proclamation .t_box .t_box_c .t_box_c_box .t_box_c_start {
|
|
height: 46.08rpx;
|
|
border-radius: 4.16rpx;
|
|
border: solid 0.96rpx #f14e4e;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: 10.88rpx 8.96rpx;
|
|
}
|
|
|
|
#proclamation .t_box .t_box_c .t_box_c_box .t_box_c_start i {
|
|
color: #f14e4e;
|
|
margin-right: 6.08rpx;
|
|
font-size: 20px;
|
|
}
|
|
|
|
#proclamation .pro {
|
|
margin: 29.12rpx 30.08rpx 29.12rpx;
|
|
background: #fff;
|
|
border-radius: 20.16rpx;
|
|
position: relative;
|
|
padding: 82.88rpx 29.12rpx 41.92rpx 30.08rpx;
|
|
}
|
|
|
|
#proclamation .proImg {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 215.04rpx;
|
|
height: 41.92rpx;
|
|
border-radius: 20.16rpx 0 0 0;
|
|
background-image: url('https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/announcement@3x.png');
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
text-align: center;
|
|
line-height: 41.92rpx;
|
|
font-size: 24rpx;
|
|
color: #fff;
|
|
}
|
|
|
|
#proclamation .txt {
|
|
text-align: left;
|
|
margin-bottom: 24rpx;
|
|
}
|