| 12345678910111213141516171819202122232425262728293031323334353637 |
- /* pages/index/declarePort/detail.wxss */
- .tabs {
- width: 100%;
- height: 100rpx;
- background: #fff;
- border-bottom: 2rpx solid grey;
- font-size: 28rpx;
- }
- .tabsview {
- height: 50rpx;
- width: 200rpx;
- text-align: center;
- }
- .line {
- display: flex;
- justify-content: space-between;
- margin-bottom: 40rpx;
- align-items: center;
- font-size: 28rpx;
- }
- .line .title {
- width: 200rpx;
- color: #777;
- }
- .img-line {
- margin-bottom: 30rpx;
- }
- image {
- width: 200px;
- height: 100px;
- }
|