Newer
Older
page-goods-verify {
.order {
font-size: 1.6rem;
color: #333333;
background-color: #fff;
box-shadow: -5px 0px 5px 1px #f2f2f2, 0px -5px 5px 1px #f2f2f2, 5px 0px 5px 1px #f2f2f2, 0px 5px 5px 1px #f2f2f2;
background-color: #fff1f0;
color: #e42417;
border-top-right-radius: 8px;
border-top-left-radius: 8px;
font-size: 1.4rem;
padding: 10px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
}
padding: 5px 0;
font-size: 1.4rem;
}
.specs {
color: #666666;
font-size: 1.3rem;
}
.amount {
color: #666666;
font-size: 1.3rem;
span {
margin-left: 5px;
}
}
}
.goodsItem {
display: flex;
.goods-img {
width: 20%;
padding: 5px 10px 5px 5px;
}
.goods-info {
width: 80%;
}
}
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
.stuff-footer {
position: fixed;
bottom: 0;
height: 5rem;
width: 100%;
text-align: center;
border-top: 1px solid #eeeeee;
z-index: 9;
background-color: #fff;
.item-ios.item-block .item-inner {
border: none;
}
.button-small-ios {
height: 2.6rem;
}
img {
margin-top: .5rem;
width: 30px;
}
.tip-num {
position: absolute;
right: 15px;
top: 10px;
color: #e12724;
font-size: 1rem;
background: #fff;
display: block;
line-height: 1rem;
border-radius: 5px;
}
ion-icon {
color: #666666;
position: relative;
font-size: 2.5rem;
}
ion-icon.main-color {
color: #e66866;
}
.input {
background: #ddd;
border: 1px solid #ddd;
border-radius: 2px;
height: 2.8rem;
line-height: 2.8rem;
color: #666666;
}
}
.footer-flex {
display: flex;
}
.footer-flex > div {
width: 50%;
line-height: 4rem;
padding: 0 20px;
}
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
height: 36px;
background-color: #fff;
}
content: '';
position: absolute;
width: 100%;
height: 2px;
background-color: #e42417;
bottom: -10px;
left: 0px;
}
.take {
font-size: 1.4rem;
color: #666666;
display: flex;
justify-content: center;
align-items: center
}