123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- /* pages/new/onDoorClock/onDoorClock.wxss */
- .container {
- background: #f4f4f4;
- height:1100rpx;
- /* padding-top: 30rpx; */
- width: 100%;
- }
- .tuimg {
- width: 702rpx;
- height: 382rpx;
- /* border: 1px solid red; */
- margin: 20rpx auto;
- padding-top:50rpx;
- padding-bottom: 20rpx;
- }
- .uploadimg {
- width: 100%;
- height: 100%;
- object-fit: cover;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- }
- .fb-btn {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 90%;
- height: 120rpx;
- line-height: 98rpx;
- border-radius: 50rpx;
- margin-left: 5%;
- text-align: center;
- font-size: 48rpx;
- letter-spacing: 3rpx;
- color: #fff;
- background: #09afff;
- margin-bottom: 30rpx;
- margin-top:80rpx;
- }
-
|