| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- .container {
- background-color: #F0F0F0;
- justify-content: flex-start;
- width: 100%;
- font-weight: 400;
- }
- .text1{
- margin-top: 460rpx;
- font-size:48rpx;
- font-weight: 500;
- }
- .text2{
- margin-top: 20rpx;
- font-size:24rpx;
- text-align: center;
-
- }
- .Panel1{
- width: 100%;
- height:103rpx;
- justify-content: flex-start;
- align-items: flex-start;
- }
- .Panel1 .title{
- color:#787878;
- font-size:24rpx;
- margin:40rpx 0 0 30rpx;
- }
- .Panel2{
- width: 100%;
- height:101rpx;
- justify-content: space-between;
- margin-bottom: 1rpx;
- background-color: #fff;
- }
- .Panel2 .left{
- margin-left: 30rpx;
- font-size:28rpx;
- }
- .universalpic_indicator_gray{
- width: 16rpx;
- height:26rpx;
- margin-right: 30rpx;
- }
- .footer{
- height:100rpx;
- }
- .menuPanel{
- position: fixed;
- top: 0;
- width: 100%;
- background-color:rgba(0, 0, 0, 0.6);
- z-index: 30;
- }
- .menu {
- position: fixed;
- bottom: 0;
- width: 100%;
- background-color: #d2d2d2;
- z-index: 30;
- font-weight: 400;
- }
- .menu .text1 {
- font-size: 24rpx;
- margin: 30rpx;
- }
- .menu .panel {
- font-size: 36rpx;
- height: 111rpx;
- width: 100%;
- background-color: #fff;
- position: relative;
- }
- .menu .line {
- height: 2rpx;
- width: 100%;
- background-color: #e3e3e3;
- }
- .menu .line2 {
- height: 20rpx;
- width: 100%;
- background-color: #d2d2d2;
- }
|