1234567891011121314151617181920212223 |
- @import '/miniprogram_npm/@vant/weapp/common/index.wxss';
- .container {
- height: 210rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin: 0 30rpx;
- border-bottom: 1rpx solid #f3f3f3;
- }
- .left {
- width: 430rpx;
- height: 150rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .title {
- font-size: 32rpx;
- color: #333333;
- }
|