123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- page {
- height: 100%;
- color: #f4f4f4;
- }
- .title {
- color: #FC880B;
- font-size: 32rpx;
- margin: 39rpx 0 31rpx 30rpx;
- }
- .del {
- font-size: 26rpx;
- color: #5A5959;
- width: 90%;
- margin: 0 auto;
- text-align: justify;
- text-justify: inter-ideograph;
- }
- .no_parking_bike{
- display: flex;
- flex-direction: column;
- }
- .no_parking_bike text{
- padding-top: 20rpx;
- }
- image {
- width: 750rpx;
- height: 1920rpx;
- }
- /* 隐私条款 */
- .priCon {
- width: 93%;
- margin: 0 auto;
- }
- .priTitle {
- font-size: 32rpx;
- color: #2a2a2a;
- margin: 34rpx 0 19rpx;
- }
- .line {
- width: 100rpx;
- height: 4rpx;
- background: #2a2a2a;
- }
- .passage {
- font-size: 26rpx;
- text-align: justify;
- color: #2a2a2a;
- }
- .passage view {
- line-height: 1.5;
- margin-top: 10rpx;
- }
- .passage>view:first-child {
- margin: 21rpx 0 44rpx;
- }
- /* 反馈 */
- .feadback {
- width: 100%;
- height: 100vh;
- background: #f5f5f5;
- }
- .divide {
- height: 20rpx;
- width: 100%;
- background: #f5f5f5;
- }
- .content textarea {
- font-size: 28rpx;
- width: 100%;
- height: 450rpx;
- background: #fff;
- padding: 20rpx 37rpx 0 37rpx;
- position: relative;
- box-sizing: border-box;
- color: #2a2a2a;
- }
- .content text {
- position: absolute;
- bottom: 31rpx;
- right: 27rpx;
- color: #999;
- }
- .btn {
- margin-top: 100rpx;
- }
- .btn view {
- height: 85rpx;
- line-height: 85rpx;
- text-align: center;
- width: 650rpx;
- margin: 0 auto;
- background: #18D5B9;
- color: #fff;
- border-radius: 10rpx;
- font-size: 28rpx;
- }
- .step{
- width: 90%;
- margin:0 auto;
- }
- .step image {
- width: 660rpx;
- height: 320rpx;
- margin-top: 40rpx;
- }
|