studyplus/pages/post/post.wxss
2018-10-03 13:05:05 +08:00

75 lines
1.4 KiB
Plaintext

.allPost {
display: flex;
flex-direction: column;
align-items: center;
}
.postImgXH {
width: 200rpx;
height: 200rpx;
margin-bottom: 30rpx;
}
.postImgCLT {
height: 125rpx;
width: 500rpx;
margin-bottom: 90rpx;
}
.postImgXXT {
height: 45rpx;
width: 450rpx;
margin-bottom: 100rpx;
}
.callNameView {
margin-top: 200rpx;
border: 1px solid #fff;
width: 200rpx;
height: 80rpx;
border-radius: 5px;
text-align: center;
}
.callNameText {
font-size: 30rpx;
font-weight: bold;
line-height: 80rpx;
color: #fff;
}
page {
background-image: url(http://supcache.wanyuanyin.cn/data/maoye.club/yingbo/rcs/images/background.png);
background-repeat: no-repeat;
background-size: 100% 100%;
border: none;
background-color: #003b97;
}
.box_1 {
height: 100rpx;
width: 300rpx;
background: rgba(43, 107, 243, 0.4);
border-radius: 10rpx;
box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.301);
margin-top: 200rpx;
text-align: center;
line-height: 100rpx;
font-size: 30rpx;
color: #fff;
letter-spacing: 2px;
}
.box_1:active {
height: 100rpx;
width: 320rpx;
background: rgba(43, 106, 243, 0.6);
box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.301);
border-radius: 10rpx;
margin-top: 210rpx;
text-align: center;
line-height: 100rpx;
font-size: 30rpx;
color: #fff;
}