12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- /* pages/orderdetail/orderdetail.wxss */
- .order_info{
- background-color: white;
- }
- .order_info_t{
- border-bottom:1rpx solid rgba(235, 235, 235, 1);
- }
- .order_info_n{
- margin: 18rpx 0rpx 18rpx 38rpx;
- height: 22rpx;
- line-height: 22rpx;
- color: rgba(56, 55, 53, 1);
- font-size: 22rpx;
- font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
- text-indent: 4rpx;
- border-left:4rpx solid #FFE600;
- }
- .order_de_inof{
- display: flex;
- margin-top:24rpx;
- }
- .order_de_t{
- margin-left: 38rpx;
- width: 160rpx;
- line-height: 38rpx;
- color: rgba(56, 55, 53, 1);
- font-size: 26rpx;
- text-align: left;
- font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
- }
- .order_de_v{
- flex: 1;
- line-height: 38rpx;
- color: rgba(33, 36, 37, 1);
- font-size: 28rpx;
- font-weight: bold;
- font-family: NotoSansHans-Bold;
- }
- .order_de_v image{
- width:140rpx;
- display:inline-block;
- }
- .order_de_remark{
- margin:20rpx auto;
- width: 662rpx;
- line-height: 34rpx;
- color: rgba(104, 104, 104, 1);
- font-size: 24rpx;
- text-align: justify;
- font-family: NotoSansHans-Light;
- }
|