12345678910111213141516171819202122232425262728293031323334353637 |
- @import "../../../Component/aParse/aParse.acss";
- .title{
- text-align: center;
- padding: 0.28rem;
- background-color: #fff;
- border-bottom: 1px solid #f1f1f1;
- }
- .scroll{
- height: calc(100vh - 400rpx);
- padding:28rpx;
- background-color: #fff;
- }
- .footer{
- position:fixed;
- bottom: 0.24rem;
- left: 0.32rem;
- right: 0.32rem;
- /* padding: 20rpx; */
- /* border: 2px solid #26A2FF; */
- text-align: center;
- border-radius: 10rpx;
- }
- .footer .flex-1{
- background-color: #fff;
- padding: 20rpx;
- border-radius: 10rpx;
- border: 1px solid #26A2FF;
- color: #26A2FF;
- }
- .footer .flex-1:nth-child(2){
- background-color: #26A2FF;
- padding: 20rpx;
- color: #fff;
- border-radius: 10rpx;
- }
|