| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- page{
- background-color: #F2F3F7;
- }
- .contentV{
- width: 94%;
- margin-left: 3%;
- }
- .viewinrow{
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .imageV{
- width: 100%;
- height: 25vh;
- }
- .actimgeCT{
- position: fixed;
- width: 94%;
- left: 3%;
- top: 100rpx;
- z-index: 999;
- }
- .buyBTact{
- display:flex;
- flex-direction: row;
- justify-content:space-between;
- align-items: center;
- width: 94%;
- }
- .actimge{
- width: 60rpx;
- height: 60rpx;
- }
- .posname{
- font-size: 32rpx;
- color: black;
- }
- .drktext{
- font-size: 28rpx;
- color: darkgray;
- }
- .mapview{
- width: 100%;
- height: 48vh;
- }
|