1234567891011121314151617181920212223242526272829303132333435363738 |
-
- @import '/utils/styles/index.wxss';
- /* 内容 */
- .handle{
- height: 200rpx;
- padding: 0 30rpx;
- margin-top: 22rpx;
-
- }
- .title{
- display: flex;
- justify-content: space-between;
- height: 84rpx;
- }
- .title view{
- display: flex;
- align-items: center;
- font-size: 30rpx;
- color: #333;
- }
- .title image{
- width: 100rpx;
- /* height: 100rpx; */
- }
- .section{
- font-size: 24rpx;
- color: #666;
- margin-top: 10rpx;
- }
- .desc{
- display: flex;
- justify-content: space-between;
- margin-top: 20rpx;
- }
- .desc text{
- font-size: 24rpx;
- color:#666;
- }
|