fellow-alert.wxss
409 Bytes
/* page/subPackage/pages/zeroSell/components/fellow-alert.wxss */
.content {
font-size: 28rpx;
color: #444444;
line-height: 40rpx;
text-align: center;
margin-top: 96rpx;
}
.foot {
position: absolute;
box-sizing: border-box;
bottom: 0;
width: 100%;
height: 90rpx;
line-height: 90rpx;
font-size: 32rpx;
font-weight: bolder;
text-align: center;
border-top: 1rpx solid #E0E0E0;
}