金诚优选前端代码
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.
 
 
 
 
 

212 lines
4.0 KiB

@import '../../../common/css/global';
#order-comment {
height: 100%;
box-sizing: border-box;
overflow: auto;
.order-status {
display: flex;
height: 40px;
line-height: 40px;
background-color: #FFFFFF;
padding: 0 10px;
.left {
flex: 1;
font-size: 15px;
}
.right {
color: #ff0000;
font-size: 13px;
}
}
.order-items {
/*margin-top: 10px;*/
background-color: #eeeeee;
/*background-color: #FFFFFF;*/
font-size: 14px;
.order-item{
background-color: #FFFFFF;
margin-top: 10px;
padding: 15px;
}
.order-item:first-child{
margin-top: 0px;
}
.order-info {
padding-bottom: 15px;
display: flex;
.image {
width: 60px;
height: 60px;
border: 1px solid #e5e5e5;
margin-right: 10px;
image {
width: 100%;
height: 100%;
}
}
.texts {
flex: 1;
font-size: 12px;
overflow: hidden;
.name {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.spec {
color: #838383;
}
}
}
.comment-stars {
padding: 10px;
display: flex;
}
.comment-content {
width: 100%;
box-sizing:border-box ;
/*padding: 10px;*/
display: flex;
height: 120px;
resize:none;
padding: 15px 0;
textarea {
width: 100%;
height: 90px;
border: 1px solid #e3e3e3;
appearance: none;
outline: none;
box-sizing: border-box;
padding: 5px;
}
.number {
position: absolute;
bottom: 5px;
right: 5px;
font-size: 12px;
color: #e0e0e0;
}
}
.label {
width: 50px;
}
.content {
flex: 1;
position: relative;
.item_start{
.vlc-rater{
display: flex;
.is-active{
color: @globalColor !important;
}
}
/* i{
font-size: 12px;
color: @globalColor;
padding: 0 2px;
}*/
}
}
.uploading-box {
width: 100%;
box-sizing: border-box;
font-size: 0;
padding-top: 15px;
.uploading-item {
width: 25%;
text-align: center;
display: inline-block;
padding: 0 5px 5px 5px;
box-sizing: border-box;
position: relative;
.uploading-input {
border: 2px dashed #ddd;
margin: -2px;
}
.delete {
position: absolute;
color: #fff;
font-size: 12px;
top: -10px;
width: 20px;
right: 0px;
height: 20px;
border-radius: 10px;
background: #000;
}
view {
height: 0;
padding-bottom: 100%;
position: relative;
}
.img{
overflow: hidden;
image {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
}
}
.uploading {
background: url("https://ibrand-miniprogram.oss-cn-hangzhou.aliyuncs.com/%E5%B0%8F%E7%A8%8B%E5%BA%8F/uploading.png") no-repeat center;
background-size:30% 30%;
input {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
opacity: 0;
width: 100%;
}
.add {
font-size: 35px;
font-weight: bold;
}
image {
width: 25px;
height: 25px;
}
}
}
}
.submit {
margin-top: 10px;
width: 100%;
line-height: 45px;
color: #FFFFFF;
background-color: @globalColor;
font-size: 16px;
border-radius: 0px;
border: none;
text-align: center;
&.disabled {
background-color: #e0e0e0;
.doing .spinner {
display: none;
}
}
}
}