|
@@ -70,31 +70,46 @@ page {
|
|
|
|
|
|
.order-tabs .van-tab--active .van-ellipsis {
|
|
|
color: #ff8700;
|
|
|
+ /* font-size: 40rpx; */
|
|
|
+}
|
|
|
+
|
|
|
+.van-ellipsis {
|
|
|
+ font-size: 32rpx;
|
|
|
+ margin: 0 auto;
|
|
|
+ line-height: 110rpx;
|
|
|
}
|
|
|
|
|
|
.van-tabs__line {
|
|
|
display: none;
|
|
|
}
|
|
|
-.box{
|
|
|
+
|
|
|
+.box {
|
|
|
box-sizing: border-box;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
- padding: 0% 13% 0%;
|
|
|
+ padding: 0% 13% 0%;
|
|
|
}
|
|
|
-.complete{
|
|
|
|
|
|
-font-weight: 800;
|
|
|
+.complete {
|
|
|
+ font-size: 33rpx;
|
|
|
+ font-family: Fantasy;
|
|
|
}
|
|
|
-.box-calendar{
|
|
|
+
|
|
|
+.box-calendar {
|
|
|
display: flex;
|
|
|
color: #b4b4b4;
|
|
|
font-size: 28rpx;
|
|
|
}
|
|
|
-.date{
|
|
|
+
|
|
|
+.date {
|
|
|
margin-right: 10rpx;
|
|
|
}
|
|
|
-.right-jiafen{
|
|
|
+
|
|
|
+.right-jiafen {
|
|
|
+ font-size: 33rpx;
|
|
|
+ font-family: sans-serif;
|
|
|
color: #ff8b09;
|
|
|
- font-weight: 800;
|
|
|
+font-weight: 800;
|
|
|
+ /* font-weight: 800; */
|
|
|
margin-right: 20rpx;
|
|
|
}
|