1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- /* pages/application/index.wxss */
- .index_main {
- background-image: url("https://cxzx.smcic.net/topic/tool/img/%E5%B0%91%E5%84%BF%E4%B9%A6%E7%94%BB%E5%A4%A7%E8%B5%9B/banner-2.png");
- background-repeat: no-repeat;
- background-size: 100%;
- padding-top: 530rpx;
- padding-bottom: 45rpx;
- box-sizing: border-box;
- color: #A57044;
- }
- .top_input {
- background-color: #ffffff;
- height: 1.5em;
- line-height: 1.5em;
- padding: 5rpx 10rpx;
- border-radius: 10rpx;
- font-size: 28rpx;
- margin-top: 16rpx;
- }
- .top_label{
- margin-top: 39rpx;
- }
- .top_label:first-child{
- margin-top: 0;
- }
- .picker{
- display: flex;
- justify-content: space-between;
- }
- .picker_item {
- flex: 1;
- margin-right: 10px;
- border: 1rpx solid #a3a3a3;
- border-radius: 12px;
- text-align: center;
- background-color: #fff;
- height: 2em;
- line-height: 2em;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- padding: 0 5rpx;
- }
- .imgP {
- position: relative;
- display: inline-block;
- margin-top: 66rpx;
- }
- .imgP .del {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- z-index: 10;
- }
- .van-radio {
- margin: 15rpx 0;
- }
|