@import "./index.skeleton.wxss";
|
|
.container {
|
width: 100vw;
|
height: 100vh;
|
}
|
|
.content {
|
height: calc(100vh - env(safe-area-inset-bottom) - 200rpx);
|
box-sizing: border-box;
|
}
|
|
.page-header {
|
background: #fff;
|
width: 100%;
|
position: fixed;
|
top: 0rpx;
|
left: 0;
|
padding-top: 20rpx;
|
z-index: 1
|
}
|
|
.refresh-container {
|
margin: 0 auto;
|
}
|
|
.bottom-loading,
|
.loading {
|
padding: 20rpx;
|
text-align: center;
|
}
|
|
.t-search__input {
|
font-size: 28rpx !important;
|
color: rgb(116, 116, 116) !important;
|
}
|
|
.t-search {
|
width: 90%;
|
margin: 0 auto;
|
}
|
|
.t-search__input-box--square {
|
border-radius: 50rpx !important;
|
}
|
|
.t-tabs__item {
|
flex: 1 !important;
|
}
|
|
.t-tabs__track {
|
background-color: #FF6C00 !important;
|
width: 80rpx !important;
|
}
|
|
.t-tabs__item--active {
|
font-size: 30rpx;
|
color: #FF6C00 !important;
|
}
|
|
.pageInfo {
|
background: #F2F3F8;
|
padding-top: 200rpx;
|
}
|
|
.list {
|
padding: 0 24rpx;
|
}
|
|
.content-item {
|
background-color: #fff;
|
border-radius: 18rpx;
|
margin-top: 20rpx;
|
padding: 30rpx;
|
box-shadow: 0px 0px 20rpx 2px #f1f1f1;
|
}
|
|
.order-cent {
|
padding: 10rpx 0;
|
font-size: 28rpx;
|
}
|
|
.right {
|
float: right;
|
}
|
|
.cancal {
|
color: #949494
|
}
|
|
.success {
|
color: #1FBC1F
|
}
|
|
.waitPay {
|
color: #F03939
|
}
|
|
.price {
|
color: #FF6C00;
|
font-weight: bold;
|
}
|
|
.order-centent {
|
display: flex;
|
border-bottom: 2rpx solid #EFF0F1;
|
padding: 20rpx 0;
|
}
|
|
|
|
.srcolbox {
|
flex: 1;
|
width: 80%;
|
white-space: nowrap;
|
}
|
|
.srcolbox .bookBox {
|
display: inline-block;
|
width: 240rpx;
|
margin-right: 10rpx;
|
margin-left: 10rpx;
|
/* box-shadow: 0rpx 0rpx 18rpx 2rpx rgba(0, 0, 0, 0.08); */
|
|
}
|
|
|
.bookBox {
|
flex: 1;
|
padding: 20rpx 0;
|
margin: 20rpx 0;
|
text-align: center;
|
}
|
|
.order-centent .flex {
|
width: calc(100% - 40rpx);
|
box-shadow: none;
|
text-align: left;
|
margin-right: 0;
|
}
|
|
|
.bookBox .leftCon {
|
/* width: 150rpx; */
|
width: 240rpx;
|
height: 210rpx;
|
/* box-shadow: 0px 0px 20rpx 2px #f1f1f1; */
|
border: 2rpx solid #E9e9e9;
|
margin: 0 auto;
|
padding: 20rpx 0;
|
}
|
|
.fl {
|
width: 150rpx !important;
|
float: left;
|
margin-right: 20rpx;
|
margin-left: 20rpx !important;
|
padding: 0 !important;
|
}
|
|
.bookBox .leftCon .purchasedIcon {
|
width: 100%;
|
height: 100%;
|
object-fit: contain;
|
}
|
|
.productTitle {
|
font-size: 30rpx;
|
color: #333333;
|
font-weight: bold;
|
line-height: 38rpx;
|
margin-bottom: 10rpx;
|
-webkit-box-orient: vertical;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
}
|
|
.cmsName {
|
color: #949494;
|
font-size: 24rpx;
|
line-height: 24rpx;
|
margin-bottom: 20rpx;
|
-webkit-box-orient: vertical;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
}
|
|
.flex .rightCon {
|
margin-left: 200rpx;
|
}
|
|
.rightCon {
|
padding: 20rpx 10rpx;
|
}
|
|
.top {
|
margin-top: 30rpx;
|
}
|
|
.count {
|
display: flex;
|
align-items: center;
|
margin-left: 10rpx;
|
font-size: 28rpx;
|
}
|
|
.typeBox {
|
background: rgba(255, 108, 0, 0.24);
|
border-radius: 10rpx;
|
padding: 8rpx 16rpx;
|
color: #FF6C00;
|
font-size: 24rpx;
|
}
|
|
.order-top {
|
padding-top: 30rpx;
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
font-size: 28rpx;
|
}
|
|
.button-example {
|
display: flex;
|
}
|
|
.button {
|
background-color: #fff;
|
height: 60rpx;
|
line-height: 60rpx;
|
font-size: 28rpx;
|
}
|
|
.unfollow {
|
height: 60rpx;
|
line-height: 60rpx;
|
font-size: 28rpx;
|
background: #FF6C00;
|
color: #fff;
|
margin-left: 10rpx;
|
border-color: #FF6C00;
|
}
|
|
|
.empyt {
|
padding: 200rpx 0;
|
}
|
|
.body-loading {
|
padding: 200rpx 0;
|
text-align: center;
|
}
|