| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- .panelTop {
- width: 100%;
- height:100rpx;
- background-color: #fff;
- justify-content: space-between;
- position: fixed;
- top:0;
- border-bottom: 1rpx solid #d2d2d2;
- z-index: 10;
- }
- .panelLeft {
- margin-left: 20rpx;
- justify-content: flex-start;
- }
- .panelRight {
- margin-right: 20rpx;
- justify-content: flex-end;
- }
- .panelTop1 {
- min-width:80rpx;
- height:80rpx;
- font-size: 28rpx;
- font-weight: 400;
- }
- /* ***************** */
- .panel1{
- margin-top:160rpx;
- width:690rpx;
- justify-content: flex-start;
- color:#4D4D4D;
- }
- .panel10{
- margin-top:60rpx;
- }
- .panel11{
- font-weight: 400;
- font-size:28rpx;
- }
- .panel2 {
- z-index: 10;
- width:100%;
- display: flex;
- white-space: nowrap;
- margin-top:30rpx;
- }
- .panel2 .btn0 {
- width: 30rpx;
- display: inline-block;
- }
- .panel2 .btn {
- background-color: #6B727C;
- color: #fff;
- width:80rpx;
- border-radius: 10rpx;
- text-align: center;
- line-height: 80rpx;
- height: 80rpx;
- margin-right: 20rpx;
- display: inline-block;
- }
- .universalpic_checked_white_22x18{
- width:22rpx;
- height:18rpx;
- display: inline-block;
- }
- .panel3{
- width:100%;
- flex-wrap: wrap;
- background-color: #6B727C;
- margin-top:30rpx;
- }
- .panel31{
- width:172rpx;
- height:170rpx;
- }
- .panelIconSelect{
- background-color:rgba(0,0,0,0.2);
- }
|