123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 |
- .questionconsulting{
- &-problemdesc{
- padding: 28rpx 30rpx 50rpx;
-
- ::v-deep {
- .uni-textarea-textarea{
- // background-color: #F5F5F5;
- }
-
- .uni-textarea-placeholder{
- // font-size: 24rpx;
- // font-family: PingFangSC-Regular, PingFang SC;
- // font-weight: 400;
- // color: #8C8C8C !important;
- // line-height: 40rpx;
- // letter-spacing: 1px;
- }
- }
- }
-
- &-attachment{
- padding: 0 30rpx;
- display: flex;
-
- .attachment-upload {
- width: 184rpx;
- height: 184rpx;
- border: solid 1px #BABABA;
- border-radius: 5rpx;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- margin-right: 32rpx;
- image {
- width: 62rpx;
- height: 62rpx;
- vertical-align: middle;
- }
- .font {
- color: #4B4B4B;
- opacity: 0.8;
- font-size: 22rpx;
- line-height: 50rpx;
- }
- }
- .attachment-photograph {
- width: 184rpx;
- height: 184rpx;
- border: solid 1px #BABABA;
- border-radius: 5rpx;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- image {
- width: 62rpx;
- height: 48rpx;
- vertical-align: middle;
- }
- .font {
- color: #4B4B4B;
- opacity: 0.8;
- font-size: 22rpx;
- line-height: 50rpx;
- }
- }
- .tips {
- color: #5F5F5F;
- font-size: 20rpx;
- }
- .attachment-url {
- width: 184rpx;
- height: 184rpx;
- margin-left: 32rpx;
- position: relative;
- image {
- width: 100%;
- height: 100%;
- border-radius: 6rpx;
- }
- .icon {
- position: absolute;
- top: 10rpx;
- right: 10rpx;
- z-index: 1000;
- width: 36rpx;
- height: 36rpx;
- line-height: 36rpx;
- text-align: center;
- border-radius: 82rpx;
- background-color: rgb(253, 49, 48);
- }
- }
- }
-
-
- .questionbtn{
- .questionbtn-container{
- padding-bottom: env(safe-area-inset-bottom);
- display: flex;
- flex-direction: row;
- align-items: center;
- position: fixed;
- bottom: 0;
- left: 0;
- width: 100%;
- z-index: 998;
- box-sizing: content-box;
- background-color: #FFFFFF;
-
- .questionbtn-content{
- flex: 1;
- justify-content: center;
- width: 100%;
- height: 100%;
- padding: 6px 0;
- display: flex;
- flex-direction: column;
- align-items: center;
- position: relative;
- background-color: #FFFFFF;
-
- view:first-child{
- width: 100%;
- padding: 8rpx 30rpx;
-
- .questionsubmitbtn{
- width: 100%;
- }
- }
- }
- }
- }
- }
|