/* pages/ask/index.wxss */ .ask-top-right { color: #000; text-align: center; font-size: 23rpx; line-height: 23rpx; position: absolute; } .ask-top-right image { width: 27rpx; margin: 0 auto; margin-bottom: 2rpx; } .item { padding: 30rpx 25rpx; border-bottom: 1rpx solid #ccc; } .item-ques { display: flex; color: #000; font-size: 29rpx; margin-bottom: 33rpx; line-height: 38rpx; } .item-ques image { width: 36rpx; margin-right: 18rpx; } .item-ques .ques { font-size: 32rpx; font-weight: 500; } .ques-tip { margin-left: 54rpx; color: #999999; font-size: 24rpx; display: flex; align-items: center; justify-content: space-between; } .ans-number { color: #0B898E; font-size: 28rpx; } .ans-number .iconfont { font-size: 28rpx; } .fixed-bottom { position: fixed; left: 0; right: 0; background: #FFFFFF; box-shadow: 0px 0px 16rpx 0px rgba(6, 0, 1, 0.1); height: 133rpx; display: flex; align-items: center; justify-content: space-between; padding: 0 25rpx; bottom: 0em; } .fixed-bottom-blank { height: 140rpx; } .fixed-bottom input { display: block; width: 470rpx; border: 1rpx solid #999; height: 70rpx; border-radius: 36rpx; padding: 0 30rpx; } .fixed-bottom .btn { width: 144rpx; line-height: 72rpx; background: #0B898E; border-radius: 36rpx; color: #fff; font-size: 32rpx; font-weight: 500; text-align: center; }