| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- .panel{
- width: 100%;
- }
- .panelSearch {
- width: 100%;
- height: 140rpx;
- background-color: #fff;
- }
- .panelSearch1 {
- width: 690rpx;
- height: 80rpx;
- margin: 20rpx 0 40rpx 0;
- border-radius: 14rpx;
- background-color: #f0f0f0;
- color: #787878;
- font-size: 28rpx;
- font-weight: 400;
- }
- .universalpic_search_gray_30x30 {
- width: 30rpx;
- height: 30rpx;
- margin-right: 10rpx;
- }
- .panelTitle{
- width:100%;
- margin-top: 50rpx;
- justify-content: space-between;
- }
- .panelTitle .panelTitle1{
- font-size:32rpx;
- margin-left: 30rpx;
- margin-bottom: 10rpx;
- }
- .panelBottom {
- position: fixed;
- bottom: 0;
- width: 100%;
- }
- .panelBottom1 {
- width: 100%;
- background-color: #fff;
- }
- .panelBottom11 {
- color:#9B9B9B;
- height:98rpx;
- width:150rpx;
- font-size:36rpx;
- }
- .panelBottom12 {
- color:#9B9B9B;
- height:98rpx;
- width:300rpx;
- font-size:36rpx;
- }
- .text5{
- color:#1e1e1e;
- }
- .text51{
- width:220rpx;
- text-align: right;
- }
- .panelBtn{
- margin-top: 20rpx;
- }
- .panelItem {
- width: 100%;
- justify-content: space-between;
- font-size: 28rpx;
- height: 100rpx;
- background-color: #fff;
- }
- .panelItem1 {
- margin-left: 30rpx;
- justify-content: flex-start;
- font-weight: 400;
- font-size:28rpx;
- }
- .panelItem2 {
- margin-right: 30rpx;
- color: #787878;
- font-size:28rpx;
- font-weight: 400;
- }
- .universalpic_indicator_right_gray{
- width:16rpx;
- height:26rpx;
- margin-left: 30rpx;
- }
- .universalpic_fav_default_gray_26x24{
- width:26rpx;
- height:24rpx;
- margin-right: 20rpx;
- }
- .panelItem3{
- height:140rpx;
- }
- .avatar{
- width:80rpx;
- height:80rpx;
- background-color: #D8D8D8;
- border-radius: 10rpx;
- }
- .text6{
- font-size:28rpx;
- margin-left: 20rpx;
- }
- .iphone10plus{
- width:100%;
- height:30rpx;
- background-color: #fff;
- }
- .tabbar_add_red_70x70 {
- width: 70rpx;
- height: 70rpx;
- }
|