Initial Commit
This commit is contained in:
56
pages/expresswx/expresswx.wxss
Normal file
56
pages/expresswx/expresswx.wxss
Normal file
@ -0,0 +1,56 @@
|
||||
/* pages/expresswx/expresswx.wxss */
|
||||
page{
|
||||
background: #F9F9F9
|
||||
}
|
||||
.top{
|
||||
margin:0 30rpx;
|
||||
background-color: #ffffff;
|
||||
border-radius: 10rpx;
|
||||
padding: 20rpx 30rpx;
|
||||
margin-top: 25rpx;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
}
|
||||
.top_state text{
|
||||
color: #333;
|
||||
margin-left: 10rpx;
|
||||
}
|
||||
.top_state{
|
||||
line-height: 32rpx;
|
||||
font-size: 24rpx;
|
||||
display: inline-block;
|
||||
color: #666;
|
||||
}
|
||||
.top_state .sing{
|
||||
width: 100rpx;
|
||||
height: 30rpx;
|
||||
border-radius: 4rpx;
|
||||
border: solid 1rpx #333333;
|
||||
font-size: 20rpx;
|
||||
text-align: center;
|
||||
line-height: 30rpx;
|
||||
color: #333;
|
||||
}
|
||||
.i-steps {
|
||||
padding-left: 117rpx;
|
||||
}
|
||||
.erp{
|
||||
background: white;
|
||||
margin: 0 30rpx;
|
||||
margin-top: 20rpx;
|
||||
padding: 0 30rpx;
|
||||
padding-top: 60rpx;
|
||||
border-radius: 10rpx;
|
||||
}
|
||||
.topermi{
|
||||
position: relative;
|
||||
top:-15rpx;
|
||||
}
|
||||
.limer{
|
||||
color: #ee7b1e;
|
||||
}
|
||||
.yearbord{
|
||||
border-bottom:1rpx solid #e5e5e5;
|
||||
padding-bottom: 30rpx
|
||||
}
|
Reference in New Issue
Block a user