| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- .container {
- background-color: #f0f0f0;
- color:#1e1e1e;
- }
- .panelTitle{
- width:100%;
- margin-top: 50rpx;
- justify-content: flex-start;
- }
- .panelTitle .panelTitle1{
- font-size:32rpx;
- margin-left: 30rpx;
- margin-bottom: 30rpx;
- }
- .panelItem{
- width:100%;
- justify-content: space-between;
- font-size:28rpx;
- height:100rpx;
- background-color: #fff;
- }
- .panelItem0{
- height:133rpx;
- }
- .panelItem .panelItem1{
- margin-left: 30rpx;
- font-weight: 400;
- }
- .panelItem .panelItem2{
- margin-right: 30rpx;
- color:#787878;
- font-weight: 500;
- }
- .Arrow{
- width:16rpx;
- height:26rpx;
- margin-left: 30rpx;
- }
- .panelItem .panelItem10{
- align-items: flex-start;
- height:133rpx;
- }
- .panelItem .panelItem12{
- font-size:24rpx;
- }
- .panelItem .panelItem13{
- margin-left: 30rpx;
- align-items: flex-start;
- font-weight: 400;
- }
- .universalpic_product_jisuanti_icon_size01 {
- width: 70rpx;
- height: 70rpx;
- margin: 0 0 0 30rpx;
- border-radius: 10rpx;
- }
- .text1{
- margin-top: 50rpx;
- font-size:20rpx;
- text-align: center;
- }
|