123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- /* pages/exchange/exchange.wxss */
- .exchange-container {
- width: 100%;
- height: 100%;
- overflow-y: auto;
- background-color: #F7F7F7;
- }
- .form {
- width: 690rpx;
- min-height: 94rpx;
- margin: 0 auto;
- }
- .form-item {
- width: 100%;
- height: 94rpx;
- border-bottom: 1px solid #E4E4E4;
- }
- .label {
- width: 160rpx;
- height: 94rpx;
- line-height: 94rpx;
- font-size: 26rpx;
- font-weight: 400;
- color: #333333;
- }
- .carditem {
- width: calc(100% - 160rpx);
- height: 94rpx;
- font-size: 26rpx;
- font-weight: 400;
- color: #999999;
- text-align: right;
- }
- .tips {
- width: 690rpx;
- margin: 0 auto;
- font-size: 26rpx;
- font-weight: 400;
- color: #9A1D16;
- margin-top: 18rpx;
- }
- .submit {
- width: 690rpx;
- height: 80rpx;
- margin: 80rpx auto 0;
- }
- .btn {
- width: 326rpx;
- font-size: 30rpx;
- }
- .cancel {
- background-color: #F7F7F7;
- color: #333333;
- }
- .confirm {
- background-color: var(--maincolor);
- color: #fff;
- }
- .shuoming {
- width: 690rpx;
- margin: 80rpx auto 0;
- height: auto;
- border-radius: 10rpx;
- font-size: 26rpx;
- font-weight: 400;
- }
- .shuomingitem {
- width: 100%;
- }
- .wrapper {
- width: 100%;
- height: 100%;
- }
- .modal {
- width: 558rpx;
- height: 522rpx;
- background: #FFFFFF;
- border-radius: 20rpx;
- }
- .img-icon {
- width: 100%;
- height: 150rpx;
- margin-top: 90rpx;
- }
- .imgitem {
- width: 144rpx;
- height: 144rpx;
- }
- .res-text {
- font-size: 26rpx;
- font-weight: 400;
- color: #333333;
- margin: 40rpx auto 40rpx;
- width: 444rpx;
- text-align: center;
- }
|