1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- /* pages/copypastgroup/copypastgroup.wxss */
- page {
- background-color: #F7F7F7;
- padding-bottom: 158rpx;
- }
- .suo{
- width: 100%;
- margin-bottom: 30rpx;
- }
- .top-tabs {
- width: 100%;
- height: 80rpx;
- display: flex;
- flex-direction: row;
- justify-content: center;
- }
- .top-tabs .tab {
- display: flex;
- flex-direction: row;
- width: 85%;
- height: 80rpx;
- display: flex;
- justify-content: space-around;
- }
- .top-tabs .tab .one {
- width: 30%;
- height: 70rpx;
- color: #FF874E;
- font-size: 32rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: space-around;
- }
- .tinfo{
- width: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
- margin-top: 10rpx;
- }
- .forlate {
- width: 100%;
- padding-left: 30rpx;
- }
- .jieshao-foot {
- width: 100%;
- bottom: 0;
- height: 158rpx;
- background-color: white;
- position: fixed;
- box-shadow: 0px -2px 28px -12px #00000030;
- display: flex;
- justify-content: center;
- }
- .jieshao-foot>button {
- width: 622rpx;
- height: 74rpx;
- background-color: #FF874E;
- color: white;
- border-radius: 37rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- margin-top: 22rpx;
- font-size: 28rpx;
- font-weight: 600;
- }
- .sousuo{
- width: 710rpx;
- height: 82rpx;
- background-color: white;
- border-radius: 50rpx;
- display: flex;
- align-items: center;
- justify-content: space-around;
- margin: 0 auto;
- }
- .sousuo .ssinput{
- height: 100%;
- width: 84%;
- }
|