You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123 lines
2.0 KiB
123 lines
2.0 KiB
/* pages/order/order.wxss */
|
|
.box{
|
|
height: 314rpx;
|
|
background: #fff;
|
|
margin-top: 20rpx;
|
|
padding: 29rpx 0 0 32rpx;
|
|
}
|
|
button::after{
|
|
border: none;
|
|
}
|
|
.time{
|
|
float: left;
|
|
font-size: 26rpx;
|
|
color: #999;
|
|
}
|
|
.price{
|
|
float: right;
|
|
margin-right: 38rpx;
|
|
font-size: 34rpx;
|
|
color: #333;
|
|
margin-bottom: 10rpx;
|
|
vertical-align: middle;
|
|
}
|
|
.clear{
|
|
clear:both;
|
|
}
|
|
.line{
|
|
height: 1px;
|
|
background: #E5E5E5;
|
|
}
|
|
.middle-msg{
|
|
padding: 15rpx 0 10rpx 0;
|
|
}
|
|
.product-img{
|
|
width: 130rpx;
|
|
height: 130rpx;
|
|
margin-right: 27rpx;
|
|
border: 1px solid #E5E5E5;
|
|
}
|
|
.product-msg{
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
margin-top: 26rpx;
|
|
}
|
|
.title{
|
|
font-size: 30rpx;
|
|
color: #333;
|
|
}
|
|
.intro{
|
|
font-size: 28rpx;
|
|
color: #999;
|
|
margin-top: 14rpx;
|
|
}
|
|
.go-box{
|
|
margin-top: 15rpx;
|
|
}
|
|
.status{
|
|
font-size: 30rpx;
|
|
color: #999;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
.booking{
|
|
width: 200rpx;
|
|
height: 60rpx;
|
|
border:2rpx solid #26AE76;
|
|
border-radius: 4px;
|
|
text-align: center;
|
|
line-height: 56rpx;
|
|
display: inline-block;
|
|
color: #26AE76;
|
|
font-size: 32rpx;
|
|
background: #fff;
|
|
float: right;
|
|
margin-right: 36rpx;
|
|
}
|
|
.gray{
|
|
border:2rpx solid #999;
|
|
color: #999;
|
|
}
|
|
/* 没有sessionId的时候登录 */
|
|
.user-msg{
|
|
background: #fff;
|
|
height: 130rpx;
|
|
margin-top: 10rpx;
|
|
padding: 45rpx 42rpx;
|
|
}
|
|
.userinfo-avatar {
|
|
width: 130rpx;
|
|
height: 130rpx;
|
|
border-radius: 50%;
|
|
}
|
|
.detail-msg{
|
|
display: inline-block;
|
|
margin-left: 30rpx;
|
|
margin-top: 10px;
|
|
font-size: 26rpx;
|
|
color: #999999;
|
|
line-height: 40rpx;
|
|
vertical-align: top;
|
|
}
|
|
.title{
|
|
font-size: 32rpx;
|
|
color:#333;
|
|
}
|
|
.loginText{
|
|
width: 60%;
|
|
margin: 0 auto;
|
|
font-size: 28rpx;
|
|
margin-bottom: 36rpx;
|
|
text-align: center;
|
|
}
|
|
.loginBtn{
|
|
color:#fff;
|
|
background: #1eba84;
|
|
border-radius: 5px;
|
|
text-align: center;
|
|
font-size: 24rpx;
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
width: 34%;
|
|
margin: 0 auto;
|
|
}
|