123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248 |
- /* pages/welfareMall/feedback/feedback.wxss */
- page{
- background: #F7F7F7;
- }
- .feedback{
- width: 750rpx;
- height: auto;
- }
- /* 垂直方向布局,水平居中 **/
- .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;
- }
- .feedback-titles{
- width: 659rpx;
- height: 80rpx;
- justify-content: flex-start;
- }
- .feedback-title{
- font-size: 24rpx;
- font-weight: 600;
- color: #444444;
- }
- .feedback-text{
- background: #FFFFFF;
- border: 1px solid #EFEFEF;
- border-radius: 10rpx;
- }
- textarea{
- width: 660rpx;
- height: 280rpx;
- border-bottom: 0;
- padding-left: 33rpx;
- padding-top: 42rpx;
- }
- .suggest_text-count{
- width: 660rpx;
- justify-content: flex-end;
- padding-right: 28rpx;
- }
- .suggest_text-num{
- z-index: 2;
- font-size: 26rpx;
- /* margin-bottom: 86rpx; */
- }
- .feedback-exp{
- width: 659rpx;
- height: 100rpx;
- justify-content: space-between;
- }
- .feedback-explain{
- width: 350rpx;
- height: 40rpx;
- font-size: 24rpx;
- font-weight: 600;
- color: #444444;
- }
- .explain-img{
- width: 662rpx;
- height: 180rpx;
- justify-content: flex-start;
- }
- .explain-img-style{
- width: 160rpx;
- height: 180rpx;
- margin-right: 8rpx;
- }
- .explain-img-preview{
- width: 154rpx;
- height: 154rpx;
- border: 1px solid #e0dada;
- border-radius: 10rpx;
- z-index: 1;
- justify-content: center;
- }
- .close-img-style{
- width: 154rpx;
- height: 22rpx;
- justify-content: flex-end;
- z-index: 2;
- }
- .close-img{
- width: 22rpx;
- height: 22rpx;
- margin-top: 30rpx;
- margin-right: -5rpx;
- }
- .chooseImv{
- width: 65rpx;
- height: 64rpx;
- }
- .lower-submit{
- width: 659rpx;
- height: 100rpx;
- margin-top: 50rpx;
- }
- .order-refund{
- width: 631rpx;
- height: 90rpx;
- /* background: #B01717; */
- border-radius: 50rpx;
- }
- .lower-order-text{
- font-size: 36rpx;
- font-weight: 500;
- color: #FFFFFF;
- }
- .sug_p{
- width: 194rpx;
- height: 30rpx;
- font-size: 28rpx;
- font-weight: 600;
- color: #e0dada;
- }
- .bg-zindex{
- position: fixed;
- width: 100%;
- height: 100%;
- top: 0;
- background: rgba(0, 0, 0, 0.8);
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- z-index: 999;
- }
- .success_window{
- width: 328px;
- height: 227px;
- background: #FFFFFF;
- border-radius: 20rpx;
- position: relative;
- z-index: 9999;
- align-items: center;
- }
- .w_title{
- font-size: 36rpx;
- font-weight: 600;
- color: #444444;
- margin-top: 27px;
- }
- .w_text{
- margin-top: 32px;
- text-align: center;
- }
- .hsay_text{
- margin-top: 8px;
- font-size: 12px;
- font-weight: 500;
- color: #444444;
- }
- .w_border{
- width: 300px;
- height: 1px;
- background: #A0A0A0;
- margin-top: 36px;
- }
- .w_go_order{
- font-size: 18px;
- font-weight: 500;
- color: #444444;
- margin-top: 32rpx;
- }
- .call{
- position: fixed;
- width: 62rpx!important;
- height: 62rpx!important;
- border-radius: 25px!important;
- right: 36rpx!important;
- bottom: 206rpx!important;
- font-size: 10px!important;
- background-color: none !important;
- border:none;
- color: none !important;
- display: flex;
- flex-flow: row nowrap;
- justify-content: center;
- align-items: center;
- padding: 0px!important;
- line-height: 50px!important;
- z-index: 999;
- }
- .service-style{
- width: 62rpx;
- height: 62rpx;
- }
- .info-title{
- width: 630rpx;
- height: 40rpx;
- font-size: 30rpx;
- font-weight: 800;
- text-align: LEFT;
- color: #444444;
- line-height: 40rpx;
- margin-top: 60rpx;
- }
- .info-view{
- width: 630rpx;
- height: 40rpx;
- margin-top: 30rpx;
- font-size: 26rpx;
- font-weight: 600;
- justify-content: left!important;
- }
- .zytx{
- width: 40rpx;
- height: 40rpx;
- }
- .refund-info{
- margin-left: 19rpx;
- text-decoration: underline;
- }
|