| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 |
- page{
- background-color: #F2F3F7;
- }
- .mapcontent{
- position: fixed;
- left: 0;
- right: 0;
- top: 120rpx;
- z-index: 999;
- }
- .contentV{
- width:94%;
- margin-left: 3%;
- }
- .viewinrow{
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .topActV{
- width: 100%;
- height: 280rpx;
- background-color: white;
- }
- .topActVB{
- width: 100%;
- height: 260rpx;
- background-color: white;
- }
- .notext{
- padding-top: 10rpx;
- padding-left: 20rpx;
- font-size: 40rpx;
- color: #000;
- font-weight:bold;
- }
- .nodetail{
- height: 48rpx;
- margin-left: 10rpx;
- margin-right: 10rpx;
- margin-top: 10rpx;
- padding-left: 2rpx;
- flex-direction: row;
- align-items: center;
- justify-content: flex-start;
- background-color: #F1F1F1;
- font-size: 30rpx;
- }
- .xingimage{
- width: 36rpx;
- height: 36rpx;
- }
- .actBTV{
- width: 100%;
- display: flex;
- flex-direction: row;
- justify-content:space-between;
- align-items: center;
- }
- .actbt{
- width: 32%;
- height: 100rpx;
- margin-top: 10rpx;
- align-items: center;
- justify-content: center;
- }
- .ddbticon{
- margin-top: 16rpx;
- width: 100%;
- height: 80rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .ddtext{
- margin-top: 14rpx;
- text-align: center;
- font-size: 26rpx;
- color: black;
- }
- .bticon{
- width: 60rpx;
- height: 60rpx;
- }
- .spnodetail{
- height: 140rpx;
- display: flex;
- flex-direction: row;
- align-items: center;
- background-color: white;
- }
- .spIcon{
- margin: 20rpx;
- width: 90rpx;
- height: 90rpx;
- }
- .xiaoji{
- margin-left: auto;
- margin-right: 30rpx;
- }
- .kouweisku{
- padding-left: 10rpx;
- color: chocolate;
- font-size: 26rpx;
- }
- .linesp{
- width: 100%;
- height: 8rpx;
- background-color: aliceblue;
- }
- .buyGoodsv{
- width: 100%;
- text-align: left;
- height: 60rpx;
- line-height: 60rpx;
- padding-left: 10rpx;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- }
- .stattypeD{
- color: black;
- font-weight: bold;
- font-size: 26rpx;
- margin-left: 10rpx;
- }
- .stattypeA{
- color: darkgray;
- font-size: 26rpx;
- margin-left: 10rpx;
- }
- .stattype{
- font-size: 26rpx;
- margin-left: auto;
- margin-right: 40rpx;
- }
- .adrrsV{
- }
- .ordermsV{
- }
|