123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160 |
- /* pages/welfareMall/refund/refund.wxss */
- .refund{
- width: 750rpx;
- height: auto;
- padding-bottom: 119rpx;
- background: #F7F7F7;
- }
- /* 垂直方向布局,水平居中 **/
- .flex-column{
- display: flex;
- flex-flow: column nowrap;
- align-items: center;
- justify-content: left;
- }
- /* 水平方向布局,垂直居中 **/
- .flex-row{
- display: flex;
- flex-flow: row nowrap;
- align-items: center;
- justify-content: center;
- }
- .refund-speed{
- width: 550rpx;
- height: 200rpx;
- }
- .refund-details{
- width: 716rpx;
- height: 433rpx;
- background: #FFFFFF;
- border-radius: 10rpx;
- }
- .refund-log-submit,.refund-log-adopt{
- width: 83rpx;
- height: 84rpx;
- }
- .refund-speed-submit{
- margin-right: 22rpx;
- }
- .refund-speed-adopt{
- margin-left: 22rpx;
- }
- .refund-line{
- width: 240rpx;
- height: 56rpx;
- }
- .refund-log-line{
- width: 240rpx;
- height: 1rpx;
- background: #A0A0A0;
- }
- .refund-text{
- font-size: 24rpx;
- font-weight: 500;
- color: #444444;
- margin-top: 27rpx;
- }
- /*订单详情**/
- .content-hm{
- width: 680rpx;
- height: 260rpx;
- }
- .content-head{
- width: 676rpx;
- height: 22rpx;
- justify-content: space-between;
- }
- .content-head-text{
- width: 211rpx;
- height: 28rpx;
- font-size: 24rpx;
- font-weight: 500;
- color: #444444;
- }
- .content-head{
- width: 676rpx;
- height: 40rpx;
- justify-content: space-between;
- margin-top: 30rpx;
- }
- .content-middle{
- width: 676rpx;
- height: 180rpx;
- justify-content: space-between;
- }
- .middle-img{
- width: 160rpx;
- height: 119rpx;
- }
- .middle-nt{
- margin-left: 36rpx;
- }
- .middle-num{
- width: 220rpx;
- height: 36rpx;
- font-size: 28rpx;
- font-weight: 500;
- color: #444444;
- }
- .middle-text{
- width: 180rpx;
- height: 36rpx;
- font-size: 28rpx;
- font-weight: 500;
- color: #444444;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- margin-top: 10rpx;
- }
- .money-num-count{
- font-size: 22rpx;
- font-weight: 500;
- color: #A0A0A0;
- }
- .content-line{
- width: 679rpx;
- height: 1rpx;
- background: #A0A0A0;
- }
- .content-lower{
- width: 676rpx;
- height: 100rpx;
- margin-top: 36rpx;
- }
- .lower-total-state{
- font-size: 36rpx;
- font-family: Source Han Sans CN;
- font-weight: 500;
- color: #444444;
- }
- .lower-total-text{
- font-size: 22rpx;
- font-weight: 500;
- color: #444444;
- margin-top: 14rpx;
- }
|