pray页面制作1.1
This commit is contained in:
parent
68a6431c48
commit
78154ce793
|
|
@ -276,12 +276,15 @@ page {
|
|||
}
|
||||
|
||||
.prayer-form {
|
||||
width: calc(100% - 40rpx);
|
||||
position: fixed;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
width: calc(100% - 80rpx);
|
||||
background-color: #FFFFFF;
|
||||
border-radius: 20rpx;
|
||||
padding: 40rpx 30rpx;
|
||||
padding: 040rpx 30rpx 40rpx;
|
||||
box-shadow: 0 8rpx 24rpx rgba(0, 0, 0, 0.1);
|
||||
margin: 0 20rpx 60rpx 20rpx;
|
||||
margin-top: 600rpx;
|
||||
border: 2rpx solid #E8E8E8;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user