184 lines
2.8 KiB
Plaintext
184 lines
2.8 KiB
Plaintext
/**
|
|
* Web二雪
|
|
* 趁时光不老 努力活成自己想要成为的样子
|
|
*/
|
|
page {
|
|
padding-top: 100rpx;
|
|
}
|
|
|
|
/* 滚动菜单 */
|
|
.scroll_menu {
|
|
background-color: #fff;
|
|
box-shadow: 0 0rpx 10px rgba(0, 0, 0, 0.1);
|
|
font-size: 28rpx;
|
|
margin-bottom: 20rpx;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.scroll-view_H {
|
|
white-space: nowrap;
|
|
color: #000;
|
|
}
|
|
|
|
.scroll-view-item {
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
}
|
|
|
|
.scroll-view-item_H {
|
|
display: inline-block;
|
|
width: 22%;
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
text-align: center;
|
|
border-bottom: solid 4rpx #fff;
|
|
}
|
|
|
|
.scroll_view_select {
|
|
border-bottom: solid 4rpx #378fff;
|
|
color: #378fff;
|
|
font-weight: 600;
|
|
}
|
|
|
|
/* 列表 */
|
|
.lists {
|
|
background-color: #fff;
|
|
margin-top: 10rpx;
|
|
}
|
|
|
|
.top {
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
}
|
|
|
|
.top image {
|
|
width: 90rpx;
|
|
height: 90rpx;
|
|
border-radius: 10rpx;
|
|
}
|
|
|
|
.top .ctime {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
padding: 20rpx 30rpx;
|
|
font-size: 26rpx;
|
|
color: #999;
|
|
}
|
|
|
|
.top .ctime span {
|
|
color: #666;
|
|
}
|
|
|
|
.top .content {
|
|
padding: 20rpx 30rpx;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: flex-start;
|
|
align-items: flex-start;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.top .title {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.top .title .title1 {
|
|
overflow: hidden;
|
|
display: inline-block;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
width: 400rpx;
|
|
}
|
|
|
|
.top .mt10 {
|
|
margin-top: 10rpx;
|
|
}
|
|
|
|
.top .title .num {
|
|
font-size: 32rpx;
|
|
color: #333;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.total {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: flex-end;
|
|
align-items: flex-end;
|
|
box-sizing: border-box;
|
|
font-size: 24rpx;
|
|
padding: 10rpx 30rpx;
|
|
border-bottom: solid 1rpx #f9f9f9;
|
|
}
|
|
|
|
.total .num {
|
|
color: #000;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.total .time {
|
|
color: #999;
|
|
font-weight: normal;
|
|
margin-top: 10rpx;
|
|
}
|
|
|
|
.bottom {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
padding: 20rpx 30rpx;
|
|
font-size: 26rpx;
|
|
}
|
|
|
|
.bottom .pay {
|
|
background-color: #378fff;
|
|
color: #fff;
|
|
padding: 10rpx 30rpx;
|
|
border-radius: 50rpx;
|
|
margin-left: 10rpx;
|
|
}
|
|
|
|
.bottom .cancel {
|
|
background-color: #f9f9f9;
|
|
color: #333;
|
|
padding: 10rpx 30rpx;
|
|
border-radius: 50rpx;
|
|
margin-left: 10rpx;
|
|
}
|
|
|
|
.bottom .sign {
|
|
background-color: #3677a5;
|
|
color: #fff;
|
|
padding: 10rpx 30rpx;
|
|
margin-left: 10rpx;
|
|
border-radius: 50rpx;
|
|
}
|
|
|
|
.bottom .refund {
|
|
background-color: #227586;
|
|
color: #fff;
|
|
padding: 10rpx 30rpx;
|
|
margin-left: 10rpx;
|
|
border-radius: 50rpx;
|
|
}
|
|
|
|
.bottom .detail {
|
|
background-color: #246cb6;
|
|
color: #fff;
|
|
padding: 10rpx 30rpx;
|
|
margin-left: 10rpx;
|
|
border-radius: 50rpx;
|
|
} |