12345678910111213141516171819202122232425262728293031323334353637383940 |
- @import "/pages/time-filter/time-filter.wxss";
- .remarks {
- padding-top: 40rpx;
- font-size: 26rpx;
- color: #999;
- line-height: 1.4;
- }
- .block{
- flex-direction:column;
- align-items: flex-start;
- }
- .block label{
- padding-bottom: 10rpx;
- }
- .block .ele,.block label{
- width: 100%;
- }
- .block .code-ele{
- width: calc(100% - 210rpx);
- }
- .get-code{
- width: 200rpx;
- box-sizing: border-box;
- padding: 20rpx;
- background: #e72120;
- border: none;
- height: 88rpx;
- border-radius: 3px;
- color: #fff;
- font-size: 30rpx;
- line-height: inherit;
- margin-left: 10rpx;
- }
- .code-box{
- width: 100%;
- display: flex;
- justify-content: space-between;
- }
|