1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- /* 城市体验 */
- .boxm {
- position: relative;
- width: 94%;
- margin: auto;
- margin-bottom: 40rpx;
- }
- .boxm>image{
- height: 300rpx;
- border-radius: 24rpx;
- }
- .volunteer-box {
- display: flex;
- justify-content: space-around;
- width: 100%;
- /* height: 49rpx; */
- background-color: #fff;
- box-sizing: border-box;
- margin:25rpx auto;
- }
- /* .volunteer-box text {
- position: relative;
- font-size: 26rpx;
- font-family: "PingFang-SC-Regular";
- color: #7b7b7b;
- vertical-align:top;
- padding-left:5rpx;
- } */
- .txt-t {
- position: absolute;
- top: 100rpx;
- left: 236rpx;
- font-family: "PingFang-SC-Bold";
- font-weight: Bold;
- color: #fff;
- font-size: 36rpx;
- }
- .txt-bone {
- position: absolute;
- top: 160rpx;
- left: 262rpx;
- font-family: "PingFang-SC-Regular";
- font-weight: Regular;
- color: #fff;
- font-size: 22rpx;
- }
- .volunteer-box image{
- width:40rpx;
- height:40rpx;
- vertical-align:bottom;
- }
|