|
page {
|
background-color: #EDEDED;
|
}
|
.im_interface {
|
width: 750rpx;
|
}
|
.im_interface_content {
|
padding: 20rpx 50rpx;
|
}
|
.buttom {
|
width: 750rpx;
|
height: 130rpx;
|
background-color: #F7F7F7;
|
border-top: 1px #D2D2D2 solid;
|
display: flex;
|
justify-content: flex-start;
|
align-items: flex-start;
|
position: fixed;
|
bottom: 0;
|
padding-top: 20rpx;
|
box-sizing: border-box;
|
}
|
.buttom input {
|
width: 605rpx;
|
height: 75rpx;
|
line-height: 75rpx;
|
background-color: white;
|
display: block;
|
padding: 5rpx;
|
box-sizing: border-box;
|
margin-left: 30rpx;
|
border-radius: 10rpx;
|
vertical-align: middle;
|
position: relative;
|
border: 1rpx solid #CCCCCC;
|
}
|
.buttom button {
|
width: 125rpx;
|
height: 50rpx;
|
line-height: 200%;
|
display: block;
|
margin: 0 15rpx;
|
vertical-align: middle;
|
position: relative;
|
background-color: #05C160;
|
color: white;
|
}
|
.im_text {
|
/* width: 100%; */
|
display: flex;
|
margin-top: 75rpx;
|
flex-direction: row-reverse;
|
position: relative;
|
}
|
.im_text2 {
|
/* width: 100%; */
|
display: flex;
|
margin-top: 75rpx;
|
position: relative;
|
}
|
.im_text .avatar {
|
width: 84rpx;
|
height: 84rpx;
|
margin-left: 3%;
|
border-radius: 10rpx;
|
background-color: #000000;
|
align-items: flex-start;
|
}
|
.im_text2 .avatar {
|
width: 84rpx;
|
height: 84rpx;
|
margin-right: 3%;
|
border-radius: 10rpx;
|
background-color: #000000;
|
align-items: flex-start;
|
}
|
.im_text .my_content {
|
max-width: 550rpx;
|
align-items: flex-start;
|
border-radius: 10rpx;
|
padding: 17rpx 20rpx;
|
box-sizing: border-box;
|
word-break: break-all;
|
}
|
.im_text2 .my_content {
|
max-width: 450rpx;
|
align-items: flex-start;
|
border-radius: 10rpx;
|
padding: 10rpx;
|
box-sizing: border-box;
|
word-break: break-all;
|
}
|
.im_text .you_content {
|
max-width: 450rpx;
|
align-items: flex-start;
|
border-radius: 10rpx;
|
padding: 17rpx 20rpx;
|
box-sizing: border-box;
|
}
|
.im_text2 .you_content {
|
max-width: 450rpx;
|
align-items: flex-start;
|
border-radius: 10rpx;
|
padding: 10rpx;
|
box-sizing: border-box;
|
}
|
.my_content {
|
background-color: #9EEA6A;
|
margin-top: 25rpx;
|
}
|
.you_content {
|
background-color: white;
|
margin-top: 25rpx;
|
}
|
.im_icon {
|
position: absolute;
|
bottom: -2rpx;
|
right: 41px;
|
-webkit-transform: rotate(270deg);
|
transform: rotate(270deg);
|
}
|
.im_icon2 {
|
position: absolute;
|
bottom: 0;
|
}
|
.im_icon .icon-sanjiao1 {
|
color: #9EEA6A;
|
}
|
.im_icon2 .icon-sanjiao1 {
|
position: absolute;
|
bottom: 0;
|
}
|
.upload {
|
width: 50rpx;
|
height: 50rpx;
|
background-color: #007AFF;
|
border-radius: 50%;
|
line-height: 50rpx;
|
text-align: center;
|
}
|
.cont_img {
|
width: 200rpx;
|
height: 200rpx;
|
border-radius: 10rpx;
|
}
|
.top_pro {
|
/* margin-left: 85rpx; */
|
}
|
.top_product {
|
width: 610rpx;
|
height: 200rpx;
|
border-radius: 10rpx;
|
margin: 0 auto;
|
display: flex;
|
align-items: flex-start;
|
justify-content: flex-start;
|
background-color: #FFFFFF;
|
padding: 10rpx 20rpx;
|
position: relative;
|
}
|
.top_order {
|
width: 610rpx;
|
/* height: 200rpx; */
|
border-radius: 10rpx;
|
margin: 0 auto;
|
display: flex;
|
align-items: flex-start;
|
justify-content: flex-start;
|
background-color: #FFFFFF;
|
padding: 10rpx 20rpx;
|
position: relative;
|
}
|
.pro_img {
|
height: 150rpx;
|
width: 150rpx;
|
border-radius: 10rpx;
|
margin-right: 20rpx;
|
background-color: #FFFFFF;
|
}
|
.pro_name {
|
font-size: 28rpx;
|
text-overflow: -o-ellipsis-lastline;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
display: -webkit-box;
|
-webkit-line-clamp: 3;
|
line-clamp: 3;
|
-webkit-box-orient: vertical;
|
margin-bottom: 50rpx;
|
width: 400rpx;
|
}
|
.pro_price {
|
font-size: 24rpx;
|
color: #E2231A;
|
}
|
.pro_btn {
|
position: absolute;
|
bottom: 12rpx;
|
right: 15rpx;
|
width: 180rpx;
|
height: 50rpx;
|
line-height: 50rpx;
|
border-radius: 25rpx;
|
text-align: center;
|
font-size: 24rpx;
|
color: #FFFFFF;
|
background-color: #FF6633;
|
}
|
.orderdetail_btn {
|
width: 180rpx;
|
height: 50rpx;
|
line-height: 50rpx;
|
border-radius: 25rpx;
|
text-align: center;
|
font-size: 24rpx;
|
color: #FFFFFF;
|
background-color: #FF6633;
|
margin-left: 270rpx;
|
margin-top: 20rpx;
|
}
|
.ord_btn {
|
position: absolute;
|
bottom: 20rpx;
|
right: 15rpx;
|
width: 180rpx;
|
height: 50rpx;
|
line-height: 50rpx;
|
border-radius: 25rpx;
|
text-align: center;
|
font-size: 24rpx;
|
color: #FFFFFF;
|
background-color: #FF6633;
|
}
|
.close_pro {
|
position: absolute;
|
top: 12rpx;
|
right: 15rpx;
|
}
|
.product_item {
|
width: 400rpx;
|
height: 200rpx;
|
}
|
.product_txtitem {
|
display: flex;
|
width: 550rpx;
|
/* height: 150rpx; */
|
}
|
.pro_txtname {
|
font-size: 28rpx;
|
text-overflow: -o-ellipsis-lastline;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
display: -webkit-box;
|
-webkit-line-clamp: 1;
|
line-clamp: 1;
|
-webkit-box-orient: vertical;
|
margin-bottom: 50rpx;
|
}
|
.my_text_content {
|
/* height: 100%; */
|
max-width: 430rpx;
|
}
|
.you_text_content {
|
/* height: 100%; */
|
max-width: 430rpx;
|
}
|
.my_date {
|
color: #cccccc;
|
font-size: 24rpx;
|
position: absolute;
|
top: -10rpx;
|
}
|
.im_text .my_date {
|
right: 100rpx;
|
}
|
.sendpro_price {
|
position: absolute;
|
bottom: 25px;
|
}
|
.sendord_price {
|
position: absolute;
|
bottom: 40px;
|
}
|
.upload_box {
|
/* width: 50rpx; */
|
height: 75rpx;
|
display: flex;
|
align-items: center;
|
margin-left: 20rpx;
|
justify-content: space-around;
|
flex: 1;
|
}
|