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.
 

39 lines
735 B

/* pages/order/order-info/index.wxss */
.margin-top {
margin-top: 18rpx;
}
.swiper {
height: 450rpx;
}
.detail-price {
font-size: 16px;
font-family: DINAlternate-Bold, DINAlternate;
font-weight: bold;
color: rgba(255, 66, 43, 1);
line-height: 20px;
}
.text-name {
font-size: 16px;
font-family: PingFang-SC-Medium, PingFang-SC;
font-weight: 500;
color: rgba(51, 51, 51, 1);
line-height: 22px;
}
.offer-btn {
width: 150px;
height: 45px;
background: linear-gradient(312deg, rgba(38, 125, 214, 1) 0%, rgba(0, 138, 255, 1) 100%);
box-shadow: 0px 10px 13px -8px rgba(35, 126, 217, 0.53);
border-radius: 23px;
color: white;
font-size: 32rpx;
margin-left: 32rpx;
}
button::after {
border: none;
}