|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- /* pages/supplement/supplement.wxss */
- image{
- display: block;
- }
- view{
- -webkit-overflow-scrolling: touch;
- }
- .main{
- height: calc(100vh - 120rpx);
- overflow: auto;
- position: relative;
- }
- .newImages36{
- width: 750rpx;
- height: 634rpx;
- }
- .msgFrame{
- padding: 50rpx 35rpx 38rpx;
- }
- .inputGroup{
- width: 100%;
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin-bottom: 13rpx;
- }
- .inputTitle{
- line-height: 24rpx;
- font-size:24rpx;
- font-family:PingFangSC;
- font-weight:400;
- color:rgba(35,24,21,1);
- }
- .inputSty{
- width:522rpx;
- height:66rpx;
- border: 2rpx solid #B0AEAF;
- box-sizing: border-box;
- line-height: 64rpx;
- font-size:24rpx;
- font-family:PingFangSC;
- font-weight:300;
- border-radius: 20rpx;
- padding: 0 10rpx;
- }
- .selectIcon{
- width: 25rpx;
- height: 15rpx;
- }
- .agreementGroup{
- display: flex;
- align-items: center;
- margin-top: 51rpx;
- }
- .agreeIcon{
- width: 29rpx;
- height: 28rpx;
- margin-right: 17rpx;
- }
- .agreementText{
- line-height: 24rpx;
- font-size:24rpx;
- font-family:PingFangSC;
- font-weight:300;
- color:rgba(156,157,157,1);
- display: flex;
- align-items: center;
- }
- .newImages37{
- width: 675rpx;
- height: 70rpx;
- margin: 0 auto;
- margin-top: 37rpx;
- }
|