123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 |
- /* nova-tourism/pages/my/my-order/my-refund/refund-detail/index.wxss */
- page {
- background: white;
- }
- .title {
- width: 100%;
- font-size: 36rpx;
- background-color: white;
- display: flex;
- justify-content: center;
- padding-bottom: 25rpx;
- border-bottom: #F4F4F4 20rpx solid;
- }
- .cardbox {
- width: 100%;
- padding-left: 30rpx;
- padding-right: 30rpx;
- padding-top: 20rpx;
- padding-bottom: 10rpx;
- margin-top: 20rpx;
- background-color: white;
- }
- .cardbox .title2 {
- width: 100%;
- font-size: 30rpx;
- font-weight: 600;
- display: flex;
- align-items: center;
- margin-bottom: 30rpx;
- }
- .cardbox .roombox {
- width: 100%;
- display: flex;
- margin-top: 20rpx;
- }
- .cardbox .roombox image {
- width: 150rpx;
- height: 150rpx;
- }
- .cardbox .roombox .room {
- margin-left: 20rpx;
- }
- .cardbox .roombox .room .room-name {
- width: 460rpx;
- font-size: 24rpx;
- font-weight: bold;
- margin-bottom: 10rpx;
- color: #000000;
- }
- .cardbox .roombox .room .room-tag {
- font-size: 26rpx;
- width: 460rpx;
- color: #F37B40;
- margin-bottom: 10rpx;
- }
- .cardbox .roombox .room .room-text {
- width: 460rpx;
- font-size: 26rpx;
- color: #737373;
- }
- .cardbox .roombox .room .room-text2 {
- width: 460rpx;
- font-size: 20rpx;
- margin-top: 100rpx;
- color: #979797;
- }
- .cardbox .text1 {
- width: 100%;
- font-size: 24rpx;
- display: flex;
- color: #000000;
- margin-bottom: 20rpx;
- }
- .cardbox .text1 .tex1 {
- display: flex;
- font-weight: bold;
- }
- .cardbox .text1 .tex1 .tex1-1 {
- color: #E22525;
- margin-left: 4rpx;
- }
- .cardbox .text1 .tex2 {
- margin-left: auto;
- font-size: 24rpx;
- color: #F05C14;
- }
- .cardbox .text1 .tex3 {
- margin-left: auto;
- font-size: 24rpx;
- display: flex;
- }
- .cardbox .areabox {
- width: 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- position: relative;
- }
- .cardbox .areabox textarea {
- background-color: #F4F4F4;
- width: 100%;
- padding: 15rpx;
- border-radius: 5rpx;
- min-height: 200rpx;
- }
- .cardbox .areabox .number {
- color: gray;
- position: absolute;
- bottom: 5rpx;
- right: 20rpx;
- font-size: 26rpx;
- }
- .cardbox .uploadbox {
- width: 100%;
- margin-top: 20rpx;
- }
- .submitbox {
- width: 100%;
- height: 110rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- padding-bottom: 30rpx;
- }
- .submitbox .submit {
- background-color: #F05C14;
- color: white;
- width: 50%;
- height: 100%;
- border-radius: 20rpx;
- font-size: 30rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- }
|