2019-07-24 15:52:07 +08:00

219 lines
4.0 KiB
Plaintext

/* components/inform/inform.wxss */
@import'../homePage/homePage.wxss';
page {
background: #f1f1f1;
}
.issue-box, .want-box, .msg-box{
width:100%;
height: auto;
}
.issue-list, .want-list, .unreadMsg-list {
padding-left:20rpx;
padding-right:20rpx;
width:100%;
display: flex;
flex-direction: column;
}
.issue-item {
height: auto;
margin-top:50rpx;
box-shadow: #eee 0 0 20rpx;
background:#fff;
border-radius: 15rpx;
border: 1px #eee solid;
display: flex;
flex-direction: column;
overflow: hidden;
}
.issue-top {
min-height: 150rpx;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
border-bottom:1px #eee solid;
}
.issue-num {
width:20%;
height: 80%;
text-align: center;
font-size: 50rpx;
font-weight: 100;
border-right: 1px #eee solid;
}
.issue-main {
width:75%;
padding-right:20rpx;
}
.issue-title {
font-size: 35rpx;
font-weight: 600;
margin-bottom:5rpx;
}
.issue-changePrice {
height:80rpx;
width:100%;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
padding-right:20rpx;
}
.issue-changePrice>input {
height:80rpx;
width:50%;
line-height: 80rpx;
font-size: 25rpx;
padding-left:20rpx;
}
.issue-submit {
width:20%;
height: 50rpx;
background: #39b54a;
border-radius: 10rpx;
box-shadow: 6rpx 6rpx 8rpx rgba(48, 156, 63, 0.2);
line-height: 50rpx;
text-align: center;
color: #fff;
}
.issue-hassale {
width:20%;
height:50rpx;
background: #fa4639;
border-radius: 10rpx;
box-shadow: 6rpx 6rpx 8rpx rgba(204, 69, 59, 0.2);
line-height: 50rpx;
text-align: center;
color: #fff;
}
.want-item {
height:auto;
margin-top: 50rpx;
box-shadow: #eee 0 0 20rpx;
background:#fff;
border-radius: 15rpx;
border: 1px #eee solid;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
padding:20rpx;
}
.want-num {
width:80rpx;
text-align: center;
font-size: 50rpx;
font-weight: 100;
border-right: 1px #eee solid;
padding-right:20rpx;
}
.want-main {
width: 100%;
display: flex;
flex-direction:row;
align-items: center;
justify-content: flex-start;
}
.want-title {
padding:0 20rpx 0 20rpx;
font-size:35rpx;
}
.want-cancal {
width:200rpx;
height:50rpx;
background: #fa4639;
border-radius: 10rpx;
box-shadow: 6rpx 6rpx 8rpx rgba(204, 69, 59, 0.2);
line-height: 50rpx;
text-align: center;
color: #fff;
}
.unreadMsg-item {
height:auto;
margin-top: 30rpx;
box-shadow: #eee 0 0 20rpx;
background:#fff;
border-radius: 15rpx;
border: 1px #eee solid;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: space-between;
padding:30rpx;
}
.unreadMsg-top {
width:100%;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
margin-bottom: 20rpx;
}
.unreadMsg-icon {
display: inline;
margin-right: 30rpx;
}
.unreadMsg-title {
height:50rpx;
line-height: 50rpx;
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
}
.unreadMsg-titleWord {
font-size: 33rpx;
}
.unreadMsg-main {
color: #989898;
}
.clearMsg-button {
position: fixed;
bottom: 70rpx;
right: 20rpx;
height:100rpx;
width:100rpx;
background: #fff;
border:1px #eee solid;
box-shadow: 0 0 15rpx #fefefe ;
border-radius: 50%;
}
.clearMsg-button > view {
height:50rpx;
width:50rpx;
margin:0 auto;
margin-top:20rpx;
}
.product-item {
background: #fff;
padding:20rpx;
border-radius: 10rpx;
}